You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by je...@apache.org on 2022/03/10 22:14:33 UTC

[thrift] branch master updated: lib/rs/Cargo.toml: Update ordered-float

This is an automated email from the ASF dual-hosted git repository.

jensg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git


The following commit(s) were added to refs/heads/master by this push:
     new 20e2ceb  lib/rs/Cargo.toml:  Update ordered-float
20e2ceb is described below

commit 20e2ceb8233217a61a77e37cccaf2cc119fb0c48
Author: Mike Cronce <mi...@quadra-tec.net>
AuthorDate: Wed Mar 9 12:41:49 2022 -0500

    lib/rs/Cargo.toml:  Update ordered-float
---
 lib/rs/Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/rs/Cargo.toml b/lib/rs/Cargo.toml
index 4aedaec..0b19740 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]