diff --git a/Cargo.lock b/Cargo.lock index e22c095a382..c51dc206356 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1977,9 +1977,9 @@ dependencies = [ [[package]] name = "inferno" -version = "0.11.13" +version = "0.11.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d7207d75fcf6c1868f1390fc1c610431fe66328e9ee6813330a041ef6879eca1" +checksum = "d6e66fa9bb3c52f40d05c11b78919ff2f18993c2305bd8a62556d20cb3e9606f" dependencies = [ "ahash 0.8.2", "atty", diff --git a/zebrad/Cargo.toml b/zebrad/Cargo.toml index 28d420f7920..55e7834e212 100644 --- a/zebrad/Cargo.toml +++ b/zebrad/Cargo.toml @@ -141,7 +141,7 @@ sentry = { version = "0.29.1", default-features = false, features = ["backtrace" # prod feature flamegraph tracing-flame = { version = "0.2.0", optional = true } -inferno = { version = "0.11.13", default-features = false, optional = true } +inferno = { version = "0.11.14", default-features = false, optional = true } # prod feature journald tracing-journald = { version = "0.3.0", optional = true }