From e7525f719fe94eee59d94e61f5ce3f09416b0bbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 20:39:19 +0000 Subject: [PATCH] build(deps): bump polars from 0.37.0 to 0.38.0 Bumps [polars](https://github.com/pola-rs/polars) from 0.37.0 to 0.38.0. - [Release notes](https://github.com/pola-rs/polars/releases) - [Commits](https://github.com/pola-rs/polars/compare/rs-0.37.0...rs-0.38.0) --- updated-dependencies: - dependency-name: polars dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 574 +++++++++++++++++++++++++++++++++++++++++------- core/Cargo.toml | 2 +- 2 files changed, 492 insertions(+), 84 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 267acd45..56dac2a3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -219,7 +219,7 @@ dependencies = [ "anyhow", "arbiter-bindings 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "arbiter-core 0.10.3 (registry+https://github.com/rust-lang/crates.io-index)", - "arbiter-engine 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "arbiter-engine 0.3.1", "arbiter-macros 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "assert_cmd", "async-trait", @@ -279,7 +279,7 @@ dependencies = [ "futures-util", "hashbrown 0.14.3", "hex", - "polars", + "polars 0.38.0", "rand", "revm", "revm-primitives 2.0.0", @@ -309,7 +309,7 @@ dependencies = [ "futures-util", "hashbrown 0.14.3", "hex", - "polars", + "polars 0.37.0", "rand", "revm", "revm-primitives 2.0.0", @@ -323,7 +323,9 @@ dependencies = [ [[package]] name = "arbiter-engine" -version = "0.3.2" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0553d66d507f24b9a7f63b783e9a2a37edaa5d93bfc9f23a3587dfcd65c0c3a6" dependencies = [ "anyhow", "arbiter-bindings 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -342,15 +344,11 @@ dependencies = [ "tokio-stream", "toml 0.8.10", "tracing", - "tracing-subscriber", - "tracing-test", ] [[package]] name = "arbiter-engine" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0553d66d507f24b9a7f63b783e9a2a37edaa5d93bfc9f23a3587dfcd65c0c3a6" +version = "0.3.2" dependencies = [ "anyhow", "arbiter-bindings 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -369,6 +367,8 @@ dependencies = [ "tokio-stream", "toml 0.8.10", "tracing", + "tracing-subscriber", + "tracing-test", ] [[package]] @@ -1601,7 +1601,7 @@ dependencies = [ "sha2", "sha3", "thiserror", - "uuid", + "uuid 0.8.2", ] [[package]] @@ -2624,6 +2624,17 @@ dependencies = [ "serde", ] +[[package]] +name = "jsonpath_lib_polars_vendor" +version = "0.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f4bd9354947622f7471ff713eacaabdb683ccb13bba4edccaab9860abf480b7d" +dependencies = [ + "log", + "serde", + "serde_json", +] + [[package]] name = "jsonwebtoken" version = "8.3.0" @@ -3503,12 +3514,32 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e43795c49010cb851d45227caa17769e83760e21d260ba6285c563b754e1652f" dependencies = [ "getrandom", - "polars-core", - "polars-io", - "polars-lazy", - "polars-ops", - "polars-sql", - "polars-time", + "polars-core 0.37.0", + "polars-io 0.37.0", + "polars-lazy 0.37.0", + "polars-ops 0.37.0", + "polars-sql 0.37.0", + "polars-time 0.37.0", + "version_check", +] + +[[package]] +name = "polars" +version = "0.38.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f7588a5b3b6044f3bf512163390a10641c0a6836dd3a72a5fffd7ff28fd63d61" +dependencies = [ + "getrandom", + "polars-arrow 0.38.0", + "polars-core 0.38.0", + "polars-error 0.38.0", + "polars-io 0.38.0", + "polars-lazy 0.38.0", + "polars-ops 0.38.0", + "polars-parquet 0.38.0", + "polars-sql 0.38.0", + "polars-time 0.38.0", + "polars-utils 0.38.0", "version_check", ] @@ -3538,8 +3569,44 @@ dependencies = [ "multiversion", "num-traits", "polars-arrow-format", - "polars-error", - "polars-utils", + "polars-error 0.37.0", + "polars-utils 0.37.0", + "ryu", + "simdutf8", + "streaming-iterator", + "strength_reduce", + "version_check", + "zstd 0.13.0", +] + +[[package]] +name = "polars-arrow" +version = "0.38.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c111e21876bbf22958717b42b0422afb2b029b4360def55d5a955090b4bc2f9f" +dependencies = [ + "ahash", + "atoi", + "atoi_simd", + "bytemuck", + "chrono", + "chrono-tz", + "dyn-clone", + "either", + "ethnum", + "fast-float", + "foreign_vec", + "futures", + "getrandom", + "hashbrown 0.14.3", + "itoa", + "itoap", + "lz4", + "multiversion", + "num-traits", + "polars-arrow-format", + "polars-error 0.38.0", + "polars-utils 0.38.0", "ryu", "simdutf8", "streaming-iterator", @@ -3566,9 +3633,25 @@ checksum = "32d9dc87f8003ae0edeef5ad9ac92b2a345480bbe17adad64496113ae84706dd" dependencies = [ "bytemuck", "num-traits", - "polars-arrow", - "polars-error", - "polars-utils", + "polars-arrow 0.37.0", + "polars-error 0.37.0", + "polars-utils 0.37.0", + "version_check", +] + +[[package]] +name = "polars-compute" +version = "0.38.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "491e9ba0cb71df57a5b9be2886274cae7d627f4bd4bd50721293405e8272d232" +dependencies = [ + "bytemuck", + "either", + "num-traits", + "polars-arrow 0.38.0", + "polars-error 0.38.0", + "polars-utils 0.38.0", + "strength_reduce", "version_check", ] @@ -3589,11 +3672,43 @@ dependencies = [ "indexmap", "num-traits", "once_cell", - "polars-arrow", - "polars-compute", - "polars-error", - "polars-row", - "polars-utils", + "polars-arrow 0.37.0", + "polars-compute 0.37.0", + "polars-error 0.37.0", + "polars-row 0.37.0", + "polars-utils 0.37.0", + "rand", + "rand_distr", + "rayon", + "regex", + "smartstring", + "thiserror", + "version_check", + "xxhash-rust", +] + +[[package]] +name = "polars-core" +version = "0.38.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ebd0697dd64322f6b05904f2c062bbd132dbb80ab43a3b6ae651d9fefdc8fa9f" +dependencies = [ + "ahash", + "bitflags 2.4.2", + "bytemuck", + "chrono", + "chrono-tz", + "comfy-table", + "either", + "hashbrown 0.14.3", + "indexmap", + "num-traits", + "once_cell", + "polars-arrow 0.38.0", + "polars-compute 0.38.0", + "polars-error 0.38.0", + "polars-row 0.38.0", + "polars-utils 0.38.0", "rand", "rand_distr", "rayon", @@ -3616,6 +3731,18 @@ dependencies = [ "thiserror", ] +[[package]] +name = "polars-error" +version = "0.38.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1d1b1d0dfdde15c96219768ff6bbea4e3e208d99fb7ac469ed8298b9d2420dd3" +dependencies = [ + "polars-arrow-format", + "regex", + "simdutf8", + "thiserror", +] + [[package]] name = "polars-io" version = "0.37.0" @@ -3636,13 +3763,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.37.0", + "polars-core 0.37.0", + "polars-error 0.37.0", + "polars-json 0.37.0", + "polars-parquet 0.37.0", + "polars-time 0.37.0", + "polars-utils 0.37.0", + "rayon", + "regex", + "ryu", + "serde_json", + "simd-json", + "simdutf8", + "smartstring", + "tokio", + "tokio-util", +] + +[[package]] +name = "polars-io" +version = "0.38.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e182a57bf534af715670d8113426f9899891f9bf04c5d5f05afcef9ec431d72e" +dependencies = [ + "ahash", + "async-trait", + "atoi_simd", + "bytes", + "chrono", + "fast-float", + "futures", + "home", + "itoa", + "memchr", + "memmap2", + "num-traits", + "once_cell", + "percent-encoding", + "polars-arrow 0.38.0", + "polars-core 0.38.0", + "polars-error 0.38.0", + "polars-json 0.38.0", + "polars-parquet 0.38.0", + "polars-time 0.38.0", + "polars-utils 0.38.0", "rayon", "regex", "ryu", @@ -3667,9 +3832,30 @@ dependencies = [ "indexmap", "itoa", "num-traits", - "polars-arrow", - "polars-error", - "polars-utils", + "polars-arrow 0.37.0", + "polars-error 0.37.0", + "polars-utils 0.37.0", + "ryu", + "simd-json", + "streaming-iterator", +] + +[[package]] +name = "polars-json" +version = "0.38.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "94620d41b557259026bb37427414e5b8897f33807e6c935e37187fb8ae65d95e" +dependencies = [ + "ahash", + "chrono", + "fallible-streaming-iterator", + "hashbrown 0.14.3", + "indexmap", + "itoa", + "num-traits", + "polars-arrow 0.38.0", + "polars-error 0.38.0", + "polars-utils 0.38.0", "ryu", "simd-json", "streaming-iterator", @@ -3685,15 +3871,39 @@ dependencies = [ "bitflags 2.4.2", "glob", "once_cell", - "polars-arrow", - "polars-core", - "polars-io", - "polars-json", - "polars-ops", - "polars-pipe", - "polars-plan", - "polars-time", - "polars-utils", + "polars-arrow 0.37.0", + "polars-core 0.37.0", + "polars-io 0.37.0", + "polars-json 0.37.0", + "polars-ops 0.37.0", + "polars-pipe 0.37.0", + "polars-plan 0.37.0", + "polars-time 0.37.0", + "polars-utils 0.37.0", + "rayon", + "smartstring", + "version_check", +] + +[[package]] +name = "polars-lazy" +version = "0.38.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "26e20ec904cae9edc88a9d472918125bd2e6018c9bd4ba532144067b5985b7c8" +dependencies = [ + "ahash", + "bitflags 2.4.2", + "glob", + "once_cell", + "polars-arrow 0.38.0", + "polars-core 0.38.0", + "polars-io 0.38.0", + "polars-json 0.38.0", + "polars-ops 0.38.0", + "polars-pipe 0.38.0", + "polars-plan 0.38.0", + "polars-time 0.38.0", + "polars-utils 0.38.0", "rayon", "smartstring", "version_check", @@ -3717,13 +3927,46 @@ dependencies = [ "indexmap", "memchr", "num-traits", - "polars-arrow", - "polars-compute", - "polars-core", - "polars-error", - "polars-utils", + "polars-arrow 0.37.0", + "polars-compute 0.37.0", + "polars-core 0.37.0", + "polars-error 0.37.0", + "polars-utils 0.37.0", + "rayon", + "regex", + "smartstring", + "unicode-reverse", + "version_check", +] + +[[package]] +name = "polars-ops" +version = "0.38.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "93cf6f38ce1ad766c1b3e37b5c4910818e4cbfc692cfee1dfcca527221a74fb6" +dependencies = [ + "ahash", + "argminmax", + "base64 0.21.7", + "bytemuck", + "chrono", + "chrono-tz", + "either", + "hashbrown 0.14.3", + "hex", + "indexmap", + "jsonpath_lib_polars_vendor", + "memchr", + "num-traits", + "polars-arrow 0.38.0", + "polars-compute 0.38.0", + "polars-core 0.38.0", + "polars-error 0.38.0", + "polars-json 0.38.0", + "polars-utils 0.38.0", "rayon", "regex", + "serde_json", "smartstring", "unicode-reverse", "version_check", @@ -3745,9 +3988,35 @@ dependencies = [ "lz4", "num-traits", "parquet-format-safe", - "polars-arrow", - "polars-error", - "polars-utils", + "polars-arrow 0.37.0", + "polars-error 0.37.0", + "polars-utils 0.37.0", + "seq-macro", + "simdutf8", + "snap", + "streaming-decompression", + "zstd 0.13.0", +] + +[[package]] +name = "polars-parquet" +version = "0.38.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dd23a03bcc64270734cec1cc52305a7613cd8b8b74cb050b547614a6325d5446" +dependencies = [ + "ahash", + "async-stream", + "base64 0.21.7", + "brotli", + "ethnum", + "flate2", + "futures", + "lz4", + "num-traits", + "parquet-format-safe", + "polars-arrow 0.38.0", + "polars-error 0.38.0", + "polars-utils 0.38.0", "seq-macro", "simdutf8", "snap", @@ -3766,16 +4035,41 @@ dependencies = [ "enum_dispatch", "hashbrown 0.14.3", "num-traits", - "polars-arrow", - "polars-compute", - "polars-core", - "polars-io", - "polars-ops", - "polars-plan", - "polars-row", - "polars-utils", + "polars-arrow 0.37.0", + "polars-compute 0.37.0", + "polars-core 0.37.0", + "polars-io 0.37.0", + "polars-ops 0.37.0", + "polars-plan 0.37.0", + "polars-row 0.37.0", + "polars-utils 0.37.0", + "rayon", + "smartstring", + "version_check", +] + +[[package]] +name = "polars-pipe" +version = "0.38.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0677b3c7ebbf47094de3a6649e6bad94deb7aa153782009bd7ae307718e274f1" +dependencies = [ + "crossbeam-channel", + "crossbeam-queue", + "enum_dispatch", + "hashbrown 0.14.3", + "num-traits", + "polars-arrow 0.38.0", + "polars-compute 0.38.0", + "polars-core 0.38.0", + "polars-io 0.38.0", + "polars-ops 0.38.0", + "polars-plan 0.38.0", + "polars-row 0.38.0", + "polars-utils 0.38.0", "rayon", "smartstring", + "uuid 1.7.0", "version_check", ] @@ -3790,14 +4084,40 @@ 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.37.0", + "polars-core 0.37.0", + "polars-io 0.37.0", + "polars-json 0.37.0", + "polars-ops 0.37.0", + "polars-parquet 0.37.0", + "polars-time 0.37.0", + "polars-utils 0.37.0", + "rayon", + "regex", + "smartstring", + "strum_macros", + "version_check", +] + +[[package]] +name = "polars-plan" +version = "0.38.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "eea6273d49a3fc223d533582cb2b682fb7f26cdff7848b919fa51fa62a9385da" +dependencies = [ + "ahash", + "bytemuck", + "chrono-tz", + "once_cell", + "percent-encoding", + "polars-arrow 0.38.0", + "polars-core 0.38.0", + "polars-io 0.38.0", + "polars-json 0.38.0", + "polars-ops 0.38.0", + "polars-parquet 0.38.0", + "polars-time 0.38.0", + "polars-utils 0.38.0", "rayon", "regex", "smartstring", @@ -3811,9 +4131,21 @@ version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f4984d97aad3d0db92afe76ebcab10b5e37a1216618b5703ae0d2917ccd6168c" dependencies = [ - "polars-arrow", - "polars-error", - "polars-utils", + "polars-arrow 0.37.0", + "polars-error 0.37.0", + "polars-utils 0.37.0", +] + +[[package]] +name = "polars-row" +version = "0.38.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ebb7331549d15fe84ea829b95fb325aabb7d7b3977b402859dc8008d36163c96" +dependencies = [ + "bytemuck", + "polars-arrow 0.38.0", + "polars-error 0.38.0", + "polars-utils 0.38.0", ] [[package]] @@ -3823,11 +4155,29 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "77f62a8b8f93146ec1eb2ef340d77eeb174e8010035e449bfdd424d2b1fd944a" dependencies = [ "hex", - "polars-arrow", - "polars-core", - "polars-error", - "polars-lazy", - "polars-plan", + "polars-arrow 0.37.0", + "polars-core 0.37.0", + "polars-error 0.37.0", + "polars-lazy 0.37.0", + "polars-plan 0.37.0", + "rand", + "serde", + "serde_json", + "sqlparser", +] + +[[package]] +name = "polars-sql" +version = "0.38.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8523d71083965b5b07b7f7b97606b9f89ee54b3fcaf8e0edda92a190f2ece6a7" +dependencies = [ + "hex", + "polars-arrow 0.38.0", + "polars-core 0.38.0", + "polars-error 0.38.0", + "polars-lazy 0.38.0", + "polars-plan 0.38.0", "rand", "serde", "serde_json", @@ -3845,11 +4195,31 @@ dependencies = [ "chrono-tz", "now", "once_cell", - "polars-arrow", - "polars-core", - "polars-error", - "polars-ops", - "polars-utils", + "polars-arrow 0.37.0", + "polars-core 0.37.0", + "polars-error 0.37.0", + "polars-ops 0.37.0", + "polars-utils 0.37.0", + "regex", + "smartstring", +] + +[[package]] +name = "polars-time" +version = "0.38.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9ecb651345ea747a22c1960fe15bb3dc7de812e9e4dbf1874f8546a588c1598d" +dependencies = [ + "atoi", + "chrono", + "chrono-tz", + "now", + "once_cell", + "polars-arrow 0.38.0", + "polars-core 0.38.0", + "polars-error 0.38.0", + "polars-ops 0.38.0", + "polars-utils 0.38.0", "regex", "smartstring", ] @@ -3866,7 +4236,27 @@ dependencies = [ "indexmap", "num-traits", "once_cell", - "polars-error", + "polars-error 0.37.0", + "rayon", + "smartstring", + "sysinfo", + "version_check", +] + +[[package]] +name = "polars-utils" +version = "0.38.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e2cbba48cee3aa2633a29a8f07290c2f1a8036dcfb2588091b5258db84fdb876" +dependencies = [ + "ahash", + "bytemuck", + "hashbrown 0.14.3", + "indexmap", + "num-traits", + "once_cell", + "polars-error 0.38.0", + "raw-cpuid", "rayon", "smartstring", "sysinfo", @@ -4082,6 +4472,15 @@ dependencies = [ "rand_core", ] +[[package]] +name = "raw-cpuid" +version = "11.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9d86a7c4638d42c44551f4791a20e687dbb4c3de1f33c43dd71e355cd429def1" +dependencies = [ + "bitflags 2.4.2", +] + [[package]] name = "rayon" version = "1.8.1" @@ -5684,6 +6083,15 @@ dependencies = [ "serde", ] +[[package]] +name = "uuid" +version = "1.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f00cc9702ca12d3c81455259621e676d0f7251cec66a21e98fe2e9a37db93b2a" +dependencies = [ + "getrandom", +] + [[package]] name = "valuable" version = "0.1.0" diff --git a/core/Cargo.toml b/core/Cargo.toml index 1bedef9e..e9e0b1d9 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -50,7 +50,7 @@ thiserror.workspace = true tracing.workspace = true # File types -polars = { version = "0.37.0", features = ["parquet", "csv", "json"] } +polars = { version = "0.38.0", features = ["parquet", "csv", "json"] } # Dependencies for the test build and development [dev-dependencies]