diff --git a/crates/paimon/Cargo.toml b/crates/paimon/Cargo.toml index 959475f..eaa7809 100644 --- a/crates/paimon/Cargo.toml +++ b/crates/paimon/Cargo.toml @@ -45,7 +45,7 @@ serde_bytes = "0.11.15" serde_json = "1.0.120" serde_with = "3.9.0" snafu = "0.8.3" -typed-builder = "^0.19" +typed-builder = "^0.20" opendal = { version = "0.49", features = ["services-fs"] } pretty_assertions = "1" apache-avro = { version = "0.17", features = ["snappy"] }