Skip to content

Commit

Permalink
chore(deps): update rust crate ordered-float to 4.2.0 (#5)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 20, 2024
1 parent 362ecf6 commit 8f8b554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion candidate-selection/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"

[dependencies]
arrayvec = "0.7.4"
ordered-float = { version = "4.1.1", default-features = false }
ordered-float = { version = "4.2.0", default-features = false }
permutation = "0.4.1"
proptest = "1.4.0"
rand = { version = "0.8.5", default-features = false, features = ["alloc"] }
Expand Down

0 comments on commit 8f8b554

Please sign in to comment.