This is an automated email from the ASF dual-hosted git repository.
fokko pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-rust.git
The following commit(s) were added to refs/heads/main by this push:
new 7fb8c65 chore(deps): Update ordered-float requirement from 3.7.0 to
4.0.0 (#64)
7fb8c65 is described below
commit 7fb8c65553990d2c845d354301791b4bd314f14b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Sep 27 09:39:11 2023 +0200
chore(deps): Update ordered-float requirement from 3.7.0 to 4.0.0 (#64)
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] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
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 5535ba7..06d3ef4 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"