From 12eb08f05135aadbafe5362f6cbe901c192fcc21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 May 2026 07:19:42 +0000 Subject: [PATCH] chore(deps): bump foldhash from 0.1.5 to 0.2.0 Bumps [foldhash](https://github.com/orlp/foldhash) from 0.1.5 to 0.2.0. - [Commits](https://github.com/orlp/foldhash/compare/v0.1.5...v0.2.0) --- updated-dependencies: - dependency-name: foldhash dependency-version: 0.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 +++++++++--- Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index adf688d..678adf1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -489,7 +489,7 @@ dependencies = [ "anyhow", "bytes", "criterion", - "foldhash", + "foldhash 0.2.0", "hickory-resolver", "http", "http-body-util", @@ -522,7 +522,7 @@ dependencies = [ "bytes", "corx-core", "figment", - "foldhash", + "foldhash 0.2.0", "futures", "governor", "http", @@ -742,6 +742,12 @@ version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" +[[package]] +name = "foldhash" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb" + [[package]] name = "form_urlencoded" version = "1.2.2" @@ -976,7 +982,7 @@ version = "0.15.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" dependencies = [ - "foldhash", + "foldhash 0.1.5", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 9f26633..25ff812 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -102,7 +102,7 @@ idna = "1.0" percent-encoding = "2.3" # Concurrency data structures -foldhash = "0.1" +foldhash = "0.2" arc-swap = "1.7" dashmap = "6.1"