diff --git a/Cargo.lock b/Cargo.lock index db18f88b..7b5afc6a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1641,9 +1641,9 @@ dependencies = [ [[package]] name = "inferno" -version = "0.10.8" +version = "0.10.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d5e0d042b82d2153d831ad6f4b865ddb06d9941a086eb9974f8f58cf0368b6e3" +checksum = "0fe3ba15e9cce341de198353aebd07d8009d211fb5556920bd4bdd3bb79fafd7" dependencies = [ "ahash", "atty", diff --git a/zebrad/Cargo.toml b/zebrad/Cargo.toml index 07ade210..0f0f5183 100644 --- a/zebrad/Cargo.toml +++ b/zebrad/Cargo.toml @@ -41,7 +41,7 @@ metrics = "0.17.1" metrics-exporter-prometheus = "0.7.0" dirs = "4.0.0" -inferno = { version = "0.10.8", default-features = false } +inferno = { version = "0.10.9", default-features = false } atty = "0.2.14" sentry = { version = "0.23.0", default-features = false, features = ["backtrace", "contexts", "reqwest", "rustls"] }