From 3eaa71ddece30821e55b716ee25cdb577c14f40d Mon Sep 17 00:00:00 2001 From: "elastic-renovate-prod[bot]" <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 07:47:51 +0000 Subject: [PATCH] fix(deps): update rust crate hashbrown to 0.16.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fbc63ed..a740792 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -66,7 +66,7 @@ lru = "0.14.0" nohash-hasher = "0.2.0" memmap2 = "0.9.4" xxhash-rust = { version = "0.8.10", features = ["xxh3"] } -hashbrown = "0.15.2" +hashbrown = "0.16.0" idna = "1.0.3" [dependencies.rocksdb]