From 190329c156f5990b0cc2c641773692cac4400b32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Apr 2023 16:16:39 +0000 Subject: [PATCH] Bump ordered-float from 1.1.0 to 1.1.1 in /abc112 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] --- abc112/Cargo.lock | 6 ++++-- abc112/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/abc112/Cargo.lock b/abc112/Cargo.lock index c192ba52c..4d057991a 100644 --- a/abc112/Cargo.lock +++ b/abc112/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "abc112" 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/abc112/Cargo.toml b/abc112/Cargo.toml index 85cd7e586..689f47f9f 100644 --- a/abc112/Cargo.toml +++ b/abc112/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"