From a5a72cfc333fa3c66d0cf9c595d34b654f2bb6cb Mon Sep 17 00:00:00 2001 From: Xuanwo Date: Mon, 5 Jun 2023 13:32:16 +0800 Subject: [PATCH] Try Signed-off-by: Xuanwo --- Cargo.lock | 4 ++-- Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2dcb39740..2df2c588c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1611,7 +1611,7 @@ checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3" [[package]] name = "opendal" version = "0.34.0" -source = "git+https://github.com/apache/incubator-opendal?rev=a15b9dfdb0391997bb61fb0ff0a8af02f8804cfa#a15b9dfdb0391997bb61fb0ff0a8af02f8804cfa" +source = "git+https://github.com/apache/incubator-opendal?rev=84b5e94be3a46ae5614ea98989cbe652c5b38f3f#84b5e94be3a46ae5614ea98989cbe652c5b38f3f" dependencies = [ "anyhow", "async-compat", @@ -2278,7 +2278,7 @@ dependencies = [ [[package]] name = "sccache" -version = "0.5.3-debug-7" +version = "0.5.3-debug-8" dependencies = [ "anyhow", "ar", diff --git a/Cargo.toml b/Cargo.toml index 26f28d18a..caa4a44b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sccache" -version = "0.5.3-debug-7" +version = "0.5.3-debug-8" license = "Apache-2.0" description = "Sccache is a ccache-like tool. It is used as a compiler wrapper and avoids compilation when possible, storing a cache in a remote storage using various cloud storage." repository = "https://github.com/mozilla/sccache/" @@ -23,7 +23,7 @@ lto = true strip = true [dependencies] -opendal = { git = "https://github.com/apache/incubator-opendal", rev = "a15b9dfdb0391997bb61fb0ff0a8af02f8804cfa", optional = true } +opendal = { git = "https://github.com/apache/incubator-opendal", rev = "84b5e94be3a46ae5614ea98989cbe652c5b38f3f", optional = true } anyhow = { version = "1.0", features = ["backtrace"] } ar = "0.9" async-trait = "0.1"