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 2021/07/06 21:52:30 UTC

[thrift] branch master updated: Rust: Upgrade dependency integer-encoding to 3.0

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 44e8a43  Rust: Upgrade dependency integer-encoding to 3.0
44e8a43 is described below

commit 44e8a431a3bb45fd46e2959b308ea96b1ee3c702
Author: Lewin Bormann <le...@lewin-bormann.info>
AuthorDate: Tue Jul 6 07:36:01 2021 +0200

    Rust: Upgrade dependency integer-encoding to 3.0
---
 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 505b9a9..7326902 100644
--- a/lib/rs/Cargo.toml
+++ b/lib/rs/Cargo.toml
@@ -14,7 +14,7 @@ keywords = ["thrift"]
 
 [dependencies]
 byteorder = "1.3"
-integer-encoding = ">=1.1.4" # https://issues.apache.org/jira/browse/THRIFT-5131
+integer-encoding = "3.0"
 log = "0.4"
 ordered-float = "1.0"
 threadpool = "1.7"