From 7721544bdba0a7bd49b14c18394fdac8ba2640e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 May 2021 09:11:07 +0000 Subject: [PATCH] build(deps): bump inferno from 0.10.4 to 0.10.5 Bumps [inferno](https://github.com/jonhoo/inferno) from 0.10.4 to 0.10.5. - [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.4...v0.10.5) Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- zebrad/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 986d2b67e..9efa3ec0c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1730,9 +1730,9 @@ dependencies = [ [[package]] name = "inferno" -version = "0.10.4" +version = "0.10.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "730c5d33ff7a5a587b7a92fc536d1e7c5bb6870814aefb98a85110066c76e7ef" +checksum = "37fb405dbcc505ed20838c4f8dad7b901094de90add237755df54bd5dcda2fdd" dependencies = [ "ahash 0.6.1", "atty", diff --git a/zebrad/Cargo.toml b/zebrad/Cargo.toml index bf77106b0..8b2b61635 100644 --- a/zebrad/Cargo.toml +++ b/zebrad/Cargo.toml @@ -41,7 +41,7 @@ metrics = "0.13.0-alpha.8" metrics-exporter-prometheus = "0.1.0-alpha.7" dirs = "3.0.2" -inferno = { version = "0.10.4", default-features = false } +inferno = { version = "0.10.5", default-features = false } atty = "0.2.14" sentry = { version = "0.21.0", default-features = false, features = ["backtrace", "contexts", "reqwest", "rustls"] }