From aadc07a8204d252b8349a08acf67f039d54f5c18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Mar 2022 04:13:49 +0000 Subject: [PATCH] build(deps): bump inferno from 0.10.12 to 0.11.0 (#3748) Bumps [inferno](https://github.com/jonhoo/inferno) from 0.10.12 to 0.11.0. - [Release notes](https://github.com/jonhoo/inferno/releases) - [Changelog](https://github.com/jonhoo/inferno/blob/master/CHANGELOG.md) - [Commits](https://github.com/jonhoo/inferno/compare/v0.10.12...v0.11.0) --- updated-dependencies: - dependency-name: inferno dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- zebrad/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5c47b1512..bd27211f1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1946,9 +1946,9 @@ dependencies = [ [[package]] name = "inferno" -version = "0.10.12" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "de3886428c6400486522cf44b8626e7b94ad794c14390290f2a274dcf728a58f" +checksum = "26143de514661e4241e71840e4f82029b5d8b55e57b25be63b5126869794df57" dependencies = [ "ahash", "atty", diff --git a/zebrad/Cargo.toml b/zebrad/Cargo.toml index 3fe1bb15a..23ec3bc1f 100644 --- a/zebrad/Cargo.toml +++ b/zebrad/Cargo.toml @@ -44,7 +44,7 @@ tracing-futures = "0.2.5" tracing = "0.1.31" dirs = "4.0.0" -inferno = { version = "0.10.12", default-features = false } +inferno = { version = "0.11.0", default-features = false } atty = "0.2.14" sentry-tracing = "0.23.0"