From a90b20f222dc30fa1ff65b87012bdd56236abac8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Apr 2022 21:00:14 +0000 Subject: [PATCH] build(deps): bump inferno from 0.11.1 to 0.11.2 (#4191) Bumps [inferno](https://github.com/jonhoo/inferno) from 0.11.1 to 0.11.2. - [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.1...v0.11.2) --- 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 0c21777d..017374e2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2053,9 +2053,9 @@ dependencies = [ [[package]] name = "inferno" -version = "0.11.1" +version = "0.11.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f202af59e95fce985d0b87df19319528638b6f7654abc283d2815028922cc320" +checksum = "89efa0d58cc7d17076d8fcaa4ea2b408a799eaed1682e1d60b8a9e03a061be82" dependencies = [ "ahash", "atty", diff --git a/zebrad/Cargo.toml b/zebrad/Cargo.toml index 1bb59ce6..9bcbbcba 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.1", default-features = false } +inferno = { version = "0.11.2", default-features = false } atty = "0.2.14" sentry-tracing = "0.23.0"