Bump metrics from 0.17.0 to 0.17.1 (#3258)
Bumps [metrics](https://github.com/metrics-rs/metrics) from 0.17.0 to 0.17.1. - [Release notes](https://github.com/metrics-rs/metrics/releases) - [Changelog](https://github.com/metrics-rs/metrics/blob/main/release.toml) - [Commits](https://github.com/metrics-rs/metrics/compare/metrics-v0.17.0...metrics-v0.17.1) --- updated-dependencies: - dependency-name: metrics dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
d0e6de8040
commit
c47ea80529
|
@ -1919,13 +1919,12 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "metrics"
|
||||
version = "0.17.0"
|
||||
version = "0.17.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a00f42f354a2ed4894db863b3a4db47aef2d2e4435b937221749bd37a8a7aaa8"
|
||||
checksum = "55586aa936c35f34ba8aa5d97356d554311206e1ce1f9e68fe7b07288e5ad827"
|
||||
dependencies = [
|
||||
"ahash",
|
||||
"metrics-macros",
|
||||
"proc-macro-hack",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
|
@ -27,7 +27,7 @@ serde = { version = "1", features = ["serde_derive"] }
|
|||
|
||||
futures = "0.3.18"
|
||||
futures-util = "0.3.17"
|
||||
metrics = "0.17.0"
|
||||
metrics = "0.17.1"
|
||||
thiserror = "1.0.30"
|
||||
tokio = { version = "1.15.0", features = ["time", "sync", "tracing"] }
|
||||
tower = { version = "0.4.11", features = ["timeout", "util", "buffer"] }
|
||||
|
|
|
@ -27,7 +27,7 @@ tokio-stream = { version = "0.1.7", features = ["sync", "time"] }
|
|||
tokio-util = { version = "0.6.9", features = ["codec"] }
|
||||
tower = { version = "0.4.11", features = ["retry", "discover", "load", "load-shed", "timeout", "util", "buffer"] }
|
||||
|
||||
metrics = "0.17.0"
|
||||
metrics = "0.17.1"
|
||||
tracing = "0.1"
|
||||
tracing-futures = "0.2"
|
||||
tracing-error = { version = "0.1.2", features = ["traced-error"] }
|
||||
|
|
|
@ -16,7 +16,7 @@ displaydoc = "0.2.2"
|
|||
futures = "0.3.18"
|
||||
hex = "0.4.3"
|
||||
lazy_static = "1.4.0"
|
||||
metrics = "0.17.0"
|
||||
metrics = "0.17.1"
|
||||
# TODO: this crate is not maintained anymore. Replace it?
|
||||
# https://github.com/ZcashFoundation/zebra/issues/2523
|
||||
#
|
||||
|
|
|
@ -37,7 +37,7 @@ tracing-flame = "0.1.0"
|
|||
tracing-journald = "0.1.0"
|
||||
tracing-subscriber = { version = "0.2.25", features = ["tracing-log"] }
|
||||
tracing-error = "0.1.2"
|
||||
metrics = "0.17.0"
|
||||
metrics = "0.17.1"
|
||||
metrics-exporter-prometheus = "0.7.0"
|
||||
|
||||
dirs = "4.0.0"
|
||||
|
|
Loading…
Reference in New Issue