summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEran Rundstein <eran@rundste.in>2022-10-08 03:49:31 -0700
committerGitHub <noreply@github.com>2022-10-08 18:49:31 +0800
commit529f77808be6659268bb9c7a7f1dd782d860819b (patch)
treeac27fc99569fae9be471f7309d47cf2ba021cfcc
parenta9da9eb05993a235df999226303bc594e4778805 (diff)
downloadthrift-529f77808be6659268bb9c7a7f1dd782d860819b.tar.gz
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
-rw-r--r--lib/rs/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rs/Cargo.toml b/lib/rs/Cargo.toml
index 1ef524e2a..844355fb6 100644
--- a/lib/rs/Cargo.toml
+++ b/lib/rs/Cargo.toml
@@ -16,7 +16,7 @@ keywords = ["thrift"]
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]