From 454897bc330633246ab2ba714a17c97d8c823bc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jan 2022 13:42:35 +0100 Subject: [PATCH] Bump inferno from 0.10.8 to 0.10.9 (#3268) --- Cargo.lock | 4 ++-- zebrad/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"] }