From ee50f3ae4575dfff66051b7afd7bbd1ccc3a4671 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 03:38:52 +0000 Subject: [PATCH] build(deps): bump inferno from 0.11.4 to 0.11.5 (#4647) Bumps [inferno](https://github.com/jonhoo/inferno) from 0.11.4 to 0.11.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.11.4...v0.11.5) --- updated-dependencies: - dependency-name: inferno dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 6 +++--- zebrad/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c224307b..57aba2a1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2204,16 +2204,16 @@ dependencies = [ [[package]] name = "inferno" -version = "0.11.4" +version = "0.11.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a3cb215599901c8f491666421d44ffaed08d6872b4c7ced6f425683b951271e" +checksum = "244ae9456c246081801028c893ee0e2b71be4f0380894e2cd53974c3beea0c64" dependencies = [ "ahash", "atty", "itoa 1.0.1", - "lazy_static", "log", "num-format", + "once_cell", "quick-xml", "rgb", "str_stack", diff --git a/zebrad/Cargo.toml b/zebrad/Cargo.toml index bc81c110..f52c35e8 100644 --- a/zebrad/Cargo.toml +++ b/zebrad/Cargo.toml @@ -111,7 +111,7 @@ sentry = { version = "0.26.0", default-features = false, features = ["backtrace" # prod feature flamegraph tracing-flame = { version = "0.2.0", optional = true } -inferno = { version = "0.11.4", default-features = false, optional = true } +inferno = { version = "0.11.5", default-features = false, optional = true } # prod feature journald tracing-journald = { version = "0.3.0", optional = true }