diff --git a/Cargo.lock b/Cargo.lock index 14fa2460..ee316a5b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1971,9 +1971,9 @@ dependencies = [ [[package]] name = "inferno" -version = "0.10.10" +version = "0.10.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b4445abb2e1f32b02fb78f957f17efa7a43c8258cd3e848157949c59157657d" +checksum = "d1865894794ecaecca2eed30cc4a8f26e7df31196b44ef9d3788942433a0fcb2" dependencies = [ "ahash", "atty", diff --git a/zebrad/Cargo.toml b/zebrad/Cargo.toml index 479bf073..6ed7ea51 100644 --- a/zebrad/Cargo.toml +++ b/zebrad/Cargo.toml @@ -42,7 +42,7 @@ metrics = "0.17.1" metrics-exporter-prometheus = "0.7.0" dirs = "4.0.0" -inferno = { version = "0.10.10", default-features = false } +inferno = { version = "0.10.11", default-features = false } atty = "0.2.14" sentry = { version = "0.23.0", default-features = false, features = ["backtrace", "contexts", "reqwest", "rustls"] }