Skip to content

Commit e6c982d

Browse files
Bump metrics-util from 0.20.0 to 0.20.1 (#1055)
Bumps [metrics-util](https://github.com/metrics-rs/metrics) from 0.20.0 to 0.20.1. - [Changelog](https://github.com/metrics-rs/metrics/blob/main/release.toml) - [Commits](metrics-rs/metrics@metrics-util-v0.20.0...metrics-util-v0.20.1) --- updated-dependencies: - dependency-name: metrics-util dependency-version: 0.20.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3c3de90 commit e6c982d

File tree

2 files changed

+16
-7
lines changed

2 files changed

+16
-7
lines changed

Cargo.lock

Lines changed: 15 additions & 6 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
@@ -102,7 +102,7 @@ opentelemetry_sdk = { version = "0.31.0", features = ["rt-tokio"] }
102102
tokio = { version = "1.48.0", features = ["full"] }
103103
criterion = "0.7.0"
104104
tracing-chrome = "0.7.2"
105-
metrics-util = "0.20.0"
105+
metrics-util = "0.20.1"
106106
metrics-exporter-prometheus = { version = "0.17.2", default-features = false }
107107
tracing-tracy = "0.11.4"
108108
serde_json = "1.0"

0 commit comments

Comments
 (0)