From 79869dfd0894d7010947aa8ec78bd04887ec42d9 Mon Sep 17 00:00:00 2001 From: Jan-Erik Rediger Date: Tue, 7 Jun 2022 14:00:37 +0200 Subject: [PATCH] Depend on fixed ordered-float See https://github.com/advisories/GHSA-566x-hhrf-qf8m This was fixed in v1.1.1, see https://github.com/reem/rust-ordered-float/pull/71#issuecomment-739556890 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fd35e0a..92b1e8b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ id-arena = "2.2" lazy_static = "1.1" lmdb-rkv = "0.14" log = "0.4.4" -ordered-float = "1.0.1" +ordered-float = "1.1.1" paste = "1.0.6" serde = {version = "1.0", features = ["derive", "rc"]} serde_derive = "1.0"