From 41870e5b5ac03a2808dea2d9b904aab29426f116 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 May 2022 03:42:23 +0000 Subject: [PATCH] build(deps): bump inferno from 0.11.2 to 0.11.3 (#4357) Bumps [inferno](https://github.com/jonhoo/inferno) from 0.11.2 to 0.11.3. - [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.2...v0.11.3) --- 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 d7fbbb51e..0bb206f91 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2148,9 +2148,9 @@ dependencies = [ [[package]] name = "inferno" -version = "0.11.2" +version = "0.11.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "89efa0d58cc7d17076d8fcaa4ea2b408a799eaed1682e1d60b8a9e03a061be82" +checksum = "16d4bde3a7105e59c66a4104cfe9606453af1c7a0eac78cb7d5bc263eb762a70" dependencies = [ "ahash", "atty", diff --git a/zebrad/Cargo.toml b/zebrad/Cargo.toml index 5b8e5351b..105ec7d64 100644 --- a/zebrad/Cargo.toml +++ b/zebrad/Cargo.toml @@ -54,7 +54,7 @@ tracing-futures = "0.2.5" tracing = "0.1.31" dirs = "4.0.0" -inferno = { version = "0.11.2", default-features = false } +inferno = { version = "0.11.3", default-features = false } atty = "0.2.14" sentry-tracing = "0.23.0"