Skip to content

Commit

Permalink
Update metrics requirement from 0.23.0 to 0.24.0
Browse files Browse the repository at this point in the history
Updates the requirements on [metrics](https://github.com/metrics-rs/metrics) to permit the latest version.
- [Changelog](https://github.com/metrics-rs/metrics/blob/main/release.toml)
- [Commits](metrics-rs/metrics@metrics-v0.23.0...metrics-v0.24.0)

---
updated-dependencies:
- dependency-name: metrics
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
1 parent 054c1e5 commit 22ee709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ webpki = "0.22.0"
hecs = { workspace = true }
memoffset = "0.9"
gltf = { version = "1.0.0", default-features = false, features = ["utils"] }
metrics = "0.23.0"
metrics = "0.24.0"
hdrhistogram = { version = "7", default-features = false }
save = { path = "../save" }

Expand Down

0 comments on commit 22ee709

Please sign in to comment.