From e6d6976c4f3297455cf17feb3d184934ac85ec78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 17:38:28 +0000 Subject: [PATCH] build(deps): bump polars from 0.37.0 to 0.39.2 Bumps [polars](https://github.com/pola-rs/polars) from 0.37.0 to 0.39.2. - [Release notes](https://github.com/pola-rs/polars/releases) - [Commits](https://github.com/pola-rs/polars/compare/rs-0.37.0...rs-0.39.2) --- updated-dependencies: - dependency-name: polars dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 584 +++++++++++++++++++++++++++++++++++++++++------- core/Cargo.toml | 2 +- 2 files changed, 505 insertions(+), 81 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f5046c37..373c680a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -279,7 +279,7 @@ dependencies = [ "futures-util", "hashbrown 0.14.5", "hex", - "polars", + "polars 0.39.2", "rand", "revm", "revm-primitives 3.1.1", @@ -309,7 +309,7 @@ dependencies = [ "futures-util", "hashbrown 0.14.5", "hex", - "polars", + "polars 0.38.3", "rand", "revm", "revm-primitives 3.1.1", @@ -3512,16 +3512,36 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f01006048a264047d6cba081fed8e11adbd69c15956f9e53185a9ac4a541853c" dependencies = [ "getrandom", - "polars-arrow", - "polars-core", - "polars-error", - "polars-io", - "polars-lazy", - "polars-ops", - "polars-parquet", - "polars-sql", - "polars-time", - "polars-utils", + "polars-arrow 0.38.3", + "polars-core 0.38.3", + "polars-error 0.38.3", + "polars-io 0.38.3", + "polars-lazy 0.38.3", + "polars-ops 0.38.3", + "polars-parquet 0.38.3", + "polars-sql 0.38.3", + "polars-time 0.38.3", + "polars-utils 0.38.3", + "version_check", +] + +[[package]] +name = "polars" +version = "0.39.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0ea21b858b16b9c0e17a12db2800d11aa5b4bd182be6b3022eb537bbfc1f2db5" +dependencies = [ + "getrandom", + "polars-arrow 0.39.2", + "polars-core 0.39.2", + "polars-error 0.39.2", + "polars-io 0.39.2", + "polars-lazy 0.39.2", + "polars-ops 0.39.2", + "polars-parquet 0.39.2", + "polars-sql 0.39.2", + "polars-time 0.39.2", + "polars-utils 0.39.2", "version_check", ] @@ -3551,8 +3571,44 @@ dependencies = [ "multiversion", "num-traits", "polars-arrow-format", - "polars-error", - "polars-utils", + "polars-error 0.38.3", + "polars-utils 0.38.3", + "ryu", + "simdutf8", + "streaming-iterator", + "strength_reduce", + "version_check", + "zstd 0.13.1", +] + +[[package]] +name = "polars-arrow" +version = "0.39.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "725b09f2b5ef31279b66e27bbab63c58d49d8f6696b66b1f46c7eaab95e80f75" +dependencies = [ + "ahash", + "atoi", + "atoi_simd", + "bytemuck", + "chrono", + "chrono-tz", + "dyn-clone", + "either", + "ethnum", + "fast-float", + "foreign_vec", + "futures", + "getrandom", + "hashbrown 0.14.5", + "itoa", + "itoap", + "lz4", + "multiversion", + "num-traits", + "polars-arrow-format", + "polars-error 0.39.2", + "polars-utils 0.39.2", "ryu", "simdutf8", "streaming-iterator", @@ -3580,9 +3636,25 @@ dependencies = [ "bytemuck", "either", "num-traits", - "polars-arrow", - "polars-error", - "polars-utils", + "polars-arrow 0.38.3", + "polars-error 0.38.3", + "polars-utils 0.38.3", + "strength_reduce", + "version_check", +] + +[[package]] +name = "polars-compute" +version = "0.39.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a796945b14b14fbb79b91ef0406e6fddca2be636e889f81ea5d6ee7d36efb4fe" +dependencies = [ + "bytemuck", + "either", + "num-traits", + "polars-arrow 0.39.2", + "polars-error 0.39.2", + "polars-utils 0.39.2", "strength_reduce", "version_check", ] @@ -3604,11 +3676,43 @@ dependencies = [ "indexmap", "num-traits", "once_cell", - "polars-arrow", - "polars-compute", - "polars-error", - "polars-row", - "polars-utils", + "polars-arrow 0.38.3", + "polars-compute 0.38.3", + "polars-error 0.38.3", + "polars-row 0.38.3", + "polars-utils 0.38.3", + "rand", + "rand_distr", + "rayon", + "regex", + "smartstring", + "thiserror", + "version_check", + "xxhash-rust", +] + +[[package]] +name = "polars-core" +version = "0.39.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "465f70d3e96b6d0b1a43c358ba451286b8c8bd56696feff020d65702aa33e35c" +dependencies = [ + "ahash", + "bitflags 2.5.0", + "bytemuck", + "chrono", + "chrono-tz", + "comfy-table", + "either", + "hashbrown 0.14.5", + "indexmap", + "num-traits", + "once_cell", + "polars-arrow 0.39.2", + "polars-compute 0.39.2", + "polars-error 0.39.2", + "polars-row 0.39.2", + "polars-utils 0.39.2", "rand", "rand_distr", "rayon", @@ -3631,6 +3735,18 @@ dependencies = [ "thiserror", ] +[[package]] +name = "polars-error" +version = "0.39.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5224d5d05e6b8a6f78b75951ae1b5f82c8ab1979e11ffaf5fd41941e3d5b0757" +dependencies = [ + "polars-arrow-format", + "regex", + "simdutf8", + "thiserror", +] + [[package]] name = "polars-io" version = "0.38.3" @@ -3651,13 +3767,51 @@ dependencies = [ "num-traits", "once_cell", "percent-encoding", - "polars-arrow", - "polars-core", - "polars-error", - "polars-json", - "polars-parquet", - "polars-time", - "polars-utils", + "polars-arrow 0.38.3", + "polars-core 0.38.3", + "polars-error 0.38.3", + "polars-json 0.38.3", + "polars-parquet 0.38.3", + "polars-time 0.38.3", + "polars-utils 0.38.3", + "rayon", + "regex", + "ryu", + "serde_json", + "simd-json", + "simdutf8", + "smartstring", + "tokio", + "tokio-util", +] + +[[package]] +name = "polars-io" +version = "0.39.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b2c8589e418cbe4a48228d64b2a8a40284a82ec3c98817c0c2bcc0267701338b" +dependencies = [ + "ahash", + "async-trait", + "atoi_simd", + "bytes", + "chrono", + "fast-float", + "futures", + "home", + "itoa", + "memchr", + "memmap2", + "num-traits", + "once_cell", + "percent-encoding", + "polars-arrow 0.39.2", + "polars-core 0.39.2", + "polars-error 0.39.2", + "polars-json 0.39.2", + "polars-parquet 0.39.2", + "polars-time 0.39.2", + "polars-utils 0.39.2", "rayon", "regex", "ryu", @@ -3682,9 +3836,30 @@ dependencies = [ "indexmap", "itoa", "num-traits", - "polars-arrow", - "polars-error", - "polars-utils", + "polars-arrow 0.38.3", + "polars-error 0.38.3", + "polars-utils 0.38.3", + "ryu", + "simd-json", + "streaming-iterator", +] + +[[package]] +name = "polars-json" +version = "0.39.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "81224492a649a12b668480c0cf219d703f432509765d2717e72fe32ad16fc701" +dependencies = [ + "ahash", + "chrono", + "fallible-streaming-iterator", + "hashbrown 0.14.5", + "indexmap", + "itoa", + "num-traits", + "polars-arrow 0.39.2", + "polars-error 0.39.2", + "polars-utils 0.39.2", "ryu", "simd-json", "streaming-iterator", @@ -3700,15 +3875,39 @@ dependencies = [ "bitflags 2.5.0", "glob", "once_cell", - "polars-arrow", - "polars-core", - "polars-io", - "polars-json", - "polars-ops", - "polars-pipe", - "polars-plan", - "polars-time", - "polars-utils", + "polars-arrow 0.38.3", + "polars-core 0.38.3", + "polars-io 0.38.3", + "polars-json 0.38.3", + "polars-ops 0.38.3", + "polars-pipe 0.38.3", + "polars-plan 0.38.3", + "polars-time 0.38.3", + "polars-utils 0.38.3", + "rayon", + "smartstring", + "version_check", +] + +[[package]] +name = "polars-lazy" +version = "0.39.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "89b2632b1af668e2058d5f8f916d8fbde3cac63d03ae29a705f598e41dcfeb7f" +dependencies = [ + "ahash", + "bitflags 2.5.0", + "glob", + "once_cell", + "polars-arrow 0.39.2", + "polars-core 0.39.2", + "polars-io 0.39.2", + "polars-json 0.39.2", + "polars-ops 0.39.2", + "polars-pipe 0.39.2", + "polars-plan 0.39.2", + "polars-time 0.39.2", + "polars-utils 0.39.2", "rayon", "smartstring", "version_check", @@ -3733,12 +3932,45 @@ dependencies = [ "jsonpath_lib_polars_vendor", "memchr", "num-traits", - "polars-arrow", - "polars-compute", - "polars-core", - "polars-error", - "polars-json", - "polars-utils", + "polars-arrow 0.38.3", + "polars-compute 0.38.3", + "polars-core 0.38.3", + "polars-error 0.38.3", + "polars-json 0.38.3", + "polars-utils 0.38.3", + "rayon", + "regex", + "serde_json", + "smartstring", + "unicode-reverse", + "version_check", +] + +[[package]] +name = "polars-ops" +version = "0.39.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "efdbdb4d9a92109bc2e0ce8e17af5ae8ab643bb5b7ee9d1d74f0aeffd1fbc95f" +dependencies = [ + "ahash", + "argminmax", + "base64 0.21.7", + "bytemuck", + "chrono", + "chrono-tz", + "either", + "hashbrown 0.14.5", + "hex", + "indexmap", + "jsonpath_lib_polars_vendor", + "memchr", + "num-traits", + "polars-arrow 0.39.2", + "polars-compute 0.39.2", + "polars-core 0.39.2", + "polars-error 0.39.2", + "polars-json 0.39.2", + "polars-utils 0.39.2", "rayon", "regex", "serde_json", @@ -3763,9 +3995,35 @@ dependencies = [ "lz4", "num-traits", "parquet-format-safe", - "polars-arrow", - "polars-error", - "polars-utils", + "polars-arrow 0.38.3", + "polars-error 0.38.3", + "polars-utils 0.38.3", + "seq-macro", + "simdutf8", + "snap", + "streaming-decompression", + "zstd 0.13.1", +] + +[[package]] +name = "polars-parquet" +version = "0.39.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b421d2196f786fdfe162db614c8485f8308fe41575d4de634a39bbe460d1eb6a" +dependencies = [ + "ahash", + "async-stream", + "base64 0.21.7", + "brotli", + "ethnum", + "flate2", + "futures", + "lz4", + "num-traits", + "parquet-format-safe", + "polars-arrow 0.39.2", + "polars-error 0.39.2", + "polars-utils 0.39.2", "seq-macro", "simdutf8", "snap", @@ -3784,14 +4042,39 @@ dependencies = [ "enum_dispatch", "hashbrown 0.14.5", "num-traits", - "polars-arrow", - "polars-compute", - "polars-core", - "polars-io", - "polars-ops", - "polars-plan", - "polars-row", - "polars-utils", + "polars-arrow 0.38.3", + "polars-compute 0.38.3", + "polars-core 0.38.3", + "polars-io 0.38.3", + "polars-ops 0.38.3", + "polars-plan 0.38.3", + "polars-row 0.38.3", + "polars-utils 0.38.3", + "rayon", + "smartstring", + "uuid 1.8.0", + "version_check", +] + +[[package]] +name = "polars-pipe" +version = "0.39.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "48700f1d5bd56a15451e581f465c09541492750360f18637b196f995470a015c" +dependencies = [ + "crossbeam-channel", + "crossbeam-queue", + "enum_dispatch", + "hashbrown 0.14.5", + "num-traits", + "polars-arrow 0.39.2", + "polars-compute 0.39.2", + "polars-core 0.39.2", + "polars-io 0.39.2", + "polars-ops 0.39.2", + "polars-plan 0.39.2", + "polars-row 0.39.2", + "polars-utils 0.39.2", "rayon", "smartstring", "uuid 1.8.0", @@ -3809,14 +4092,14 @@ dependencies = [ "chrono-tz", "once_cell", "percent-encoding", - "polars-arrow", - "polars-core", - "polars-io", - "polars-json", - "polars-ops", - "polars-parquet", - "polars-time", - "polars-utils", + "polars-arrow 0.38.3", + "polars-core 0.38.3", + "polars-io 0.38.3", + "polars-json 0.38.3", + "polars-ops 0.38.3", + "polars-parquet 0.38.3", + "polars-time 0.38.3", + "polars-utils 0.38.3", "rayon", "regex", "smartstring", @@ -3824,6 +4107,34 @@ dependencies = [ "version_check", ] +[[package]] +name = "polars-plan" +version = "0.39.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2fb8e2302e20c44defd5be8cad9c96e75face63c3a5f609aced8c4ec3b3ac97d" +dependencies = [ + "ahash", + "bytemuck", + "chrono-tz", + "hashbrown 0.14.5", + "once_cell", + "percent-encoding", + "polars-arrow 0.39.2", + "polars-core 0.39.2", + "polars-io 0.39.2", + "polars-json 0.39.2", + "polars-ops 0.39.2", + "polars-parquet 0.39.2", + "polars-time 0.39.2", + "polars-utils 0.39.2", + "rayon", + "recursive", + "regex", + "smartstring", + "strum_macros 0.25.3", + "version_check", +] + [[package]] name = "polars-row" version = "0.38.3" @@ -3831,9 +4142,21 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "63029da56ff6a720b190490bbc7b6263f9b72d1134311b1f381fc8d306d37770" dependencies = [ "bytemuck", - "polars-arrow", - "polars-error", - "polars-utils", + "polars-arrow 0.38.3", + "polars-error 0.38.3", + "polars-utils 0.38.3", +] + +[[package]] +name = "polars-row" +version = "0.39.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a515bdc68c2ae3702e3de70d89601f3b71ca8137e282a226dddb53ee4bacfa2e" +dependencies = [ + "bytemuck", + "polars-arrow 0.39.2", + "polars-error 0.39.2", + "polars-utils 0.39.2", ] [[package]] @@ -3843,11 +4166,29 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3652c362959f608d1297196b973d1e3acb508a9562b886ac39bf7606b841052b" dependencies = [ "hex", - "polars-arrow", - "polars-core", - "polars-error", - "polars-lazy", - "polars-plan", + "polars-arrow 0.38.3", + "polars-core 0.38.3", + "polars-error 0.38.3", + "polars-lazy 0.38.3", + "polars-plan 0.38.3", + "rand", + "serde", + "serde_json", + "sqlparser", +] + +[[package]] +name = "polars-sql" +version = "0.39.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7b4bb7cc1c04c3023d1953b2f1dec50515e8fd8169a5a2bf4967b3b082232db7" +dependencies = [ + "hex", + "polars-arrow 0.39.2", + "polars-core 0.39.2", + "polars-error 0.39.2", + "polars-lazy 0.39.2", + "polars-plan 0.39.2", "rand", "serde", "serde_json", @@ -3865,11 +4206,31 @@ dependencies = [ "chrono-tz", "now", "once_cell", - "polars-arrow", - "polars-core", - "polars-error", - "polars-ops", - "polars-utils", + "polars-arrow 0.38.3", + "polars-core 0.38.3", + "polars-error 0.38.3", + "polars-ops 0.38.3", + "polars-utils 0.38.3", + "regex", + "smartstring", +] + +[[package]] +name = "polars-time" +version = "0.39.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "efc18e3ad92eec55db89d88f16c22d436559ba7030cf76f86f6ed7a754b673f1" +dependencies = [ + "atoi", + "chrono", + "chrono-tz", + "now", + "once_cell", + "polars-arrow 0.39.2", + "polars-core 0.39.2", + "polars-error 0.39.2", + "polars-ops 0.39.2", + "polars-utils 0.39.2", "regex", "smartstring", ] @@ -3886,7 +4247,7 @@ dependencies = [ "indexmap", "num-traits", "once_cell", - "polars-error", + "polars-error 0.38.3", "raw-cpuid", "rayon", "smartstring", @@ -3894,6 +4255,27 @@ dependencies = [ "version_check", ] +[[package]] +name = "polars-utils" +version = "0.39.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c760b6c698cfe2fbbbd93d6cfb408db14ececfe1d92445dae2229ce1b5b21ae8" +dependencies = [ + "ahash", + "bytemuck", + "hashbrown 0.14.5", + "indexmap", + "num-traits", + "once_cell", + "polars-error 0.39.2", + "raw-cpuid", + "rayon", + "smartstring", + "stacker", + "sysinfo", + "version_check", +] + [[package]] name = "powerfmt" version = "0.2.0" @@ -4033,6 +4415,15 @@ dependencies = [ "unarray", ] +[[package]] +name = "psm" +version = "0.1.21" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874" +dependencies = [ + "cc", +] + [[package]] name = "quick-error" version = "1.2.3" @@ -4132,6 +4523,26 @@ dependencies = [ "crossbeam-utils", ] +[[package]] +name = "recursive" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0786a43debb760f491b1bc0269fe5e84155353c67482b9e60d0cfb596054b43e" +dependencies = [ + "recursive-proc-macro-impl", + "stacker", +] + +[[package]] +name = "recursive-proc-macro-impl" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "76009fbe0614077fc1a2ce255e3a1881a2e3a3527097d5dc6d8212c585e7e38b" +dependencies = [ + "quote", + "syn 2.0.60", +] + [[package]] name = "redox_syscall" version = "0.5.1" @@ -4970,6 +5381,19 @@ dependencies = [ "log", ] +[[package]] +name = "stacker" +version = "0.1.15" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c886bd4480155fd3ef527d45e9ac8dd7118a898a46530b7b94c3e21866259fce" +dependencies = [ + "cc", + "cfg-if", + "libc", + "psm", + "winapi", +] + [[package]] name = "static_assertions" version = "1.1.0" diff --git a/core/Cargo.toml b/core/Cargo.toml index 208f966c..01a22bc1 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -50,7 +50,7 @@ thiserror.workspace = true tracing.workspace = true # File types -polars = { version = "0.38.3", features = ["parquet", "csv", "json"] } +polars = { version = "0.39.2", features = ["parquet", "csv", "json"] } # Dependencies for the test build and development [dev-dependencies]