This is an automated email from the ASF dual-hosted git repository.
xuanwo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git
The following commit(s) were added to refs/heads/main by this push:
new 2c2dfc8f9 fix: fix compile error by low version of backon in old
project (#2781)
2c2dfc8f9 is described below
commit 2c2dfc8f994d14bcbb16d44ef3603081fe9e0745
Author: silver-ymz <[email protected]>
AuthorDate: Fri Aug 4 21:58:19 2023 +0800
fix: fix compile error by low version of backon in old project (#2781)
fix: fix low version of backon in old project
Signed-off-by: silver-ymz <[email protected]>
---
core/Cargo.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/Cargo.toml b/core/Cargo.toml
index b90b696d8..a0d5f0860 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -192,7 +192,7 @@ async-compat = "0.2"
async-tls = { version = "0.11", optional = true }
async-trait = "0.1.68"
await-tree = { version = "0.1.1", optional = true }
-backon = "0.4.0"
+backon = "0.4.1"
base64 = "0.21"
bb8 = { version = "0.8", optional = true }
bytes = "1.2"