diff --git a/crates/iceberg/Cargo.toml b/crates/iceberg/Cargo.toml index 5535ba794..06d3ef408 100644 --- a/crates/iceberg/Cargo.toml +++ b/crates/iceberg/Cargo.toml @@ -44,7 +44,7 @@ lazy_static = "1" murmur3 = "0.5.2" once_cell = "1" opendal = "0.39" -ordered-float = "3.7.0" +ordered-float = "4.0.0" rust_decimal = "1.31.0" serde = { version = "^1.0", features = ["rc"] } serde_bytes = "0.11.8"