diff --git a/Cargo.lock b/Cargo.lock index 0f8504675..56ad1f743 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2303,9 +2303,9 @@ dependencies = [ [[package]] name = "inferno" -version = "0.11.10" +version = "0.11.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "65678bf692af3f4654f7baa7aab103fda889e37a84816cf3bd0aaa795277f6a3" +checksum = "5f3b820618e1737bba20ec69b6fcd6efb25cfed922669353817e2f24c86bdc10" dependencies = [ "ahash", "atty", diff --git a/zebrad/Cargo.toml b/zebrad/Cargo.toml index 12a568a4a..9d1123374 100644 --- a/zebrad/Cargo.toml +++ b/zebrad/Cargo.toml @@ -118,7 +118,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.10", default-features = false, optional = true } +inferno = { version = "0.11.11", default-features = false, optional = true } # prod feature journald tracing-journald = { version = "0.3.0", optional = true }