From 42e78f536a0c195dd11cf36898a8f247a95aea2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Apr 2023 15:05:09 +0000 Subject: [PATCH] Bump ordered-float from 1.1.0 to 1.1.1 in /abc113 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] --- abc113/Cargo.lock | 6 ++++-- abc113/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/abc113/Cargo.lock b/abc113/Cargo.lock index 2ad8c55fb..97c8737b2 100644 --- a/abc113/Cargo.lock +++ b/abc113/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "abc113" 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/abc113/Cargo.toml b/abc113/Cargo.toml index 63fbc4459..5294b54d6 100644 --- a/abc113/Cargo.toml +++ b/abc113/Cargo.toml @@ -52,7 +52,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"