diff --git a/Cargo.lock b/Cargo.lock index 90051ff..2bd0f30 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -978,9 +978,9 @@ dependencies = [ [[package]] name = "hashbrown" -version = "0.15.0" +version = "0.15.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e087f84d4f86bf4b218b927129862374b72199ae7d8657835f1e89000eea4fb" +checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289" dependencies = [ "allocator-api2", "equivalent", @@ -1132,7 +1132,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "707907fe3c25f5424cce2cb7e1cbcafee6bdbe735ca90ef77c29e84591e5b9da" dependencies = [ "equivalent", - "hashbrown 0.15.0", + "hashbrown 0.15.2", "serde", ] @@ -1923,7 +1923,7 @@ dependencies = [ "either", "ethnum", "getrandom", - "hashbrown 0.15.0", + "hashbrown 0.15.2", "itoap", "lz4", "multiversion", @@ -1987,7 +1987,7 @@ dependencies = [ "comfy-table", "either", "hashbrown 0.14.5", - "hashbrown 0.15.0", + "hashbrown 0.15.2", "indexmap", "itoa", "ndarray", @@ -2029,7 +2029,7 @@ checksum = "ad56c5ea4d6e0546fbc3fa35918a537b76587600a5118770ed331136249d50d8" dependencies = [ "ahash", "bitflags 2.6.0", - "hashbrown 0.15.0", + "hashbrown 0.15.2", "num-traits 0.2.19", "once_cell", "polars-arrow", @@ -2059,7 +2059,7 @@ dependencies = [ "fast-float2", "futures 0.3.30", "glob", - "hashbrown 0.15.0", + "hashbrown 0.15.2", "home", "itoa", "memchr", @@ -2139,7 +2139,7 @@ dependencies = [ "chrono", "chrono-tz", "either", - "hashbrown 0.15.0", + "hashbrown 0.15.2", "hex", "indexmap", "memchr", @@ -2170,7 +2170,7 @@ dependencies = [ "bytemuck", "ethnum", "futures 0.3.30", - "hashbrown 0.15.0", + "hashbrown 0.15.2", "num-traits 0.2.19", "polars-arrow", "polars-compute", @@ -2200,7 +2200,7 @@ dependencies = [ "crossbeam-channel", "crossbeam-queue", "enum_dispatch", - "hashbrown 0.15.0", + "hashbrown 0.15.2", "num-traits 0.2.19", "polars-arrow", "polars-compute", @@ -2229,7 +2229,7 @@ dependencies = [ "chrono", "chrono-tz", "either", - "hashbrown 0.15.0", + "hashbrown 0.15.2", "memmap2", "num-traits 0.2.19", "once_cell", @@ -2358,7 +2358,7 @@ dependencies = [ "bytemuck", "bytes", "compact_str", - "hashbrown 0.15.0", + "hashbrown 0.15.2", "indexmap", "libc", "memmap2",