From fc4114344e92c2bbbc7caffe8c889e705042df34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 06:49:06 +0000 Subject: [PATCH] build(deps): bump hashbrown from 0.15.1 to 0.15.2 Bumps [hashbrown](https://github.com/rust-lang/hashbrown) from 0.15.1 to 0.15.2. - [Changelog](https://github.com/rust-lang/hashbrown/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/hashbrown/commits) --- updated-dependencies: - dependency-name: hashbrown dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 097b94e03..17a02e30c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -419,7 +419,7 @@ dependencies = [ "arrow-schema", "chrono", "half", - "hashbrown 0.15.1", + "hashbrown 0.15.2", "num", ] @@ -2778,9 +2778,9 @@ dependencies = [ [[package]] name = "hashbrown" -version = "0.15.1" +version = "0.15.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3a9bfc1af68b1726ea47d3d5109de126281def866b33970e10fbab11b5dafab3" +checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289" dependencies = [ "allocator-api2", "equivalent", @@ -3170,7 +3170,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "707907fe3c25f5424cce2cb7e1cbcafee6bdbe735ca90ef77c29e84591e5b9da" dependencies = [ "equivalent", - "hashbrown 0.15.1", + "hashbrown 0.15.2", "serde", ] @@ -3658,7 +3658,7 @@ version = "0.12.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38" dependencies = [ - "hashbrown 0.15.1", + "hashbrown 0.15.2", ] [[package]] @@ -4574,7 +4574,7 @@ dependencies = [ "ethnum", "fast-float2", "getrandom", - "hashbrown 0.15.1", + "hashbrown 0.15.2", "itoa", "itoap", "lz4", @@ -4633,7 +4633,7 @@ dependencies = [ "comfy-table", "either", "hashbrown 0.14.5", - "hashbrown 0.15.1", + "hashbrown 0.15.2", "indexmap", "itoa", "num-traits", @@ -4676,7 +4676,7 @@ source = "git+https://github.com/pola-rs/polars?tag=py-1.14.0#34ee4ee86e97fe72b4 dependencies = [ "ahash", "bitflags 2.6.0", - "hashbrown 0.15.1", + "hashbrown 0.15.2", "num-traits", "once_cell", "polars-arrow", @@ -4708,7 +4708,7 @@ dependencies = [ "fs4", "futures", "glob", - "hashbrown 0.15.1", + "hashbrown 0.15.2", "home", "itoa", "memchr", @@ -4747,7 +4747,7 @@ dependencies = [ "chrono", "chrono-tz 0.8.6", "fallible-streaming-iterator", - "hashbrown 0.15.1", + "hashbrown 0.15.2", "indexmap", "itoa", "num-traits", @@ -4819,7 +4819,7 @@ dependencies = [ "chrono", "chrono-tz 0.8.6", "either", - "hashbrown 0.15.1", + "hashbrown 0.15.2", "hex", "indexmap", "jsonpath_lib_polars_vendor", @@ -4855,7 +4855,7 @@ dependencies = [ "ethnum", "flate2", "futures", - "hashbrown 0.15.1", + "hashbrown 0.15.2", "lz4", "num-traits", "polars-arrow", @@ -4889,7 +4889,7 @@ dependencies = [ "crossbeam-queue", "enum_dispatch", "futures", - "hashbrown 0.15.1", + "hashbrown 0.15.2", "num-traits", "polars-arrow", "polars-compute", @@ -4919,7 +4919,7 @@ dependencies = [ "chrono-tz 0.8.6", "either", "futures", - "hashbrown 0.15.1", + "hashbrown 0.15.2", "memmap2", "num-traits", "once_cell", @@ -5043,7 +5043,7 @@ dependencies = [ "bytemuck", "bytes", "compact_str", - "hashbrown 0.15.1", + "hashbrown 0.15.2", "indexmap", "libc", "memmap2", @@ -5316,7 +5316,7 @@ dependencies = [ "governor", "grex", "gzp", - "hashbrown 0.15.1", + "hashbrown 0.15.2", "human-panic", "indexmap", "indicatif",