From 8e65e8281d471b4b9a89f58bdf8815cc0bc55b08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Sep 2021 19:42:59 +0000 Subject: [PATCH] Bump inferno from 0.10.6 to 0.10.7 Bumps [inferno](https://github.com/jonhoo/inferno) from 0.10.6 to 0.10.7. - [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.6...v0.10.7) --- updated-dependencies: - dependency-name: inferno dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 16 ++++++++-------- zebrad/Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c95c38e2..63556281 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -101,12 +101,12 @@ dependencies = [ [[package]] name = "ahash" -version = "0.6.1" +version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "865f8b0b3fced577b7df82e9b0eb7609595d7209c0b39e78d0646672e244b1b1" +checksum = "43bb833f0bf979d8475d38fbf09ed3b8a55e1885fe93ad3f93239fc6a4f17b98" dependencies = [ "getrandom 0.2.0", - "lazy_static", + "once_cell", "version_check 0.9.2", ] @@ -1753,11 +1753,11 @@ dependencies = [ [[package]] name = "inferno" -version = "0.10.6" +version = "0.10.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c3cbcc228d2ad2e99328c2b19f38d80ec387ca6a29f778e40e32ca9f25448c3" +checksum = "bfa5bd9a10b38bf5f3c670f9d75c194adbecd2b1573f737668ab8599f41edc87" dependencies = [ - "ahash 0.6.1", + "ahash 0.7.4", "atty", "itoa", "lazy_static", @@ -2590,9 +2590,9 @@ checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" [[package]] name = "quick-xml" -version = "0.20.0" +version = "0.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26aab6b48e2590e4a64d1ed808749ba06257882b461d01ca71baeb747074a6dd" +checksum = "8533f14c8382aaad0d592c812ac3b826162128b65662331e1127b45c3d18536b" dependencies = [ "memchr", ] diff --git a/zebrad/Cargo.toml b/zebrad/Cargo.toml index 93b7c8c0..84ce3460 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.2" -inferno = { version = "0.10.6", default-features = false } +inferno = { version = "0.10.7", default-features = false } atty = "0.2.14" sentry = { version = "0.21.0", default-features = false, features = ["backtrace", "contexts", "reqwest", "rustls"] }