From ba141d0e4ed6c39a9d9da37a09d0be8d89a5e752 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Sep 2022 00:22:01 +0000 Subject: [PATCH] build(deps): bump inferno from 0.11.7 to 0.11.8 (#5290) Bumps [inferno](https://github.com/jonhoo/inferno) from 0.11.7 to 0.11.8. - [Release notes](https://github.com/jonhoo/inferno/releases) - [Changelog](https://github.com/jonhoo/inferno/blob/main/CHANGELOG.md) - [Commits](https://github.com/jonhoo/inferno/compare/v0.11.7...v0.11.8) --- updated-dependencies: - dependency-name: inferno dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] 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 cd184f4f..5dee3672 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2312,9 +2312,9 @@ dependencies = [ [[package]] name = "inferno" -version = "0.11.7" +version = "0.11.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9709543bd6c25fdc748da2bed0f6855b07b7e93a203ae31332ac2101ab2f4782" +checksum = "70acd717b8821298c8b801f32684864ead3a3a470f1485a716ebb4343f9e42d7" dependencies = [ "ahash", "atty", diff --git a/zebrad/Cargo.toml b/zebrad/Cargo.toml index cccc53cc..91efc281 100644 --- a/zebrad/Cargo.toml +++ b/zebrad/Cargo.toml @@ -118,7 +118,7 @@ sentry = { version = "0.27.0", default-features = false, features = ["backtrace" # prod feature flamegraph tracing-flame = { version = "0.2.0", optional = true } -inferno = { version = "0.11.7", default-features = false, optional = true } +inferno = { version = "0.11.8", default-features = false, optional = true } # prod feature journald tracing-journald = { version = "0.3.0", optional = true }