Skip to content

Commit

Permalink
chore(deps): bump criterion to 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse committed Jul 2, 2023
1 parent a48585a commit 60cd230
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@ inferno = { version = "0.11", default-features = false, features = ["nameattr"],
prost = { version = "0.11", optional = true }
prost-derive = { version = "0.11", optional = true }
protobuf = { version = "2.0", optional = true }
criterion = {version = "0.4", optional = true}
criterion = {version = "0.5", optional = true}

[dependencies.symbolic-demangle]
version = "12.1"
default-features = false
features = ["rust"]

[dev-dependencies]
criterion = "0.4"
criterion = "0.5"
rand = "0.8.0"

[build-dependencies]
Expand Down

0 comments on commit 60cd230

Please sign in to comment.