This is an automated email from the ASF dual-hosted git repository. junouyang pushed a commit to branch bump/http in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git
commit 45cac5b720ac45060f3ef8cc35505c5d3700b290 Author: owl <[email protected]> AuthorDate: Tue Aug 1 00:15:25 2023 +0800 chore(core): bump cargo.toml http version to 0.2.9 --- core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Cargo.toml b/core/Cargo.toml index 80bd9a116..a639def66 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -203,7 +203,7 @@ flagset = "0.4" futures = { version = "0.3", default-features = false, features = ["std"] } governor = { version = "0.5", optional = true, features = ["std"] } hdrs = { version = "0.3.0", optional = true, features = ["async_file"] } -http = "0.2.5" +http = "0.2.9" hyper = "0.14" lazy-regex = { version = "2.5.0", optional = true } log = "0.4"
