This is an automated email from the ASF dual-hosted git repository.
aitozi pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/paimon-rust.git
The following commit(s) were added to refs/heads/main by this push:
new 99b04df chore(deps): update opendal requirement from 0.48 to 0.49
(#67)
99b04df is described below
commit 99b04dfbe918c88b5c449a6528d34e51620c4721
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Sep 2 19:22:02 2024 +0800
chore(deps): update opendal requirement from 0.48 to 0.49 (#67)
---
crates/paimon/Cargo.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/crates/paimon/Cargo.toml b/crates/paimon/Cargo.toml
index e1c85fc..d3dd4c0 100644
--- a/crates/paimon/Cargo.toml
+++ b/crates/paimon/Cargo.toml
@@ -46,6 +46,6 @@ serde_json = "1.0.120"
serde_with = "3.9.0"
snafu = "0.8.3"
typed-builder = "^0.19"
-opendal = { version = "0.48",features = ["services-fs"] }
+opendal = { version = "0.49",features = ["services-fs"] }
pretty_assertions = "1"
apache-avro = { version = "0.17", features = ["snappy"] }
\ No newline at end of file