diff --git a/Cargo.lock b/Cargo.lock index c224307b..57aba2a1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2204,16 +2204,16 @@ dependencies = [ [[package]] name = "inferno" -version = "0.11.4" +version = "0.11.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a3cb215599901c8f491666421d44ffaed08d6872b4c7ced6f425683b951271e" +checksum = "244ae9456c246081801028c893ee0e2b71be4f0380894e2cd53974c3beea0c64" dependencies = [ "ahash", "atty", "itoa 1.0.1", - "lazy_static", "log", "num-format", + "once_cell", "quick-xml", "rgb", "str_stack", diff --git a/zebrad/Cargo.toml b/zebrad/Cargo.toml index bc81c110..f52c35e8 100644 --- a/zebrad/Cargo.toml +++ b/zebrad/Cargo.toml @@ -111,7 +111,7 @@ sentry = { version = "0.26.0", default-features = false, features = ["backtrace" # prod feature flamegraph tracing-flame = { version = "0.2.0", optional = true } -inferno = { version = "0.11.4", default-features = false, optional = true } +inferno = { version = "0.11.5", default-features = false, optional = true } # prod feature journald tracing-journald = { version = "0.3.0", optional = true }