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