From 5c55ee0f8c195d88cbcbf358ec2141764577ad3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 Sep 2023 12:48:03 +0000 Subject: [PATCH] chore(deps): Update ordered-float requirement from 3.7.0 to 4.0.0 Updates the requirements on [ordered-float](https://github.com/reem/rust-ordered-float) to permit the latest version. - [Release notes](https://github.com/reem/rust-ordered-float/releases) - [Commits](https://github.com/reem/rust-ordered-float/compare/v3.7.0...v4.0.0) --- updated-dependencies: - dependency-name: ordered-float dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/iceberg/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"