From 8d2176fa5530fffca495949cbe0b6fc4e3439359 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 02:28:06 +0000 Subject: [PATCH] Bump ahash from 0.8.7 to 0.8.9 Bumps [ahash](https://github.com/tkaitchuck/ahash) from 0.8.7 to 0.8.9. - [Release notes](https://github.com/tkaitchuck/ahash/releases) - [Commits](https://github.com/tkaitchuck/ahash/compare/0.8.7...v0.8.9) --- updated-dependencies: - dependency-name: ahash dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index acdf3e5b..cefcccac 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -19,9 +19,9 @@ checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" [[package]] name = "ahash" -version = "0.8.7" +version = "0.8.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "77c3a9648d43b9cd48db467b3f87fdd6e146bcc88ab0180006cef2179fe11d01" +checksum = "d713b3834d76b85304d4d525563c1276e2e30dc97cc67bfb4585a4a29fc2c89f" dependencies = [ "cfg-if", "getrandom", diff --git a/Cargo.toml b/Cargo.toml index 293c0a74..8d89d35c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ warp-real-ip = "0.2.0" parse-display = "0.9.0" percent-encoding = "2.3.1" rand = { version = "0.8.5", features = ["small_rng"] } -ahash = "0.8.6" +ahash = "0.8.9" flexi_logger = { version = "0.27.2", features = ["colors", "is-terminal"] } tokio-stream = { version = "0.1.14", features = ["net"] } derivative = "2.2.0"