From 61d0f02c57b017acad7cd07bf60c188a3aaf7b45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Dec 2020 10:01:02 +0000 Subject: [PATCH] build(deps): bump inferno from 0.10.1 to 0.10.2 Bumps [inferno](https://github.com/jonhoo/inferno) from 0.10.1 to 0.10.2. - [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.1...v0.10.2) Signed-off-by: dependabot[bot] --- Cargo.lock | 18 ++++++++++-------- zebrad/Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5fd18db7..d70cca28 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -68,11 +68,13 @@ dependencies = [ [[package]] name = "ahash" -version = "0.4.6" +version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f6789e291be47ace86a60303502173d84af8327e3627ecf334356ee0f87a164c" +checksum = "865f8b0b3fced577b7df82e9b0eb7609595d7209c0b39e78d0646672e244b1b1" dependencies = [ - "const-random", + "getrandom 0.2.0", + "lazy_static", + "version_check 0.9.2", ] [[package]] @@ -1347,11 +1349,11 @@ dependencies = [ [[package]] name = "inferno" -version = "0.10.1" +version = "0.10.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48b0b7698c16bccca4617de8f9ede9f58ab44a68ad6b2a4920fd74e491de580d" +checksum = "514b79a9791d88f90889bd38a88dc43a6058b3ec72a8930a817c6e59fa9e4927" dependencies = [ - "ahash 0.4.6", + "ahash 0.6.1", "itoa", "lazy_static", "log", @@ -1973,9 +1975,9 @@ checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" [[package]] name = "quick-xml" -version = "0.19.0" +version = "0.20.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3d72d5477478f85bd00b6521780dfba1ec6cdaadcf90b8b181c36d7de561f9b" +checksum = "26aab6b48e2590e4a64d1ed808749ba06257882b461d01ca71baeb747074a6dd" dependencies = [ "memchr", ] diff --git a/zebrad/Cargo.toml b/zebrad/Cargo.toml index 0d18f4df..89199035 100644 --- a/zebrad/Cargo.toml +++ b/zebrad/Cargo.toml @@ -37,7 +37,7 @@ metrics = "0.13.0-alpha.8" metrics-exporter-prometheus = "0.1.0-alpha.7" dirs = "3.0.1" -inferno = { version = "0.10.1", default-features = false } +inferno = { version = "0.10.2", default-features = false } [dev-dependencies] abscissa_core = { version = "0.5", features = ["testing"] }