From ccd66c8f800a9b74eb8829dce68ca5785827a53e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 06:42:19 +0000 Subject: [PATCH] cargo: bump opendal from 0.58.2 to 0.59.0 Bumps [opendal](https://github.com/apache/opendal) from 0.58.2 to 0.59.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.58.2...v0.59.0) --- updated-dependencies: - dependency-name: opendal dependency-version: 0.59.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 57 +++++++++++++++++++++++++++++++++++++++--------------- Cargo.toml | 2 +- 2 files changed, 42 insertions(+), 17 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bd3d4da8..901ed539 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4687,11 +4687,11 @@ dependencies = [ [[package]] name = "opendal" -version = "0.58.2" +version = "0.59.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33dbff14cc9bb085224256d6a81289d2f3202e85b06f408d42534b42162a4231" +checksum = "379a66c8c20c51a2321e444338ebc16a6cc0c73e39e43e9a3eea376bd71fef49" dependencies = [ - "opendal-core", + "opendal-core 0.59.1", "opendal-layer-concurrent-limit", "opendal-layer-retry", "opendal-layer-timeout", @@ -4703,6 +4703,31 @@ name = "opendal-core" version = "0.58.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "48dbcef97d3eb7591db2c18d5cae95c836bcce07359b98d98dd6f4e861eb77b7" +dependencies = [ + "anyhow", + "asyncband", + "base64 0.23.1", + "bytes", + "futures", + "http", + "jiff", + "log", + "md-5 0.11.0", + "percent-encoding", + "quick-xml 0.41.0", + "serde", + "serde_json", + "tokio", + "url", + "uuid", + "web-time", +] + +[[package]] +name = "opendal-core" +version = "0.59.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a43405d217dfdfb543f58847336d3af672897dd1939bb7dcf314b63cf364f1c9" dependencies = [ "anyhow", "asyncband", @@ -4734,48 +4759,48 @@ dependencies = [ "futures", "http", "http-body", - "opendal-core", + "opendal-core 0.58.2", "reqwest", ] [[package]] name = "opendal-layer-concurrent-limit" -version = "0.58.2" +version = "0.59.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "03f9e144b5228d741c3763ade8711d9b72e5fb6d998e779f2d7a09da0b5a3eba" +checksum = "fba1dd0742261925fc0eb910773ec39cbc1336c55d41e13b19f3af970ad5a126" dependencies = [ "asyncband", "futures", "http", - "opendal-core", + "opendal-core 0.59.1", ] [[package]] name = "opendal-layer-retry" -version = "0.58.2" +version = "0.59.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e94db301964a25366090484d61e6da16d5979cc8faf02c3e12210dc74fafed38" +checksum = "06306202c97c54fb41bdbbdcb854c8798823f0022ae7aac7a40c8a1023aa83a6" dependencies = [ "backon", "log", - "opendal-core", + "opendal-core 0.59.1", ] [[package]] name = "opendal-layer-timeout" -version = "0.58.2" +version = "0.59.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08956ddda07465449bfd48825f4f0f25e0351278ac974eaa659895d9d74f2c80" +checksum = "6bd334cbd0a0bc934146733e74a80a5faf8db8e014781a25f6d9d80d7b87c981" dependencies = [ - "opendal-core", + "opendal-core 0.59.1", "tokio", ] [[package]] name = "opendal-service-s3" -version = "0.58.2" +version = "0.59.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c64335f9f24ccb62ac36f1d976342b48611a75ba61979813a4f78a4ebd94de42" +checksum = "388b1d39b62535c62803754ebef89808859558697366dbedd0299345887ba461" dependencies = [ "base64 0.23.1", "bytes", @@ -4783,7 +4808,7 @@ dependencies = [ "http", "log", "md-5 0.11.0", - "opendal-core", + "opendal-core 0.59.1", "quick-xml 0.41.0", "reqsign-aws-v4", "reqsign-core", diff --git a/Cargo.toml b/Cargo.toml index 65673815..42600f20 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -237,7 +237,7 @@ ffmpeg-next = { version = "=9.0.0", default-features = false, features = ["build ffmpeg-sys-next = { version = "=9.0.0", features = ["build-portable"] } # Object Storage -opendal = { version = "=0.58.2", default-features = false, features = [ +opendal = { version = "=0.59.0", default-features = false, features = [ "executors-tokio", "services-s3", "layers-retry",