Skip to content

Commit

Permalink
chore(deps): Bump ordered-float from 4.3.0 to 4.4.0
Browse files Browse the repository at this point in the history
Bumps [ordered-float](https://github.com/reem/rust-ordered-float) from 4.3.0 to 4.4.0.
- [Release notes](https://github.com/reem/rust-ordered-float/releases)
- [Commits](reem/rust-ordered-float@v4.3.0...v4.4.0)

---
updated-dependencies:
- dependency-name: ordered-float
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and j-lanson committed Oct 28, 2024
1 parent 536ea9f commit 1d26d41
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion hipcheck/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ nom = "7.1.3"
num-traits = "0.2.19"
num_enum = "0.7.3"
once_cell = "1.20.2"
ordered-float = { version = "4.3.0", features = ["serde"] }
ordered-float = { version = "4.4.0", features = ["serde"] }
packageurl = "0.4.1"
paste = "1.0.7"
pathbuf = "1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion plugins/entropy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dashmap = { version = "6.1.0", features = ["inline", "rayon"] }
finl_unicode = { version = "1.2.0", features = ["grapheme_clusters"] }
futures = "0.3.31"
hipcheck-sdk = { version = "0.1.0", path = "../../sdk/rust", features = ["macros"] }
ordered-float = { version = "4.3.0", features = ["serde"] }
ordered-float = { version = "4.4.0", features = ["serde"] }
pathbuf = "1.0.0"
rayon = "1.10.0"
salsa = "0.16.1"
Expand Down

0 comments on commit 1d26d41

Please sign in to comment.