Skip to content

Commit 8e79e56

Browse files
authored
Bump crates (#49)
* Bump crates * Set minimum arrow version to 53.1.0 * Set minimum chorno version to 0.4.37
1 parent da27b36 commit 8e79e56

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Cargo.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,17 @@ rust-version = "1.73"
3232
all-features = true
3333

3434
[dependencies]
35-
arrow = { version = ">= 53.1.0, < 55.0.0", features = ["prettyprint", "chrono-tz", "ipc_compression"] }
36-
bytemuck = { version = "1.18.0", features = ["must_cast"] }
37-
bytes = "1.4"
38-
chrono = { version = ">= 0.4.37, < 0.4.40", default-features = false, features = ["std"] }
35+
arrow = { version = ">= 53.1.0", features = ["prettyprint", "chrono-tz", "ipc_compression"] }
36+
bytemuck = { version = "1.22.0", features = ["must_cast"] }
37+
bytes = "1.10.1"
38+
chrono = { version = ">= 0.4.37", default-features = false, features = ["std"] }
3939
chrono-tz = "0.10"
40-
fallible-streaming-iterator = { version = "0.1" }
40+
fallible-streaming-iterator = "0.1"
4141
flate2 = "1"
4242
lz4_flex = "0.11"
4343
lzokay-native = "0.1"
4444
num = "0.4.1"
45-
prost = { version = "0.13" }
45+
prost = "0.13"
4646
snafu = "0.8"
4747
snap = "1.1"
4848
zstd = "0.13"
@@ -65,13 +65,13 @@ anyhow = { version = "1.0", optional = true }
6565
clap = { version = "4.5.4", features = ["derive"], optional = true }
6666

6767
# opendal
68-
opendal = { version = "0.50", optional = true, default-features = false }
68+
opendal = { version = "0.53", optional = true, default-features = false }
6969

7070
[dev-dependencies]
71-
arrow-ipc = { version = "53.0.0", features = ["lz4"] }
72-
arrow-json = "53.0.0"
71+
arrow-ipc = { version = "55.0.0", features = ["lz4"] }
72+
arrow-json = "55.0.0"
7373
criterion = { version = "0.5", default-features = false, features = ["async_tokio"] }
74-
opendal = { version = "0.50", default-features = false, features = ["services-memory"] }
74+
opendal = { version = "0.53", default-features = false, features = ["services-memory"] }
7575
pretty_assertions = "1.3.0"
7676
proptest = "1.0.0"
7777
serde_json = { version = "1.0", default-features = false, features = ["std"] }

0 commit comments

Comments
 (0)