From 1d26d413176e468e9d62a14359cb1865300ad9da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 06:59:09 +0000 Subject: [PATCH] chore(deps): Bump ordered-float from 4.3.0 to 4.4.0 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](https://github.com/reem/rust-ordered-float/compare/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] --- Cargo.lock | 4 ++-- hipcheck/Cargo.toml | 2 +- plugins/entropy/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3427e94e..ac11f750 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2144,9 +2144,9 @@ checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" [[package]] name = "ordered-float" -version = "4.3.0" +version = "4.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44d501f1a72f71d3c063a6bbc8f7271fa73aa09fe5d6283b6571e2ed176a2537" +checksum = "83e7ccb95e240b7c9506a3d544f10d935e142cc90b0a1d56954fb44d89ad6b97" dependencies = [ "num-traits", "rand", diff --git a/hipcheck/Cargo.toml b/hipcheck/Cargo.toml index 41115be5..dbcc3a84 100644 --- a/hipcheck/Cargo.toml +++ b/hipcheck/Cargo.toml @@ -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" diff --git a/plugins/entropy/Cargo.toml b/plugins/entropy/Cargo.toml index 0d73e5a7..8fe282e9 100644 --- a/plugins/entropy/Cargo.toml +++ b/plugins/entropy/Cargo.toml @@ -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"