From 17056f3c00d9571960619d9bd8a2761d49c4e787 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Mar 2022 22:38:14 +0000 Subject: [PATCH] build(deps): bump inferno from 0.11.0 to 0.11.1 (#3919) Bumps [inferno](https://github.com/jonhoo/inferno) from 0.11.0 to 0.11.1. - [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.11.0...v0.11.1) --- updated-dependencies: - dependency-name: inferno dependency-type: direct:production update-type: version-update:semver-patch ... 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 342ab0ac..ad0b426b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1946,9 +1946,9 @@ dependencies = [ [[package]] name = "inferno" -version = "0.11.0" +version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26143de514661e4241e71840e4f82029b5d8b55e57b25be63b5126869794df57" +checksum = "f202af59e95fce985d0b87df19319528638b6f7654abc283d2815028922cc320" dependencies = [ "ahash", "atty", diff --git a/zebrad/Cargo.toml b/zebrad/Cargo.toml index d329e711..ba6320da 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.11.0", default-features = false } +inferno = { version = "0.11.1", default-features = false } atty = "0.2.14" sentry-tracing = "0.23.0"