diff --git a/Cargo.lock b/Cargo.lock index c601e9b68..91a058223 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -491,7 +491,7 @@ dependencies = [ "futures", "getrandom", "hash_hasher", - "hashbrown 0.14.0", + "hashbrown 0.14.1", "lexical-core", "lz4", "multiversion", @@ -880,7 +880,7 @@ checksum = "8cead8ece0da6b744b2ad8ef9c58a4cdc7ef2921e60a6ddfb9eaaa86839b5fc5" dependencies = [ "cached_proc_macro", "cached_proc_macro_types", - "hashbrown 0.14.0", + "hashbrown 0.14.1", "instant", "once_cell", "r2d2", @@ -1413,7 +1413,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856" dependencies = [ "cfg-if", - "hashbrown 0.14.0", + "hashbrown 0.14.1", "lock_api", "once_cell", "parking_lot_core", @@ -2133,9 +2133,9 @@ dependencies = [ [[package]] name = "hashbrown" -version = "0.14.0" +version = "0.14.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a" +checksum = "7dfda62a12f55daeae5015f81b0baea145391cb4520f86c248fc615d72640d12" dependencies = [ "ahash 0.8.3", "allocator-api2", @@ -2148,7 +2148,7 @@ version = "0.8.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7" dependencies = [ - "hashbrown 0.14.0", + "hashbrown 0.14.1", ] [[package]] @@ -2331,7 +2331,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ad227c3af19d4914570ad36d30409928b75967c298feb9ea1969db3a610bb14e" dependencies = [ "equivalent", - "hashbrown 0.14.0", + "hashbrown 0.14.1", ] [[package]] @@ -3365,7 +3365,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "35cd38a64fb389fd990e4efd433a36331c995c981d353bfef83b5de4d87f1828" dependencies = [ "arrow2", - "hashbrown 0.14.0", + "hashbrown 0.14.1", "multiversion", "num-traits", "polars-error", @@ -3385,7 +3385,7 @@ dependencies = [ "chrono", "comfy-table 7.0.1", "either", - "hashbrown 0.14.0", + "hashbrown 0.14.1", "indexmap 2.0.1", "num-traits", "once_cell", @@ -3455,7 +3455,7 @@ dependencies = [ "ahash 0.8.3", "arrow2", "fallible-streaming-iterator", - "hashbrown 0.14.0", + "hashbrown 0.14.1", "indexmap 2.0.1", "num-traits", "polars-arrow", @@ -3516,7 +3516,7 @@ dependencies = [ "crossbeam-channel", "crossbeam-queue", "enum_dispatch", - "hashbrown 0.14.0", + "hashbrown 0.14.1", "num-traits", "polars-arrow", "polars-core", @@ -3605,7 +3605,7 @@ checksum = "2a4a5e743509096322cad39104d56e329fe2748483a3354a0f0c354724f3cef6" dependencies = [ "ahash 0.8.3", "bytemuck", - "hashbrown 0.14.0", + "hashbrown 0.14.1", "num-traits", "once_cell", "polars-error", @@ -3850,7 +3850,7 @@ dependencies = [ "governor 0.6.0", "grex", "gzp", - "hashbrown 0.14.0", + "hashbrown 0.14.1", "indexmap 2.0.1", "indicatif", "itertools", @@ -3932,7 +3932,7 @@ dependencies = [ "bytecount", "csv", "csv-core", - "hashbrown 0.14.0", + "hashbrown 0.14.1", "memchr", "qsv-dateparser", "regex",