From 756f6f8fef98fcf89de27100c9245e64c45264cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Nov 2021 15:02:52 +0000 Subject: [PATCH] Bump inferno from 0.10.7 to 0.10.8 Bumps [inferno](https://github.com/jonhoo/inferno) from 0.10.7 to 0.10.8. - [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.7...v0.10.8) --- updated-dependencies: - dependency-name: inferno dependency-type: direct:production update-type: version-update:semver-patch ... 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 61b831cb3..b25158fa7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1733,9 +1733,9 @@ dependencies = [ [[package]] name = "inferno" -version = "0.10.7" +version = "0.10.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bfa5bd9a10b38bf5f3c670f9d75c194adbecd2b1573f737668ab8599f41edc87" +checksum = "d5e0d042b82d2153d831ad6f4b865ddb06d9941a086eb9974f8f58cf0368b6e3" dependencies = [ "ahash", "atty", diff --git a/zebrad/Cargo.toml b/zebrad/Cargo.toml index b2d62bef8..73b27da98 100644 --- a/zebrad/Cargo.toml +++ b/zebrad/Cargo.toml @@ -40,7 +40,7 @@ metrics = "0.17.0" metrics-exporter-prometheus = "0.6.1" dirs = "4.0.0" -inferno = { version = "0.10.7", default-features = false } +inferno = { version = "0.10.8", default-features = false } atty = "0.2.14" sentry = { version = "0.23.0", default-features = false, features = ["backtrace", "contexts", "reqwest", "rustls"] }