From 8ea1845cd4171d4c468082c7204c41b8b7cff730 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 13:48:31 +0000 Subject: [PATCH] build(deps): bump ordered-float from 4.3.0 to 4.4.0 in the rust group Bumps the rust group with 1 update: [ordered-float](https://github.com/reem/rust-ordered-float). Updates `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 dependency-group: rust ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- codi-core/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e9b8e98..8d16715 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -197,9 +197,9 @@ checksum = "2f7254b99e31cad77da24b08ebf628882739a608578bb1bcdfc1f9c21260d7c0" [[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", ] diff --git a/codi-core/Cargo.toml b/codi-core/Cargo.toml index 01a1b54..e2123cb 100644 --- a/codi-core/Cargo.toml +++ b/codi-core/Cargo.toml @@ -11,7 +11,7 @@ readme.workspace = true [dependencies] libm = "0.2.8" -ordered-float = { version = "4.3.0", default-features = false } +ordered-float = { version = "4.4.0", default-features = false } [features] default = ["std"]