This is an automated email from the ASF dual-hosted git repository. xuanwo pushed a commit to branch fix-clippy in repository https://gitbox.apache.org/repos/asf/opendal.git
commit fc86c208873f95f4f3ee9e3b0a4dcb67d624d78e Author: Xuanwo <git...@xuanwo.io> AuthorDate: Thu Jul 17 14:27:54 2025 +0800 bump version Signed-off-by: Xuanwo <git...@xuanwo.io> --- integrations/object_store/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrations/object_store/Cargo.toml b/integrations/object_store/Cargo.toml index 0b2a42646..da99d520b 100644 --- a/integrations/object_store/Cargo.toml +++ b/integrations/object_store/Cargo.toml @@ -40,7 +40,7 @@ path = "tests/behavior/main.rs" async-trait = "0.1" bytes = "1" futures = "0.3" -object_store = "0.12" +object_store = "0.12.3" opendal = { version = "0.54.0", path = "../../core", default-features = false } pin-project = "1.1" send_wrapper = { version = "0.6", features = ["futures"], optional = true }