Skip to content

Commit 8227f9d

Browse files
committed
Merge remote-tracking branch 'origin/main' into migrate-to-uv
Signed-off-by: Xuanwo <[email protected]>
2 parents d9a20bd + 4a6ea15 commit 8227f9d

File tree

11 files changed

+1209
-1243
lines changed

11 files changed

+1209
-1243
lines changed

Cargo.lock

Lines changed: 347 additions & 417 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -42,29 +42,29 @@ rust-version = "1.87"
4242
anyhow = "1.0.72"
4343
apache-avro = { version = "0.20", features = ["zstandard"] }
4444
array-init = "2"
45-
arrow-arith = { version = "55.2" }
46-
arrow-array = { version = "55.2" }
47-
arrow-buffer = { version = "55.2" }
48-
arrow-cast = { version = "55.2" }
49-
arrow-ord = { version = "55.2" }
50-
arrow-schema = { version = "55.2" }
51-
arrow-select = { version = "55.2" }
52-
arrow-string = { version = "55.2" }
45+
arrow-arith = "56.2"
46+
arrow-array = "56.2"
47+
arrow-buffer = "56.2"
48+
arrow-cast = "56.2"
49+
arrow-ord = "56.2"
50+
arrow-schema = "56.2"
51+
arrow-select = "56.2"
52+
arrow-string = "56.2"
5353
as-any = "0.3.2"
54-
async-trait = "0.1.88"
55-
aws-config = "1.8.1"
54+
async-trait = "0.1.89"
55+
aws-config = "1.8.7"
5656
aws-sdk-glue = "1.39"
5757
aws-sdk-s3tables = "1.28.0"
5858
backon = "1.5.1"
5959
base64 = "0.22.1"
6060
bimap = "0.6"
6161
bytes = "1.10"
6262
chrono = "0.4.41"
63-
clap = { version = "4.5.41", features = ["derive", "cargo"] }
63+
clap = { version = "4.5.48", features = ["derive", "cargo"] }
6464
ctor = "0.2.8"
65-
datafusion = "49"
66-
datafusion-cli = "49"
67-
datafusion-sqllogictest = "49"
65+
datafusion = "50"
66+
datafusion-cli = "50"
67+
datafusion-sqllogictest = "50"
6868
derive_builder = "0.20"
6969
dirs = "6"
7070
enum-ordinalize = "4.3.0"
@@ -84,7 +84,7 @@ iceberg-catalog-sql = { version = "0.7.0", path = "./crates/catalog/sql" }
8484
iceberg-catalog-rest = { version = "0.7.0", path = "./crates/catalog/rest" }
8585
iceberg-catalog-s3tables = { version = "0.7.0", path = "./crates/catalog/s3tables" }
8686
iceberg-datafusion = { version = "0.7.0", path = "./crates/integrations/datafusion" }
87-
indicatif = "0.17"
87+
indicatif = "0.18"
8888
itertools = "0.13"
8989
libtest-mimic = "0.8.1"
9090
linkedbytes = "0.1.8"
@@ -99,12 +99,12 @@ num-bigint = "0.4.6"
9999
once_cell = "1.20"
100100
opendal = "0.54.0"
101101
ordered-float = "4"
102-
parquet = "55.2"
102+
parquet = "56.2"
103103
pilota = "0.11.10"
104104
port_scanner = "0.1.5"
105105
pretty_assertions = "1.4"
106106
rand = "0.8.5"
107-
regex = "1.10.5"
107+
regex = "1.11.3"
108108
reqwest = { version = "0.12.12", default-features = false, features = ["json"] }
109109
roaring = { version = "0.11" }
110110
rust_decimal = "1.37.2"
@@ -122,12 +122,12 @@ strum = "0.27.2"
122122
tempfile = "3.18"
123123
tera = "1"
124124
thrift = "0.17.0"
125-
tokio = { version = "1.46.1", default-features = false }
125+
tokio = { version = "1.47", default-features = false }
126126
toml = "0.8"
127-
tracing = "0.1.40"
128-
tracing-subscriber = "0.3.8"
127+
tracing = "0.1.41"
128+
tracing-subscriber = "0.3.20"
129129
typed-builder = "0.20"
130-
url = "2.5.4"
130+
url = "2.5.7"
131131
uuid = { version = "1.18", features = ["v7"] }
132132
volo = "0.10.6"
133133
volo-thrift = "0.10.8"

0 commit comments

Comments
 (0)