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 b0f4d1b27 chore: Bump bytes to 1.4 to allow the usage of 
spare_capacity_mut (#2784)
b0f4d1b27 is described below

commit b0f4d1b273296a07a6fdda7985b19e251e1fb3ee
Author: Xuanwo <[email protected]>
AuthorDate: Sat Aug 5 10:57:35 2023 +0800

    chore: Bump bytes to 1.4 to allow the usage of spare_capacity_mut (#2784)
    
    Signed-off-by: Xuanwo <[email protected]>
---
 core/Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/Cargo.toml b/core/Cargo.toml
index a0d5f0860..f1f9a6e43 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -195,7 +195,7 @@ await-tree = { version = "0.1.1", optional = true }
 backon = "0.4.1"
 base64 = "0.21"
 bb8 = { version = "0.8", optional = true }
-bytes = "1.2"
+bytes = "1.4"
 cacache = { version = "11.6", default-features = false, features = [
   "tokio-runtime",
   "mmap",

Reply via email to