From 16bbcf4f6bd2a94df864cd2e9755f0660a570a97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Apr 2023 15:07:47 +0000 Subject: [PATCH] Bump ordered-float from 1.1.0 to 1.1.1 in /abc137 Bumps [ordered-float](https://github.com/reem/rust-ordered-float) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/reem/rust-ordered-float/releases) - [Commits](https://github.com/reem/rust-ordered-float/compare/v1.1.0...v1.1.1) --- updated-dependencies: - dependency-name: ordered-float dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- abc137/Cargo.lock | 6 ++++-- abc137/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/abc137/Cargo.lock b/abc137/Cargo.lock index e0898b7c8..c5da0ebdf 100644 --- a/abc137/Cargo.lock +++ b/abc137/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "abc137" version = "0.1.0" @@ -351,9 +353,9 @@ dependencies = [ [[package]] name = "ordered-float" -version = "1.1.0" +version = "1.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3741934be594d77de1c8461ebcbbe866f585ea616a9753aa78f2bdc69f0e4579" +checksum = "3305af35278dd29f46fcdd139e0b1fbfae2153f0e5928b39b035542dd31e37b7" dependencies = [ "num-traits", ] diff --git a/abc137/Cargo.toml b/abc137/Cargo.toml index 713b466f9..498b90033 100644 --- a/abc137/Cargo.toml +++ b/abc137/Cargo.toml @@ -37,7 +37,7 @@ petgraph = "0.5.0" indexmap = "1.3.2" regex = "1.3.6" lazy_static = "1.4.0" -ordered-float = "1.0.2" +ordered-float = "1.1.1" ascii = "1.0.0" permutohedron = "0.2.4" superslice = "1.0.0"