diff --git a/Cargo.lock b/Cargo.lock index 310c48839..a766b159a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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]] diff --git a/zebra-consensus/Cargo.toml b/zebra-consensus/Cargo.toml index a38488c7c..c56f50bf0 100644 --- a/zebra-consensus/Cargo.toml +++ b/zebra-consensus/Cargo.toml @@ -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"] } diff --git a/zebra-network/Cargo.toml b/zebra-network/Cargo.toml index d0ed53a43..ff3b14ce3 100644 --- a/zebra-network/Cargo.toml +++ b/zebra-network/Cargo.toml @@ -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"] } diff --git a/zebra-state/Cargo.toml b/zebra-state/Cargo.toml index 09ad9f9d6..5a4d0f8cc 100644 --- a/zebra-state/Cargo.toml +++ b/zebra-state/Cargo.toml @@ -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 # diff --git a/zebrad/Cargo.toml b/zebrad/Cargo.toml index 15e7e0bbd..e1c1a844a 100644 --- a/zebrad/Cargo.toml +++ b/zebrad/Cargo.toml @@ -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"