summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Cronce <mike@quadra-tec.net>2022-03-09 12:41:49 -0500
committerJens Geyer <Jens-G@users.noreply.github.com>2022-03-10 23:14:22 +0100
commit20e2ceb8233217a61a77e37cccaf2cc119fb0c48 (patch)
tree870174cd0b0e51fbd45de5166f64fa4f4a3a3017
parentaa27cdadd00481d1c08dc4fb73e3aaf14d95c07b (diff)
downloadthrift-20e2ceb8233217a61a77e37cccaf2cc119fb0c48.tar.gz
lib/rs/Cargo.toml: Update ordered-float
-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 4aedaec2f..0b1974081 100644
--- a/lib/rs/Cargo.toml
+++ b/lib/rs/Cargo.toml
@@ -16,7 +16,7 @@ keywords = ["thrift"]
byteorder = "1.3"
integer-encoding = "3.0"
log = {version = "0.4", optional = true}
-ordered-float = "1.0"
+ordered-float = "2.0"
threadpool = {version = "1.7", optional = true}
[features]