From d190c4ae96c0368c92e79e210645581dc3e686be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 03:04:09 +0000 Subject: [PATCH] Bump ordered-float from 4.2.2 to 4.3.0 Bumps [ordered-float](https://github.com/reem/rust-ordered-float) from 4.2.2 to 4.3.0. - [Release notes](https://github.com/reem/rust-ordered-float/releases) - [Commits](https://github.com/reem/rust-ordered-float/compare/v4.2.2...v4.3.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 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) mode change 100755 => 100644 Cargo.toml diff --git a/Cargo.lock b/Cargo.lock index 4cf23a8..b485133 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -95,9 +95,9 @@ checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" [[package]] name = "ordered-float" -version = "4.2.2" +version = "4.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4a91171844676f8c7990ce64959210cd2eaef32c2612c50f9fae9f8aaa6065a6" +checksum = "44d501f1a72f71d3c063a6bbc8f7271fa73aa09fe5d6283b6571e2ed176a2537" dependencies = [ "num-traits", ] diff --git a/Cargo.toml b/Cargo.toml old mode 100755 new mode 100644 index 9ce8f51..fb253ce --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ crate-type = ["cdylib"] [dependencies] bit-set = "0.8" -ordered-float = "4.2" +ordered-float = "4.3" pyo3 = "0.22" rand = "0.8" rustc-hash = "2.0"