From 9c0bfb4c4c77596b80ffd524fe365bba3c3dc2cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jan 2023 16:01:32 +0000 Subject: [PATCH] build(deps): bump inferno from 0.11.13 to 0.11.14 Bumps [inferno](https://github.com/jonhoo/inferno) from 0.11.13 to 0.11.14. - [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.13...v0.11.14) --- 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 e22c095a382..c51dc206356 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1977,9 +1977,9 @@ dependencies = [ [[package]] name = "inferno" -version = "0.11.13" +version = "0.11.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d7207d75fcf6c1868f1390fc1c610431fe66328e9ee6813330a041ef6879eca1" +checksum = "d6e66fa9bb3c52f40d05c11b78919ff2f18993c2305bd8a62556d20cb3e9606f" dependencies = [ "ahash 0.8.2", "atty", diff --git a/zebrad/Cargo.toml b/zebrad/Cargo.toml index 28d420f7920..55e7834e212 100644 --- a/zebrad/Cargo.toml +++ b/zebrad/Cargo.toml @@ -141,7 +141,7 @@ sentry = { version = "0.29.1", default-features = false, features = ["backtrace" # prod feature flamegraph tracing-flame = { version = "0.2.0", optional = true } -inferno = { version = "0.11.13", default-features = false, optional = true } +inferno = { version = "0.11.14", default-features = false, optional = true } # prod feature journald tracing-journald = { version = "0.3.0", optional = true }