mirror of
https://github.com/nushell/nushell.git
synced 2025-02-16 18:41:44 +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",
|
"nu-test-support",
|
||||||
"num 0.4.1",
|
"num 0.4.1",
|
||||||
"polars",
|
"polars",
|
||||||
"polars-arrow",
|
"polars-arrow 0.37.0",
|
||||||
"polars-io",
|
"polars-io",
|
||||||
"polars-ops",
|
"polars-ops",
|
||||||
"polars-plan",
|
"polars-plan",
|
||||||
"polars-utils",
|
"polars-utils 0.36.2",
|
||||||
"serde",
|
"serde",
|
||||||
"sqlparser 0.43.1",
|
"sqlparser 0.43.1",
|
||||||
]
|
]
|
||||||
@ -3958,8 +3958,8 @@ dependencies = [
|
|||||||
"lz4",
|
"lz4",
|
||||||
"multiversion",
|
"multiversion",
|
||||||
"num-traits",
|
"num-traits",
|
||||||
"polars-error",
|
"polars-error 0.36.2",
|
||||||
"polars-utils",
|
"polars-utils 0.36.2",
|
||||||
"ryu",
|
"ryu",
|
||||||
"serde",
|
"serde",
|
||||||
"simdutf8",
|
"simdutf8",
|
||||||
@ -3969,6 +3969,29 @@ dependencies = [
|
|||||||
"zstd",
|
"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]]
|
[[package]]
|
||||||
name = "polars-compute"
|
name = "polars-compute"
|
||||||
version = "0.36.2"
|
version = "0.36.2"
|
||||||
@ -3977,8 +4000,8 @@ checksum = "b14fbc5f141b29b656a4cec4802632e5bff10bf801c6809c6bbfbd4078a044dd"
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"bytemuck",
|
"bytemuck",
|
||||||
"num-traits",
|
"num-traits",
|
||||||
"polars-arrow",
|
"polars-arrow 0.36.2",
|
||||||
"polars-utils",
|
"polars-utils 0.36.2",
|
||||||
"version_check",
|
"version_check",
|
||||||
]
|
]
|
||||||
|
|
||||||
@ -3998,11 +4021,11 @@ dependencies = [
|
|||||||
"indexmap",
|
"indexmap",
|
||||||
"num-traits",
|
"num-traits",
|
||||||
"once_cell",
|
"once_cell",
|
||||||
"polars-arrow",
|
"polars-arrow 0.36.2",
|
||||||
"polars-compute",
|
"polars-compute",
|
||||||
"polars-error",
|
"polars-error 0.36.2",
|
||||||
"polars-row",
|
"polars-row",
|
||||||
"polars-utils",
|
"polars-utils 0.36.2",
|
||||||
"rand",
|
"rand",
|
||||||
"rand_distr",
|
"rand_distr",
|
||||||
"rayon",
|
"rayon",
|
||||||
@ -4028,6 +4051,16 @@ dependencies = [
|
|||||||
"thiserror",
|
"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]]
|
[[package]]
|
||||||
name = "polars-io"
|
name = "polars-io"
|
||||||
version = "0.36.2"
|
version = "0.36.2"
|
||||||
@ -4049,13 +4082,13 @@ dependencies = [
|
|||||||
"num-traits",
|
"num-traits",
|
||||||
"once_cell",
|
"once_cell",
|
||||||
"percent-encoding",
|
"percent-encoding",
|
||||||
"polars-arrow",
|
"polars-arrow 0.36.2",
|
||||||
"polars-core",
|
"polars-core",
|
||||||
"polars-error",
|
"polars-error 0.36.2",
|
||||||
"polars-json",
|
"polars-json",
|
||||||
"polars-parquet",
|
"polars-parquet",
|
||||||
"polars-time",
|
"polars-time",
|
||||||
"polars-utils",
|
"polars-utils 0.36.2",
|
||||||
"rayon",
|
"rayon",
|
||||||
"regex",
|
"regex",
|
||||||
"ryu",
|
"ryu",
|
||||||
@ -4082,9 +4115,9 @@ dependencies = [
|
|||||||
"indexmap",
|
"indexmap",
|
||||||
"itoa",
|
"itoa",
|
||||||
"num-traits",
|
"num-traits",
|
||||||
"polars-arrow",
|
"polars-arrow 0.36.2",
|
||||||
"polars-error",
|
"polars-error 0.36.2",
|
||||||
"polars-utils",
|
"polars-utils 0.36.2",
|
||||||
"ryu",
|
"ryu",
|
||||||
"simd-json",
|
"simd-json",
|
||||||
"streaming-iterator",
|
"streaming-iterator",
|
||||||
@ -4100,7 +4133,7 @@ dependencies = [
|
|||||||
"bitflags 2.4.2",
|
"bitflags 2.4.2",
|
||||||
"glob",
|
"glob",
|
||||||
"once_cell",
|
"once_cell",
|
||||||
"polars-arrow",
|
"polars-arrow 0.36.2",
|
||||||
"polars-core",
|
"polars-core",
|
||||||
"polars-io",
|
"polars-io",
|
||||||
"polars-json",
|
"polars-json",
|
||||||
@ -4108,7 +4141,7 @@ dependencies = [
|
|||||||
"polars-pipe",
|
"polars-pipe",
|
||||||
"polars-plan",
|
"polars-plan",
|
||||||
"polars-time",
|
"polars-time",
|
||||||
"polars-utils",
|
"polars-utils 0.36.2",
|
||||||
"rayon",
|
"rayon",
|
||||||
"smartstring",
|
"smartstring",
|
||||||
"version_check",
|
"version_check",
|
||||||
@ -4128,11 +4161,11 @@ dependencies = [
|
|||||||
"indexmap",
|
"indexmap",
|
||||||
"memchr",
|
"memchr",
|
||||||
"num-traits",
|
"num-traits",
|
||||||
"polars-arrow",
|
"polars-arrow 0.36.2",
|
||||||
"polars-compute",
|
"polars-compute",
|
||||||
"polars-core",
|
"polars-core",
|
||||||
"polars-error",
|
"polars-error 0.36.2",
|
||||||
"polars-utils",
|
"polars-utils 0.36.2",
|
||||||
"rand",
|
"rand",
|
||||||
"rand_distr",
|
"rand_distr",
|
||||||
"rayon",
|
"rayon",
|
||||||
@ -4158,9 +4191,9 @@ dependencies = [
|
|||||||
"lz4",
|
"lz4",
|
||||||
"num-traits",
|
"num-traits",
|
||||||
"parquet-format-safe",
|
"parquet-format-safe",
|
||||||
"polars-arrow",
|
"polars-arrow 0.36.2",
|
||||||
"polars-error",
|
"polars-error 0.36.2",
|
||||||
"polars-utils",
|
"polars-utils 0.36.2",
|
||||||
"seq-macro",
|
"seq-macro",
|
||||||
"simdutf8",
|
"simdutf8",
|
||||||
"snap",
|
"snap",
|
||||||
@ -4179,14 +4212,14 @@ dependencies = [
|
|||||||
"enum_dispatch",
|
"enum_dispatch",
|
||||||
"hashbrown 0.14.3",
|
"hashbrown 0.14.3",
|
||||||
"num-traits",
|
"num-traits",
|
||||||
"polars-arrow",
|
"polars-arrow 0.36.2",
|
||||||
"polars-compute",
|
"polars-compute",
|
||||||
"polars-core",
|
"polars-core",
|
||||||
"polars-io",
|
"polars-io",
|
||||||
"polars-ops",
|
"polars-ops",
|
||||||
"polars-plan",
|
"polars-plan",
|
||||||
"polars-row",
|
"polars-row",
|
||||||
"polars-utils",
|
"polars-utils 0.36.2",
|
||||||
"rayon",
|
"rayon",
|
||||||
"smartstring",
|
"smartstring",
|
||||||
"version_check",
|
"version_check",
|
||||||
@ -4202,14 +4235,14 @@ dependencies = [
|
|||||||
"bytemuck",
|
"bytemuck",
|
||||||
"once_cell",
|
"once_cell",
|
||||||
"percent-encoding",
|
"percent-encoding",
|
||||||
"polars-arrow",
|
"polars-arrow 0.36.2",
|
||||||
"polars-core",
|
"polars-core",
|
||||||
"polars-io",
|
"polars-io",
|
||||||
"polars-json",
|
"polars-json",
|
||||||
"polars-ops",
|
"polars-ops",
|
||||||
"polars-parquet",
|
"polars-parquet",
|
||||||
"polars-time",
|
"polars-time",
|
||||||
"polars-utils",
|
"polars-utils 0.36.2",
|
||||||
"rayon",
|
"rayon",
|
||||||
"regex",
|
"regex",
|
||||||
"serde",
|
"serde",
|
||||||
@ -4224,9 +4257,9 @@ version = "0.36.2"
|
|||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "32322f7acbb83db3e9c7697dc821be73d06238da89c817dcc8bc1549a5e9c72f"
|
checksum = "32322f7acbb83db3e9c7697dc821be73d06238da89c817dcc8bc1549a5e9c72f"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"polars-arrow",
|
"polars-arrow 0.36.2",
|
||||||
"polars-error",
|
"polars-error 0.36.2",
|
||||||
"polars-utils",
|
"polars-utils 0.36.2",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
@ -4235,9 +4268,9 @@ version = "0.36.2"
|
|||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "9f0b4c6ddffdfd0453e84bc3918572c633014d661d166654399cf93752aa95b5"
|
checksum = "9f0b4c6ddffdfd0453e84bc3918572c633014d661d166654399cf93752aa95b5"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"polars-arrow",
|
"polars-arrow 0.36.2",
|
||||||
"polars-core",
|
"polars-core",
|
||||||
"polars-error",
|
"polars-error 0.36.2",
|
||||||
"polars-lazy",
|
"polars-lazy",
|
||||||
"polars-plan",
|
"polars-plan",
|
||||||
"rand",
|
"rand",
|
||||||
@ -4256,11 +4289,11 @@ dependencies = [
|
|||||||
"chrono",
|
"chrono",
|
||||||
"now",
|
"now",
|
||||||
"once_cell",
|
"once_cell",
|
||||||
"polars-arrow",
|
"polars-arrow 0.36.2",
|
||||||
"polars-core",
|
"polars-core",
|
||||||
"polars-error",
|
"polars-error 0.36.2",
|
||||||
"polars-ops",
|
"polars-ops",
|
||||||
"polars-utils",
|
"polars-utils 0.36.2",
|
||||||
"regex",
|
"regex",
|
||||||
"serde",
|
"serde",
|
||||||
"smartstring",
|
"smartstring",
|
||||||
@ -4278,13 +4311,31 @@ dependencies = [
|
|||||||
"indexmap",
|
"indexmap",
|
||||||
"num-traits",
|
"num-traits",
|
||||||
"once_cell",
|
"once_cell",
|
||||||
"polars-error",
|
"polars-error 0.36.2",
|
||||||
"rayon",
|
"rayon",
|
||||||
"smartstring",
|
"smartstring",
|
||||||
"sysinfo",
|
"sysinfo",
|
||||||
"version_check",
|
"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]]
|
[[package]]
|
||||||
name = "pori"
|
name = "pori"
|
||||||
version = "0.0.0"
|
version = "0.0.0"
|
||||||
|
@ -26,7 +26,7 @@ num = { version = "0.4", optional = true }
|
|||||||
serde = { version = "1.0", features = ["derive"] }
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
sqlparser = { version = "0.43", optional = true }
|
sqlparser = { version = "0.43", optional = true }
|
||||||
polars-io = { version = "0.36", features = ["avro"], 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-ops = { version = "0.36", optional = true }
|
||||||
polars-plan = { version = "0.36", optional = true }
|
polars-plan = { version = "0.36", optional = true }
|
||||||
polars-utils = { version = "0.36", optional = true }
|
polars-utils = { version = "0.36", optional = true }
|
||||||
|
Loading…
Reference in New Issue
Block a user