From: Ian Jackson Date: Wed, 25 May 2022 20:28:40 +0000 (+0100) Subject: cargo upgrade: ordered-float X-Git-Tag: otter-1.1.0~12 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=02e5d106bc01cf8f62bb96f520e1868f0096a910;p=otter.git cargo upgrade: ordered-float Signed-off-by: Ian Jackson --- diff --git a/Cargo.lock b/Cargo.lock index 297c0d19..c8dd4eee 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2643,9 +2643,9 @@ dependencies = [ [[package]] name = "ordered-float" -version = "2.10.0" +version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7940cf2ca942593318d07fcf2596cdca60a85c9e7fab408a5e21a4f9dcd40d87" +checksum = "96bcbab4bfea7a59c2c0fe47211a1ac4e3e96bea6eb446d704f310bc5c732ae2" dependencies = [ "num-traits", ] diff --git a/Cargo.toml b/Cargo.toml index 4471bd25..4ecb539c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ libc="0.2" num="0.4" once_cell="1" openssh-keys="0.5" -ordered-float="2" +ordered-float="3" percent-encoding="2" regex="1" structopt="0.3"