This is an automated email from the ASF dual-hosted git repository. silver pushed a commit to branch fix/bump-backon in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git
commit 7cc08955fbab1a97ab120a3fca0792cfcd881406 Author: silver-ymz <[email protected]> AuthorDate: Fri Aug 4 21:50:25 2023 +0800 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"
