diff --git a/Cargo.lock b/Cargo.lock index 413174c856f..0e116b00347 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2071,9 +2071,9 @@ dependencies = [ [[package]] name = "inferno" -version = "0.11.18" +version = "0.11.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "abfb2e51b23c338595ae0b6bdaaa7a4a8b860b8d788a4331cb07b50fe5dea71b" +checksum = "321f0f839cd44a4686e9504b0a62b4d69a50b62072144c71c68f5873c167b8d9" dependencies = [ "ahash", "is-terminal", diff --git a/zebrad/Cargo.toml b/zebrad/Cargo.toml index df89a0f8604..e0a6e3c550a 100644 --- a/zebrad/Cargo.toml +++ b/zebrad/Cargo.toml @@ -204,7 +204,7 @@ sentry = { version = "0.31.8", default-features = false, features = ["backtrace" # prod feature flamegraph tracing-flame = { version = "0.2.0", optional = true } -inferno = { version = "0.11.18", default-features = false, optional = true } +inferno = { version = "0.11.19", default-features = false, optional = true } # prod feature journald tracing-journald = { version = "0.3.0", optional = true }