From a81d212bd180d29790d4d0104b669a669f16cc88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 11:58:23 +0300 Subject: [PATCH] chore(deps): bump ordered-float from 4.2.2 to 4.3.0 in /src-tauri (#7) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- src-tauri/Cargo.lock | 4 ++-- src-tauri/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index fb21373..9ceb760 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -2353,9 +2353,9 @@ checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" [[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 = [ "borsh", "num-traits", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 447ab26..bf931a9 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -39,4 +39,4 @@ anyhow = "1.0.89" log = "0.4.22" # Other -ordered-float = { version = "4.2.2", features = ["borsh"] } +ordered-float = { version = "4.3.0", features = ["borsh"] }