This is an automated email from the ASF dual-hosted git repository. suyanhanx pushed a commit to branch rc-publish-dry-run in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git
commit 9470dd543426827db8fb1ce51bb762db868561f3 Merge: f73466e77 3cedc1a90 Author: Suyan <[email protected]> AuthorDate: Tue Nov 21 01:19:19 2023 +0800 Merge branch 'main' into rc-publish-dry-run .github/actions/setup/action.yaml | 2 ++ Cargo.lock | 29 +++++++++++++++++++++++++---- core/Cargo.toml | 2 +- 3 files changed, 28 insertions(+), 5 deletions(-) diff --cc Cargo.lock index b24730cc4,7d36ad01a..5726076e1 --- a/Cargo.lock +++ b/Cargo.lock @@@ -6652,13 -6624,23 +6654,23 @@@ dependencies = [[package]] name = "rustls-pemfile" -version = "1.0.3" +version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d3987094b1d07b653b7dfdc3f70ce9a1da9c51ac18c1b06b662e4f9a0e9f4b2" +checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c" dependencies = [ - "base64 0.21.4", + "base64 0.21.5", ] + [[package]] + name = "rustls-webpki" + version = "0.100.3" + source = "registry+https://github.com/rust-lang/crates.io-index" + checksum = "5f6a5fc258f1c1276dfe3016516945546e2d5383911efc0fc4f1cdc5df3a4ae3" + dependencies = [ + "ring 0.16.20", + "untrusted 0.7.1", + ] + [[package]] name = "rustls-webpki" version = "0.101.7"
