commit | 529f77808be6659268bb9c7a7f1dd782d860819b | [log] [tgz] |
---|---|---|
author | Eran Rundstein <eran@rundste.in> | Sat Oct 08 03:49:31 2022 -0700 |
committer | GitHub <noreply@github.com> | Sat Oct 08 18:49:31 2022 +0800 |
tree | ac27fc99569fae9be471f7309d47cf2ba021cfcc | |
parent | a9da9eb05993a235df999226303bc594e4778805 [diff] |
Update ordered-float dependency to latest version (#2598) Version 2.0.0 had RUSTSEC advisory, see https://github.com/rustsec/advisory-db/blob/main/crates/ordered-float/RUSTSEC-2020-0082.md
diff --git a/lib/rs/Cargo.toml b/lib/rs/Cargo.toml index 1ef524e..844355f 100644 --- a/lib/rs/Cargo.toml +++ b/lib/rs/Cargo.toml
@@ -16,7 +16,7 @@ byteorder = "1.3" integer-encoding = "3.0.3" log = {version = "0.4", optional = true} -ordered-float = "2.0" +ordered-float = "3.0" threadpool = {version = "1.7", optional = true} [features]