diff --git a/crates/paimon/Cargo.toml b/crates/paimon/Cargo.toml index ceb6100..f646081 100644 --- a/crates/paimon/Cargo.toml +++ b/crates/paimon/Cargo.toml @@ -47,7 +47,7 @@ serde_with = "3.9.0" serde_repr = "0.1" snafu = "0.8.3" typed-builder = "^0.19" -opendal = { version = "0.49", features = ["services-fs"] } +opendal = { version = "0.50", features = ["services-fs"] } pretty_assertions = "1" apache-avro = { version = "0.17", features = ["snappy"] }