From 82eeb977d39202a23eccd6e0abd9fe4906eb87b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 18:54:06 +0000 Subject: [PATCH] chore(deps): Bump opendal from 0.49.2 to 0.51.0 Bumps [opendal](https://github.com/apache/opendal) from 0.49.2 to 0.51.0. - [Release notes](https://github.com/apache/opendal/releases) - [Changelog](https://github.com/apache/opendal/blob/main/CHANGELOG.md) - [Commits](https://github.com/apache/opendal/compare/v0.49.2...v0.51.0) --- updated-dependencies: - dependency-name: opendal dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 16 +++++++--------- Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a3be0022631c9..9d0f4bc5511ed 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2052,7 +2052,7 @@ dependencies = [ "bitflags 2.6.0", "cexpr", "clang-sys", - "itertools 0.10.5", + "itertools 0.11.0", "lazy_static", "lazycell", "log", @@ -8260,7 +8260,6 @@ dependencies = [ "base64 0.22.0", "bytes", "chrono", - "crc32c", "flagset", "futures", "getrandom", @@ -8271,11 +8270,9 @@ dependencies = [ "percent-encoding", "prometheus", "quick-xml 0.36.2", - "reqsign", "reqwest 0.12.4", "serde", "serde_json", - "sha2", "tokio", "uuid", ] @@ -8305,6 +8302,7 @@ dependencies = [ "reqwest 0.12.4", "serde", "serde_json", + "sha2", "tokio", "uuid", ] @@ -9615,7 +9613,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1" dependencies = [ "anyhow", - "itertools 0.10.5", + "itertools 0.11.0", "proc-macro2", "quote", "syn 2.0.87", @@ -10509,7 +10507,7 @@ dependencies = [ "madsim-tonic", "memcomparable", "mysql_async", - "opendal 0.49.2", + "opendal 0.51.0", "parking_lot 0.12.1", "parquet 53.2.0", "prometheus", @@ -10554,7 +10552,7 @@ dependencies = [ "linkme", "madsim-tokio", "mysql_async", - "opendal 0.49.2", + "opendal 0.51.0", "prometheus", "rand", "risingwave_batch", @@ -11046,7 +11044,7 @@ dependencies = [ "mysql_common", "nexmark", "num-bigint", - "opendal 0.49.2", + "opendal 0.51.0", "opensearch", "openssl", "parking_lot 0.12.1", @@ -11772,7 +11770,7 @@ dependencies = [ "madsim", "madsim-aws-sdk-s3", "madsim-tokio", - "opendal 0.49.2", + "opendal 0.51.0", "prometheus", "reqwest 0.12.4", "risingwave_common", diff --git a/Cargo.toml b/Cargo.toml index 6860d9dc87126..83f69ec568dbb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -156,7 +156,7 @@ icelake = { git = "https://github.com/risingwavelabs/icelake.git", rev = "0ec44f iceberg = { git = "https://github.com/risingwavelabs/iceberg-rust.git", rev = "683fb89edeaf8d1baae69e1f376d68b92be1d496" } iceberg-catalog-rest = { git = "https://github.com/risingwavelabs/iceberg-rust.git", rev = "683fb89edeaf8d1baae69e1f376d68b92be1d496" } iceberg-catalog-glue = { git = "https://github.com/risingwavelabs/iceberg-rust.git", rev = "683fb89edeaf8d1baae69e1f376d68b92be1d496" } -opendal = "0.49" +opendal = "0.51" # used only by arrow-udf-flight arrow-flight = "53" arrow-udf-js = "0.5"