Skip to content

Commit 1cdc4bb

Browse files
Bump criterion from 0.8.0 to 0.8.1 (#1079)
Bumps [criterion](https://github.com/criterion-rs/criterion.rs) from 0.8.0 to 0.8.1. - [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-v0.8.0...criterion-v0.8.1) --- updated-dependencies: - dependency-name: criterion dependency-version: 0.8.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 187677a commit 1cdc4bb

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/hyperlight_host/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ opentelemetry-otlp = { version = "0.31.0", default-features = false, features =
100100
opentelemetry-semantic-conventions = "0.31"
101101
opentelemetry_sdk = { version = "0.31.0", features = ["rt-tokio"] }
102102
tokio = { version = "1.48.0", features = ["full"] }
103-
criterion = "0.8.0"
103+
criterion = "0.8.1"
104104
tracing-chrome = "0.7.2"
105105
metrics-util = "0.20.1"
106106
metrics-exporter-prometheus = { version = "0.18.1", default-features = false }

0 commit comments

Comments
 (0)