Skip to content

Commit a59da3f

Browse files
chore(deps): update metrics requirement from 0.23.0 to 0.24.0
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]>
1 parent 89a2e4f commit a59da3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ use-gauge-on-cpu-seconds-total = []
3030
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
3131

3232
[dependencies]
33-
metrics = "0.23.0"
33+
metrics = "0.24.0"
3434

3535
[target.'cfg(target_os = "macos")'.dependencies]
3636
libproc = "0.14.2"

0 commit comments

Comments
 (0)