diff --git a/Cargo.lock b/Cargo.lock index 2ec4620e383df..4b5598d927338 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2086,7 +2086,7 @@ dependencies = [ "bitflags 2.6.0", "cexpr", "clang-sys", - "itertools 0.12.1", + "itertools 0.10.5", "lazy_static", "lazycell", "log", @@ -8340,7 +8340,6 @@ dependencies = [ "base64 0.22.0", "bytes", "chrono", - "crc32c", "flagset", "futures", "getrandom", @@ -8351,11 +8350,9 @@ dependencies = [ "percent-encoding", "prometheus", "quick-xml 0.36.1", - "reqsign", "reqwest 0.12.4", "serde", "serde_json", - "sha2", "tokio", "uuid", ] @@ -8386,6 +8383,7 @@ dependencies = [ "reqwest 0.12.4", "serde", "serde_json", + "sha2", "tokio", "uuid", ] @@ -9674,7 +9672,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1" dependencies = [ "anyhow", - "itertools 0.12.1", + "itertools 0.10.5", "proc-macro2", "quote", "syn 2.0.79", @@ -9857,7 +9855,7 @@ dependencies = [ "indoc", "libc", "memoffset", - "parking_lot 0.12.1", + "parking_lot 0.11.2", "portable-atomic", "pyo3-build-config", "pyo3-ffi", @@ -10555,7 +10553,7 @@ dependencies = [ "madsim-tonic", "memcomparable", "mysql_async", - "opendal 0.49.2", + "opendal 0.50.1", "parking_lot 0.12.1", "parquet 53.2.0", "paste", @@ -11089,7 +11087,7 @@ dependencies = [ "mysql_common", "nexmark", "num-bigint", - "opendal 0.49.2", + "opendal 0.50.1", "opensearch", "openssl", "parking_lot 0.12.1", @@ -11854,7 +11852,7 @@ dependencies = [ "madsim", "madsim-aws-sdk-s3", "madsim-tokio", - "opendal 0.49.2", + "opendal 0.50.1", "prometheus", "reqwest 0.12.4", "risingwave_common", diff --git a/Cargo.toml b/Cargo.toml index f68f6340d0012..67d8ce04120c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -143,7 +143,7 @@ icelake = { git = "https://github.com/risingwavelabs/icelake.git", rev = "1783f8 iceberg = { git = "https://github.com/risingwavelabs/iceberg-rust.git", rev = "e28726443a57028f7c7df11d6d385470dc484d46" } iceberg-catalog-rest = { git = "https://github.com/risingwavelabs/iceberg-rust.git", rev = "e28726443a57028f7c7df11d6d385470dc484d46" } iceberg-catalog-glue = { git = "https://github.com/risingwavelabs/iceberg-rust.git", rev = "e28726443a57028f7c7df11d6d385470dc484d46" } -opendal = "0.49" +opendal = "0.50" # used only by arrow-udf-flight arrow-flight = "53" arrow-udf-js = "0.5"