mirror of
https://github.com/nushell/nushell.git
synced 2024-11-22 16:33:37 +01:00
Bump polars-arrow from 0.36.2 to 0.37.0 (#11660)
This commit is contained in:
parent
6779b248e4
commit
c77ec0b667
123
Cargo.lock
generated
123
Cargo.lock
generated
@ -2877,11 +2877,11 @@ dependencies = [
|
||||
"nu-test-support",
|
||||
"num 0.4.1",
|
||||
"polars",
|
||||
"polars-arrow",
|
||||
"polars-arrow 0.37.0",
|
||||
"polars-io",
|
||||
"polars-ops",
|
||||
"polars-plan",
|
||||
"polars-utils",
|
||||
"polars-utils 0.36.2",
|
||||
"serde",
|
||||
"sqlparser 0.43.1",
|
||||
]
|
||||
@ -3958,8 +3958,8 @@ dependencies = [
|
||||
"lz4",
|
||||
"multiversion",
|
||||
"num-traits",
|
||||
"polars-error",
|
||||
"polars-utils",
|
||||
"polars-error 0.36.2",
|
||||
"polars-utils 0.36.2",
|
||||
"ryu",
|
||||
"serde",
|
||||
"simdutf8",
|
||||
@ -3969,6 +3969,29 @@ dependencies = [
|
||||
"zstd",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "polars-arrow"
|
||||
version = "0.37.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "faacd21a2548fa6d50c72d6b8d4649a8e029a0f3c6c5545b7f436f0610e49b0f"
|
||||
dependencies = [
|
||||
"ahash 0.8.7",
|
||||
"bytemuck",
|
||||
"chrono",
|
||||
"dyn-clone",
|
||||
"either",
|
||||
"ethnum",
|
||||
"foreign_vec",
|
||||
"getrandom",
|
||||
"hashbrown 0.14.3",
|
||||
"num-traits",
|
||||
"polars-error 0.37.0",
|
||||
"polars-utils 0.37.0",
|
||||
"simdutf8",
|
||||
"streaming-iterator",
|
||||
"version_check",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "polars-compute"
|
||||
version = "0.36.2"
|
||||
@ -3977,8 +4000,8 @@ checksum = "b14fbc5f141b29b656a4cec4802632e5bff10bf801c6809c6bbfbd4078a044dd"
|
||||
dependencies = [
|
||||
"bytemuck",
|
||||
"num-traits",
|
||||
"polars-arrow",
|
||||
"polars-utils",
|
||||
"polars-arrow 0.36.2",
|
||||
"polars-utils 0.36.2",
|
||||
"version_check",
|
||||
]
|
||||
|
||||
@ -3998,11 +4021,11 @@ dependencies = [
|
||||
"indexmap",
|
||||
"num-traits",
|
||||
"once_cell",
|
||||
"polars-arrow",
|
||||
"polars-arrow 0.36.2",
|
||||
"polars-compute",
|
||||
"polars-error",
|
||||
"polars-error 0.36.2",
|
||||
"polars-row",
|
||||
"polars-utils",
|
||||
"polars-utils 0.36.2",
|
||||
"rand",
|
||||
"rand_distr",
|
||||
"rayon",
|
||||
@ -4028,6 +4051,16 @@ dependencies = [
|
||||
"thiserror",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "polars-error"
|
||||
version = "0.37.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "50f2435b02d1ba36d8c1f6a722cad04e4c0b2705a3112c5706e6960d405d7798"
|
||||
dependencies = [
|
||||
"simdutf8",
|
||||
"thiserror",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "polars-io"
|
||||
version = "0.36.2"
|
||||
@ -4049,13 +4082,13 @@ dependencies = [
|
||||
"num-traits",
|
||||
"once_cell",
|
||||
"percent-encoding",
|
||||
"polars-arrow",
|
||||
"polars-arrow 0.36.2",
|
||||
"polars-core",
|
||||
"polars-error",
|
||||
"polars-error 0.36.2",
|
||||
"polars-json",
|
||||
"polars-parquet",
|
||||
"polars-time",
|
||||
"polars-utils",
|
||||
"polars-utils 0.36.2",
|
||||
"rayon",
|
||||
"regex",
|
||||
"ryu",
|
||||
@ -4082,9 +4115,9 @@ dependencies = [
|
||||
"indexmap",
|
||||
"itoa",
|
||||
"num-traits",
|
||||
"polars-arrow",
|
||||
"polars-error",
|
||||
"polars-utils",
|
||||
"polars-arrow 0.36.2",
|
||||
"polars-error 0.36.2",
|
||||
"polars-utils 0.36.2",
|
||||
"ryu",
|
||||
"simd-json",
|
||||
"streaming-iterator",
|
||||
@ -4100,7 +4133,7 @@ dependencies = [
|
||||
"bitflags 2.4.2",
|
||||
"glob",
|
||||
"once_cell",
|
||||
"polars-arrow",
|
||||
"polars-arrow 0.36.2",
|
||||
"polars-core",
|
||||
"polars-io",
|
||||
"polars-json",
|
||||
@ -4108,7 +4141,7 @@ dependencies = [
|
||||
"polars-pipe",
|
||||
"polars-plan",
|
||||
"polars-time",
|
||||
"polars-utils",
|
||||
"polars-utils 0.36.2",
|
||||
"rayon",
|
||||
"smartstring",
|
||||
"version_check",
|
||||
@ -4128,11 +4161,11 @@ dependencies = [
|
||||
"indexmap",
|
||||
"memchr",
|
||||
"num-traits",
|
||||
"polars-arrow",
|
||||
"polars-arrow 0.36.2",
|
||||
"polars-compute",
|
||||
"polars-core",
|
||||
"polars-error",
|
||||
"polars-utils",
|
||||
"polars-error 0.36.2",
|
||||
"polars-utils 0.36.2",
|
||||
"rand",
|
||||
"rand_distr",
|
||||
"rayon",
|
||||
@ -4158,9 +4191,9 @@ dependencies = [
|
||||
"lz4",
|
||||
"num-traits",
|
||||
"parquet-format-safe",
|
||||
"polars-arrow",
|
||||
"polars-error",
|
||||
"polars-utils",
|
||||
"polars-arrow 0.36.2",
|
||||
"polars-error 0.36.2",
|
||||
"polars-utils 0.36.2",
|
||||
"seq-macro",
|
||||
"simdutf8",
|
||||
"snap",
|
||||
@ -4179,14 +4212,14 @@ dependencies = [
|
||||
"enum_dispatch",
|
||||
"hashbrown 0.14.3",
|
||||
"num-traits",
|
||||
"polars-arrow",
|
||||
"polars-arrow 0.36.2",
|
||||
"polars-compute",
|
||||
"polars-core",
|
||||
"polars-io",
|
||||
"polars-ops",
|
||||
"polars-plan",
|
||||
"polars-row",
|
||||
"polars-utils",
|
||||
"polars-utils 0.36.2",
|
||||
"rayon",
|
||||
"smartstring",
|
||||
"version_check",
|
||||
@ -4202,14 +4235,14 @@ dependencies = [
|
||||
"bytemuck",
|
||||
"once_cell",
|
||||
"percent-encoding",
|
||||
"polars-arrow",
|
||||
"polars-arrow 0.36.2",
|
||||
"polars-core",
|
||||
"polars-io",
|
||||
"polars-json",
|
||||
"polars-ops",
|
||||
"polars-parquet",
|
||||
"polars-time",
|
||||
"polars-utils",
|
||||
"polars-utils 0.36.2",
|
||||
"rayon",
|
||||
"regex",
|
||||
"serde",
|
||||
@ -4224,9 +4257,9 @@ version = "0.36.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "32322f7acbb83db3e9c7697dc821be73d06238da89c817dcc8bc1549a5e9c72f"
|
||||
dependencies = [
|
||||
"polars-arrow",
|
||||
"polars-error",
|
||||
"polars-utils",
|
||||
"polars-arrow 0.36.2",
|
||||
"polars-error 0.36.2",
|
||||
"polars-utils 0.36.2",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -4235,9 +4268,9 @@ version = "0.36.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "9f0b4c6ddffdfd0453e84bc3918572c633014d661d166654399cf93752aa95b5"
|
||||
dependencies = [
|
||||
"polars-arrow",
|
||||
"polars-arrow 0.36.2",
|
||||
"polars-core",
|
||||
"polars-error",
|
||||
"polars-error 0.36.2",
|
||||
"polars-lazy",
|
||||
"polars-plan",
|
||||
"rand",
|
||||
@ -4256,11 +4289,11 @@ dependencies = [
|
||||
"chrono",
|
||||
"now",
|
||||
"once_cell",
|
||||
"polars-arrow",
|
||||
"polars-arrow 0.36.2",
|
||||
"polars-core",
|
||||
"polars-error",
|
||||
"polars-error 0.36.2",
|
||||
"polars-ops",
|
||||
"polars-utils",
|
||||
"polars-utils 0.36.2",
|
||||
"regex",
|
||||
"serde",
|
||||
"smartstring",
|
||||
@ -4278,13 +4311,31 @@ dependencies = [
|
||||
"indexmap",
|
||||
"num-traits",
|
||||
"once_cell",
|
||||
"polars-error",
|
||||
"polars-error 0.36.2",
|
||||
"rayon",
|
||||
"smartstring",
|
||||
"sysinfo",
|
||||
"version_check",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "polars-utils"
|
||||
version = "0.37.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "38f9c955bb1e9b55d835aeb7fe4e4e8826e01abe5f0ada979ceb7d2b9af7b569"
|
||||
dependencies = [
|
||||
"ahash 0.8.7",
|
||||
"bytemuck",
|
||||
"hashbrown 0.14.3",
|
||||
"indexmap",
|
||||
"num-traits",
|
||||
"once_cell",
|
||||
"polars-error 0.37.0",
|
||||
"rayon",
|
||||
"smartstring",
|
||||
"version_check",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "pori"
|
||||
version = "0.0.0"
|
||||
|
@ -26,7 +26,7 @@ num = { version = "0.4", optional = true }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
sqlparser = { version = "0.43", optional = true }
|
||||
polars-io = { version = "0.36", features = ["avro"], optional = true }
|
||||
polars-arrow = { version = "0.36", optional = true }
|
||||
polars-arrow = { version = "0.37", optional = true }
|
||||
polars-ops = { version = "0.36", optional = true }
|
||||
polars-plan = { version = "0.36", optional = true }
|
||||
polars-utils = { version = "0.36", optional = true }
|
||||
|
Loading…
Reference in New Issue
Block a user