diff --git a/Cargo.lock b/Cargo.lock index 5ea4359..94836ca 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1508,9 +1508,9 @@ dependencies = [ [[package]] name = "lazy_static" -version = "1.4.0" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" +checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" [[package]] name = "libc" diff --git a/bitswap-discovery-probe/Cargo.toml b/bitswap-discovery-probe/Cargo.toml index cdbe4d7..8faf52d 100644 --- a/bitswap-discovery-probe/Cargo.toml +++ b/bitswap-discovery-probe/Cargo.toml @@ -16,7 +16,7 @@ chrono = { version = "0.4.31", features = ["serde"] } prometheus_exporter = "0.8.4" # This needs to be matching the version prometheus_exporter uses! prometheus = { version = "0.13", features = ["process"] } -lazy_static = "1.4.0" +lazy_static = "1.5.0" serde = "1.0.210" serde_yaml = "0.9.25" clap = "2.33.3" diff --git a/bitswap-monitoring-client/Cargo.toml b/bitswap-monitoring-client/Cargo.toml index 398b776..286abf7 100644 --- a/bitswap-monitoring-client/Cargo.toml +++ b/bitswap-monitoring-client/Cargo.toml @@ -18,7 +18,7 @@ chrono = { version = "0.4.31", features = ["serde"] } prometheus_exporter = "0.8.4" # This needs to be matching the version prometheus_exporter uses! prometheus = { version = "0.13", features = ["process"] } -lazy_static = "1.4.0" +lazy_static = "1.5.0" serde = "1.0.210" serde_yaml = "0.9.25" clap = "2.33.3" diff --git a/cid-decode/Cargo.toml b/cid-decode/Cargo.toml index cdf0aa6..d46e8c0 100644 --- a/cid-decode/Cargo.toml +++ b/cid-decode/Cargo.toml @@ -13,4 +13,4 @@ log = "0.4.21" dotenv = "0.15.0" flexi_logger = "0.28.5" cid = "0.11.0" -lazy_static = "1.4.0" +lazy_static = "1.5.0" diff --git a/monitoring-size-estimator/Cargo.toml b/monitoring-size-estimator/Cargo.toml index ad9b0b9..6ce1bc0 100644 --- a/monitoring-size-estimator/Cargo.toml +++ b/monitoring-size-estimator/Cargo.toml @@ -16,7 +16,7 @@ chrono = { version = "0.4.31", features = ["serde"] } prometheus_exporter = "0.8.4" # This needs to be matching the version prometheus_exporter uses! prometheus = { version = "0.13", features = ["process"] } -lazy_static = "1.4.0" +lazy_static = "1.5.0" serde = "1.0.210" serde_yaml = "0.9.25" clap = "2.33.3"