diff --git a/Cargo.lock b/Cargo.lock index bdd4bebd3..c18d2dffe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1242,9 +1242,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.22" +version = "4.5.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "69371e34337c4c984bbe322360c2547210bf632eb2814bbe78a6e87a2935bd2b" +checksum = "3135e7ec2ef7b10c6ed8950f0f792ed96ee093fa088608f1c76e569722700c84" dependencies = [ "clap_builder", "clap_derive", @@ -1252,9 +1252,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.22" +version = "4.5.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6e24c1b4099818523236a8ca881d2b45db98dadfb4625cf6608c12069fcbbde1" +checksum = "30582fc632330df2bd26877bde0c1f4470d57c582bbc070376afcd04d8cb4838" dependencies = [ "anstream", "anstyle", @@ -1276,9 +1276,9 @@ dependencies = [ [[package]] name = "clap_lex" -version = "0.7.3" +version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "afb84c814227b90d6895e01398aee0d8033c00e7466aca416fb6a8e0eb19d8a7" +checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6" [[package]] name = "clipboard-win" @@ -4534,7 +4534,7 @@ dependencies = [ [[package]] name = "polars" version = "0.44.2" -source = "git+https://github.com/pola-rs/polars?rev=d86e44b#d86e44b9796d57b3740cbd7e0b01901958085e2f" +source = "git+https://github.com/pola-rs/polars?rev=39550c0#39550c099094d55691d1adfeedcc5afd2efb7f3d" dependencies = [ "getrandom", "polars-arrow", @@ -4553,7 +4553,7 @@ dependencies = [ [[package]] name = "polars-arrow" version = "0.44.2" -source = "git+https://github.com/pola-rs/polars?rev=d86e44b#d86e44b9796d57b3740cbd7e0b01901958085e2f" +source = "git+https://github.com/pola-rs/polars?rev=39550c0#39550c099094d55691d1adfeedcc5afd2efb7f3d" dependencies = [ "ahash", "atoi", @@ -4597,7 +4597,7 @@ dependencies = [ [[package]] name = "polars-compute" version = "0.44.2" -source = "git+https://github.com/pola-rs/polars?rev=d86e44b#d86e44b9796d57b3740cbd7e0b01901958085e2f" +source = "git+https://github.com/pola-rs/polars?rev=39550c0#39550c099094d55691d1adfeedcc5afd2efb7f3d" dependencies = [ "atoi_simd", "bytemuck", @@ -4618,7 +4618,7 @@ dependencies = [ [[package]] name = "polars-core" version = "0.44.2" -source = "git+https://github.com/pola-rs/polars?rev=d86e44b#d86e44b9796d57b3740cbd7e0b01901958085e2f" +source = "git+https://github.com/pola-rs/polars?rev=39550c0#39550c099094d55691d1adfeedcc5afd2efb7f3d" dependencies = [ "ahash", "bitflags 2.6.0", @@ -4654,7 +4654,7 @@ dependencies = [ [[package]] name = "polars-error" version = "0.44.2" -source = "git+https://github.com/pola-rs/polars?rev=d86e44b#d86e44b9796d57b3740cbd7e0b01901958085e2f" +source = "git+https://github.com/pola-rs/polars?rev=39550c0#39550c099094d55691d1adfeedcc5afd2efb7f3d" dependencies = [ "avro-schema", "object_store", @@ -4667,7 +4667,7 @@ dependencies = [ [[package]] name = "polars-expr" version = "0.44.2" -source = "git+https://github.com/pola-rs/polars?rev=d86e44b#d86e44b9796d57b3740cbd7e0b01901958085e2f" +source = "git+https://github.com/pola-rs/polars?rev=39550c0#39550c099094d55691d1adfeedcc5afd2efb7f3d" dependencies = [ "ahash", "bitflags 2.6.0", @@ -4690,7 +4690,7 @@ dependencies = [ [[package]] name = "polars-io" version = "0.44.2" -source = "git+https://github.com/pola-rs/polars?rev=d86e44b#d86e44b9796d57b3740cbd7e0b01901958085e2f" +source = "git+https://github.com/pola-rs/polars?rev=39550c0#39550c099094d55691d1adfeedcc5afd2efb7f3d" dependencies = [ "ahash", "async-trait", @@ -4738,7 +4738,7 @@ dependencies = [ [[package]] name = "polars-json" version = "0.44.2" -source = "git+https://github.com/pola-rs/polars?rev=d86e44b#d86e44b9796d57b3740cbd7e0b01901958085e2f" +source = "git+https://github.com/pola-rs/polars?rev=39550c0#39550c099094d55691d1adfeedcc5afd2efb7f3d" dependencies = [ "ahash", "chrono", @@ -4760,7 +4760,7 @@ dependencies = [ [[package]] name = "polars-lazy" version = "0.44.2" -source = "git+https://github.com/pola-rs/polars?rev=d86e44b#d86e44b9796d57b3740cbd7e0b01901958085e2f" +source = "git+https://github.com/pola-rs/polars?rev=39550c0#39550c099094d55691d1adfeedcc5afd2efb7f3d" dependencies = [ "ahash", "bitflags 2.6.0", @@ -4787,7 +4787,7 @@ dependencies = [ [[package]] name = "polars-mem-engine" version = "0.44.2" -source = "git+https://github.com/pola-rs/polars?rev=d86e44b#d86e44b9796d57b3740cbd7e0b01901958085e2f" +source = "git+https://github.com/pola-rs/polars?rev=39550c0#39550c099094d55691d1adfeedcc5afd2efb7f3d" dependencies = [ "futures", "memmap2", @@ -4808,7 +4808,7 @@ dependencies = [ [[package]] name = "polars-ops" version = "0.44.2" -source = "git+https://github.com/pola-rs/polars?rev=d86e44b#d86e44b9796d57b3740cbd7e0b01901958085e2f" +source = "git+https://github.com/pola-rs/polars?rev=39550c0#39550c099094d55691d1adfeedcc5afd2efb7f3d" dependencies = [ "ahash", "argminmax", @@ -4843,7 +4843,7 @@ dependencies = [ [[package]] name = "polars-parquet" version = "0.44.2" -source = "git+https://github.com/pola-rs/polars?rev=d86e44b#d86e44b9796d57b3740cbd7e0b01901958085e2f" +source = "git+https://github.com/pola-rs/polars?rev=39550c0#39550c099094d55691d1adfeedcc5afd2efb7f3d" dependencies = [ "ahash", "async-stream", @@ -4881,7 +4881,7 @@ dependencies = [ [[package]] name = "polars-pipe" version = "0.44.2" -source = "git+https://github.com/pola-rs/polars?rev=d86e44b#d86e44b9796d57b3740cbd7e0b01901958085e2f" +source = "git+https://github.com/pola-rs/polars?rev=39550c0#39550c099094d55691d1adfeedcc5afd2efb7f3d" dependencies = [ "crossbeam-channel", "crossbeam-queue", @@ -4907,7 +4907,7 @@ dependencies = [ [[package]] name = "polars-plan" version = "0.44.2" -source = "git+https://github.com/pola-rs/polars?rev=d86e44b#d86e44b9796d57b3740cbd7e0b01901958085e2f" +source = "git+https://github.com/pola-rs/polars?rev=39550c0#39550c099094d55691d1adfeedcc5afd2efb7f3d" dependencies = [ "ahash", "bitflags 2.6.0", @@ -4942,7 +4942,7 @@ dependencies = [ [[package]] name = "polars-row" version = "0.44.2" -source = "git+https://github.com/pola-rs/polars?rev=d86e44b#d86e44b9796d57b3740cbd7e0b01901958085e2f" +source = "git+https://github.com/pola-rs/polars?rev=39550c0#39550c099094d55691d1adfeedcc5afd2efb7f3d" dependencies = [ "bitflags 2.6.0", "bytemuck", @@ -4955,7 +4955,7 @@ dependencies = [ [[package]] name = "polars-schema" version = "0.44.2" -source = "git+https://github.com/pola-rs/polars?rev=d86e44b#d86e44b9796d57b3740cbd7e0b01901958085e2f" +source = "git+https://github.com/pola-rs/polars?rev=39550c0#39550c099094d55691d1adfeedcc5afd2efb7f3d" dependencies = [ "indexmap", "polars-error", @@ -4967,7 +4967,7 @@ dependencies = [ [[package]] name = "polars-sql" version = "0.44.2" -source = "git+https://github.com/pola-rs/polars?rev=d86e44b#d86e44b9796d57b3740cbd7e0b01901958085e2f" +source = "git+https://github.com/pola-rs/polars?rev=39550c0#39550c099094d55691d1adfeedcc5afd2efb7f3d" dependencies = [ "hex", "once_cell", @@ -4988,7 +4988,7 @@ dependencies = [ [[package]] name = "polars-stream" version = "0.44.2" -source = "git+https://github.com/pola-rs/polars?rev=d86e44b#d86e44b9796d57b3740cbd7e0b01901958085e2f" +source = "git+https://github.com/pola-rs/polars?rev=39550c0#39550c099094d55691d1adfeedcc5afd2efb7f3d" dependencies = [ "atomic-waker", "crossbeam-deque", @@ -5017,7 +5017,7 @@ dependencies = [ [[package]] name = "polars-time" version = "0.44.2" -source = "git+https://github.com/pola-rs/polars?rev=d86e44b#d86e44b9796d57b3740cbd7e0b01901958085e2f" +source = "git+https://github.com/pola-rs/polars?rev=39550c0#39550c099094d55691d1adfeedcc5afd2efb7f3d" dependencies = [ "atoi", "bytemuck", @@ -5039,7 +5039,7 @@ dependencies = [ [[package]] name = "polars-utils" version = "0.44.2" -source = "git+https://github.com/pola-rs/polars?rev=d86e44b#d86e44b9796d57b3740cbd7e0b01901958085e2f" +source = "git+https://github.com/pola-rs/polars?rev=39550c0#39550c099094d55691d1adfeedcc5afd2efb7f3d" dependencies = [ "ahash", "bytemuck", @@ -6992,12 +6992,11 @@ dependencies = [ [[package]] name = "tokio-rustls" -version = "0.26.0" +version = "0.26.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4" +checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37" dependencies = [ "rustls", - "rustls-pki-types", "tokio", ] diff --git a/Cargo.toml b/Cargo.toml index ab5f8dd84..52cf457f9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -329,9 +329,9 @@ strum_macros = { git = "https://github.com/dathere/strum", branch = "bump-phf-to # BUILD NOTE: Be sure to set QSV_POLARS_REV below to the latest commit short hash or tag # of polars/py-polars before building qsv. This allows us to show the polars rev/tag in --version. # if we are using a release version of Rust Polars, leave QSV_POLARS_REV empty -# QSV_POLARS_REV=d86e44b +# QSV_POLARS_REV=39550c0 # polars = { git = "https://github.com/pola-rs/polars", tag = "py-1.16.0" } -polars = { git = "https://github.com/pola-rs/polars", rev = "d86e44b" } +polars = { git = "https://github.com/pola-rs/polars", rev = "39550c0" } [features] default = ["mimalloc"]