Skip to content

Commit 416c397

Browse files
build(deps): update criterion requirement in /bindings/rust/standard
Updates the requirements on [criterion](https://github.com/criterion-rs/criterion.rs) to permit the latest version. - [Release notes](https://github.com/criterion-rs/criterion.rs/releases) - [Changelog](https://github.com/criterion-rs/criterion.rs/blob/master/CHANGELOG.md) - [Commits](criterion-rs/criterion.rs@criterion-plot-v0.7.0...criterion-v0.8.0) --- updated-dependencies: - dependency-name: criterion dependency-version: 0.8.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2a8313f commit 416c397

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/rust/standard/benchmarks/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ rustls = "0.23.31"
1111
openssl = { version = "0.10.73", features = ["vendored"] }
1212

1313
[dev-dependencies]
14-
criterion = "0.7"
14+
criterion = "0.8"
1515
# env_logger and log are used to enable logging for rustls, which can help with
1616
# debugging interop failures
1717
env_logger = "0.11.8"

0 commit comments

Comments
 (0)