From 23a62a2d87f8517949984cefe124d02c8ca27d19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Oct 2020 09:01:26 +0000 Subject: [PATCH] build(deps): bump inferno from 0.10.0 to 0.10.1 Bumps [inferno](https://github.com/jonhoo/inferno) from 0.10.0 to 0.10.1. - [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.0...v0.10.1) Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ zebrad/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bf258b040..b4772c96e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -59,9 +59,9 @@ checksum = "ee2a4ec343196209d6594e19543ae87a39f96d5534d7174822a3ad825dd6ed7e" [[package]] name = "ahash" -version = "0.3.8" +version = "0.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8fd72866655d1904d6b0997d0b07ba561047d070fbe29de039031c641b61217" +checksum = "0adac150c2dd5a9c864d054e07bda5e6bc010cd10036ea5f17e82a2f5867f735" dependencies = [ "const-random", ] @@ -1244,9 +1244,9 @@ dependencies = [ [[package]] name = "inferno" -version = "0.10.0" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e4eb1402c92d29c8b44e090b9b0fc25f5714253f959c9f42e378b91cff4d952f" +checksum = "48b0b7698c16bccca4617de8f9ede9f58ab44a68ad6b2a4920fd74e491de580d" dependencies = [ "ahash", "itoa", @@ -1941,9 +1941,9 @@ checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" [[package]] name = "quick-xml" -version = "0.18.1" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3cc440ee4802a86e357165021e3e255a9143724da31db1e2ea540214c96a0f82" +checksum = "b3d72d5477478f85bd00b6521780dfba1ec6cdaadcf90b8b181c36d7de561f9b" dependencies = [ "memchr", ] diff --git a/zebrad/Cargo.toml b/zebrad/Cargo.toml index 9a1e3117f..de0808eef 100644 --- a/zebrad/Cargo.toml +++ b/zebrad/Cargo.toml @@ -36,7 +36,7 @@ metrics-runtime = "0.13" metrics = "0.12" dirs = "3.0.1" tracing-flame = "0.1.0" -inferno = { version = "0.10.0", default-features = false } +inferno = { version = "0.10.1", default-features = false } [dev-dependencies] abscissa_core = { version = "0.5", features = ["testing"] }