Skip to content

Commit

Permalink
fix(deps): bump metrics from 0.23.0 to 0.24.0
Browse files Browse the repository at this point in the history
Bumps [metrics](https://github.com/metrics-rs/metrics) from 0.23.0 to 0.24.0.
- [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
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 30, 2024
1 parent 5c5a3fd commit 987cbb9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 15 deletions.
18 changes: 4 additions & 14 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ bytes = "1.8"
thiserror = "1.0.65"
itertools = "0.13"
bitvec = "1.0.1"
metrics = "0.23.0"
metrics = "0.24.0"
reqwest = { version = "0.12.9", features = ["rustls-tls", "hickory-dns"], default-features = false }
hickory-resolver = { version = "0.24.1", features = ["tokio-runtime"] }
tokio-retry = "0.3"

0 comments on commit 987cbb9

Please sign in to comment.