Skip to content

Commit

Permalink
chore(deps): update metrics requirement from 0.22.0 to 0.23.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.22.0...metrics-v0.23.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 20, 2024
1 parent 59b8c0e commit a7cfeb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ use-gauge-on-cpu-seconds-total = []
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
metrics = "0.22.0"
metrics = "0.23.0"

[target.'cfg(target_os = "macos")'.dependencies]
libproc = "0.14.2"
Expand Down

0 comments on commit a7cfeb5

Please sign in to comment.