From e3e9990315e493bdec1392e68d64ecac6b6b5fa6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Jan 2021 02:30:21 +0000 Subject: [PATCH] build(deps): bump inferno from 0.10.2 to 0.10.3 Bumps [inferno](https://github.com/jonhoo/inferno) from 0.10.2 to 0.10.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.10.2...v0.10.3) Signed-off-by: dependabot[bot] --- Cargo.lock | 5 +++-- zebrad/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9347e4f4..286f3e36 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1501,11 +1501,12 @@ dependencies = [ [[package]] name = "inferno" -version = "0.10.2" +version = "0.10.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "514b79a9791d88f90889bd38a88dc43a6058b3ec72a8930a817c6e59fa9e4927" +checksum = "67bcf81cd7094c6827cec657c53f0d22dec1afed5eeccb16118f5763a7bbd869" dependencies = [ "ahash 0.6.1", + "atty", "itoa", "lazy_static", "log", diff --git a/zebrad/Cargo.toml b/zebrad/Cargo.toml index d8469600..2b3e6ee3 100644 --- a/zebrad/Cargo.toml +++ b/zebrad/Cargo.toml @@ -40,7 +40,7 @@ metrics = "0.13.0-alpha.8" metrics-exporter-prometheus = "0.1.0-alpha.7" dirs = "3.0.1" -inferno = { version = "0.10.2", default-features = false } +inferno = { version = "0.10.3", default-features = false } atty = "0.2.14" sentry = { version = "0.21.0", default-features = false, features = ["backtrace", "contexts", "reqwest", "rustls"] }