Skip to content

Commit acfe260

Browse files
authored
Upgrade iceberg-rust (#2179)
1 parent c1a99ef commit acfe260

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ deltalake = "0.28"
4444
fastbloom = "0.14"
4545
futures = { version = "0.3", default-features = false }
4646
hashbrown = "0.16"
47-
iceberg = { git = "https://github.com/apache/iceberg-rust", rev = "790e0253a6d1ba83a54f51cf8a8ed62a5c2da7f5", default-features = false, features = [
47+
iceberg = { git = "https://github.com/apache/iceberg-rust", rev = "ddbcae46d4b6739b0d21fbf44de85b140b3d272a", default-features = false, features = [
4848
"storage-fs",
4949
] }
50-
iceberg-catalog-glue = { git = "https://github.com/apache/iceberg-rust", rev = "790e0253a6d1ba83a54f51cf8a8ed62a5c2da7f5" }
51-
iceberg-catalog-rest = { git = "https://github.com/apache/iceberg-rust", rev = "790e0253a6d1ba83a54f51cf8a8ed62a5c2da7f5" }
50+
iceberg-catalog-glue = { git = "https://github.com/apache/iceberg-rust", rev = "ddbcae46d4b6739b0d21fbf44de85b140b3d272a" }
51+
iceberg-catalog-rest = { git = "https://github.com/apache/iceberg-rust", rev = "ddbcae46d4b6739b0d21fbf44de85b140b3d272a" }
5252
itertools = "0.14"
5353
lru = "0.16"
5454
moka = { version = "0.12", features = ["future"] }

deny.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ skip = [
4747
{ name = "darling" },
4848
{ name = "darling_core" },
4949
{ name = "darling_macro" },
50+
{ name = "foldhash" },
5051
{ name = "getrandom" },
5152
{ name = "h2" },
5253
{ name = "hashbrown" },
@@ -63,7 +64,9 @@ skip = [
6364
{ name = "petgraph" },
6465
{ name = "phf" },
6566
{ name = "phf_shared" },
67+
{ name = "prost" },
6668
{ name = "prost-derive" },
69+
{ name = "prost-types" },
6770
{ name = "quick-xml" },
6871
{ name = "rand" },
6972
{ name = "rand_chacha" },
@@ -87,6 +90,7 @@ skip = [
8790
{ name = "typed-builder" },
8891
{ name = "typed-builder-macro" },
8992
{ name = "wasi" },
93+
{ name = "windows-link" },
9094
{ name = "windows-sys" },
9195
{ name = "windows-targets" },
9296
{ name = "windows_aarch64_gnullvm" },

0 commit comments

Comments
 (0)