Skip to content

Commit 895d5f3

Browse files
Update ordered-float requirement from 4.6.0 to 5.0.0 (#49)
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](reem/rust-ordered-float@v4.6.0...v5.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>
1 parent f64e8f0 commit 895d5f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ futures = "0.3"
4545
itertools = "0.13"
4646
log = "0.4"
4747
object_store = "0.11"
48-
ordered-float = "4.6.0"
48+
ordered-float = "5.0.0"
4949

5050
[dev-dependencies]
5151
anyhow = "1.0.95"

0 commit comments

Comments
 (0)