Skip to content

Commit

Permalink
build(deps): update criterion requirement from 0.3.6 to 0.4.0 (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored May 23, 2023
1 parent e679696 commit 128e2f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ thiserror = { version = "1.0.31", optional = true }

[dev-dependencies]
async-trait = "0.1.56"
criterion = { version = "0.3.6", default-features = false }
criterion = { version = "0.4.0", default-features = false }
opentelemetry-jaeger = "0.18.0"
futures-util = { version = "0.3", default-features = false }
tokio = { version = "1", features = ["full"] }
Expand Down

0 comments on commit 128e2f8

Please sign in to comment.