From 357867963fc05a53f157193e3aca2b743938f526 Mon Sep 17 00:00:00 2001 From: "hash-worker[bot]" <180894564+hash-worker[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 22:03:01 +0000 Subject: [PATCH] Update Rust crate `hashbrown` to v0.15.1 (#5590) Co-authored-by: hash-worker[bot] <180894564+hash-worker[bot]@users.noreply.github.com> --- Cargo.lock | 10 +++++----- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dba7ad9275d..9e15ad857a8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2890,9 +2890,9 @@ checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" [[package]] name = "hashbrown" -version = "0.15.0" +version = "0.15.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e087f84d4f86bf4b218b927129862374b72199ae7d8657835f1e89000eea4fb" +checksum = "3a9bfc1af68b1726ea47d3d5109de126281def866b33970e10fbab11b5dafab3" dependencies = [ "allocator-api2", "equivalent", @@ -3038,7 +3038,7 @@ dependencies = [ "bumpalo", "ecow", "foldhash", - "hashbrown 0.15.0", + "hashbrown 0.15.1", "hql-span", "json-number", ] @@ -3459,7 +3459,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "707907fe3c25f5424cce2cb7e1cbcafee6bdbe735ca90ef77c29e84591e5b9da" dependencies = [ "equivalent", - "hashbrown 0.15.0", + "hashbrown 0.15.1", "serde", ] @@ -4196,7 +4196,7 @@ version = "0.12.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38" dependencies = [ - "hashbrown 0.15.0", + "hashbrown 0.15.1", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 3e7eb463de8..061e2a06e36 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -103,7 +103,7 @@ futures-core = { version = "=0.3.31", default-features = false } futures-io = { version = "=0.3.31", default-features = false } futures-sink = { version = "=0.3.31", default-features = false } futures-util = { version = "=0.3.31", default-features = false } -hashbrown = { version = "=0.15.0", default-features = false, features = ["nightly", "inline-more"] } +hashbrown = { version = "=0.15.1", default-features = false, features = ["nightly", "inline-more"] } http = { version = "=1.1.0", default-features = false } inferno = { version = "=0.11.21", default-features = false } iso8601-duration = { version = "=0.2.0", default-features = false }