diff --git a/Cargo.lock b/Cargo.lock index 52af996f..1cd1e924 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2252,9 +2252,9 @@ dependencies = [ [[package]] name = "inferno" -version = "0.11.6" +version = "0.11.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a262875c8e10820b9366e991ed6710cd80dc93578375e5d499fcbd408985937" +checksum = "9709543bd6c25fdc748da2bed0f6855b07b7e93a203ae31332ac2101ab2f4782" dependencies = [ "ahash", "atty", diff --git a/zebrad/Cargo.toml b/zebrad/Cargo.toml index 4bea6a9a..0ae559dd 100644 --- a/zebrad/Cargo.toml +++ b/zebrad/Cargo.toml @@ -113,7 +113,7 @@ sentry = { version = "0.27.0", default-features = false, features = ["backtrace" # prod feature flamegraph tracing-flame = { version = "0.2.0", optional = true } -inferno = { version = "0.11.6", default-features = false, optional = true } +inferno = { version = "0.11.7", default-features = false, optional = true } # prod feature journald tracing-journald = { version = "0.3.0", optional = true }