This is an automated email from the ASF dual-hosted git repository. xuanwo pushed a commit to branch bump-bytes in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git
commit 86b736d9f7c29ac5bcd92b2633afcd68856fe87e Author: Xuanwo <[email protected]> AuthorDate: Sat Aug 5 10:45:02 2023 +0800 chore: Bump bytes to 1.4 to allow the usage of spare_capacity_mut 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",
