From eaac866774a6f407ab497300f395b077bbc5d096 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 May 2023 05:02:57 +0000 Subject: [PATCH] chore(deps): bump opendal from 0.33.2 to 0.34.0 Bumps [opendal](https://github.com/apache/incubator-opendal) from 0.33.2 to 0.34.0. - [Release notes](https://github.com/apache/incubator-opendal/releases) - [Changelog](https://github.com/apache/incubator-opendal/blob/main/CHANGELOG.md) - [Commits](https://github.com/apache/incubator-opendal/compare/v0.33.2...v0.34.0) --- updated-dependencies: - dependency-name: opendal dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 ++--- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 93dc06dd3c8e1..bb0a3490a558e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5545,9 +5545,9 @@ checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" [[package]] name = "opendal" -version = "0.33.2" +version = "0.34.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e34a1d6d7b1bfb80850b43609498bf35cfdf90c2724f376ecfde81d991d12f62" +checksum = "005c877c4f788a7749825bbc61031ccc950217fac6bcf9965641fbf1bdf991b0" dependencies = [ "anyhow", "async-compat", @@ -6816,7 +6816,6 @@ dependencies = [ "js-sys", "log", "mime", - "mime_guess", "native-tls", "once_cell", "percent-encoding", diff --git a/Cargo.toml b/Cargo.toml index 7db88591efcda..ebd927683fea6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -181,7 +181,7 @@ azure_storage = { git = "https://github.com/Azure/azure-sdk-for-rust.git", rev = azure_storage_blobs = { git = "https://github.com/Azure/azure-sdk-for-rust.git", rev = "b4544d4920fa3064eb921340054cd9cc130b7664", default-features = false, optional = true } # OpenDAL -opendal = {version = "0.33", default-features = false, features = ["native-tls", "services-webhdfs"], optional = true} +opendal = {version = "0.34", default-features = false, features = ["native-tls", "services-webhdfs"], optional = true} # Tower tower = { version = "0.4.13", default-features = false, features = ["buffer", "limit", "retry", "timeout", "util", "balance", "discover"] }