Skip to content

Commit 77e423f

Browse files
chore(deps): bump metrics from 0.24.3 to 0.24.5 (#1430)
* chore(deps): bump metrics from 0.24.3 to 0.24.5 Bumps [metrics](https://github.com/metrics-rs/metrics) from 0.24.3 to 0.24.5. - [Changelog](https://github.com/metrics-rs/metrics/blob/main/release.toml) - [Commits](metrics-rs/metrics@metrics-v0.24.3...metrics-v0.24.5) --- updated-dependencies: - dependency-name: metrics dependency-version: 0.24.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * fix clippy Signed-off-by: Jorge Prendes <jorge.prendes@gmail.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Jorge Prendes <jorge.prendes@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jorge Prendes <jorge.prendes@gmail.com>
1 parent 74add23 commit 77e423f

3 files changed

Lines changed: 13 additions & 17 deletions

File tree

Cargo.lock

Lines changed: 12 additions & 15 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
@@ -47,7 +47,7 @@ crossbeam-channel = "0.5.15"
4747
thiserror = "2.0.18"
4848
chrono = { version = "0.4", optional = true }
4949
anyhow = "1.0"
50-
metrics = "0.24.3"
50+
metrics = "0.24.5"
5151
serde_json = "1.0"
5252
elfcore = { version = "2.0", optional = true }
5353
uuid = { version = "1.23.1", features = ["v4"] }

src/hyperlight_host/src/metrics/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ mod tests {
132132
});
133133

134134
// Convert snapshot into a hashmap for easier lookup
135-
#[expect(clippy::mutable_key_type)]
136135
let snapshot = snapshot.into_hashmap();
137136

138137
cfg_if::cfg_if! {

0 commit comments

Comments
 (0)