Skip to content

Commit 370a7bf

Browse files
authored
Regular upgrade iceberg-rust (#2149)
1 parent dc09326 commit 370a7bf

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-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.12"
4545
futures = { version = "0.3", default-features = false }
4646
hashbrown = "0.15"
47-
iceberg = { git = "https://github.com/apache/iceberg-rust", rev = "ba487fc1521f40c57f809d37f4f939e12fd41845", default-features = false, features = [
47+
iceberg = { git = "https://github.com/apache/iceberg-rust", rev = "dc349284a4204c1a56af47fb3177ace6f9e899a0", default-features = false, features = [
4848
"storage-fs",
4949
] }
50-
iceberg-catalog-glue = { git = "https://github.com/apache/iceberg-rust", rev = "ba487fc1521f40c57f809d37f4f939e12fd41845" }
51-
iceberg-catalog-rest = { git = "https://github.com/apache/iceberg-rust", rev = "ba487fc1521f40c57f809d37f4f939e12fd41845" }
50+
iceberg-catalog-glue = { git = "https://github.com/apache/iceberg-rust", rev = "dc349284a4204c1a56af47fb3177ace6f9e899a0" }
51+
iceberg-catalog-rest = { git = "https://github.com/apache/iceberg-rust", rev = "dc349284a4204c1a56af47fb3177ace6f9e899a0" }
5252
itertools = "0.14"
5353
lru = "0.14"
5454
moka = { version = "0.12", features = ["future"] }

0 commit comments

Comments
 (0)