summaryrefslogtreecommitdiff
path: root/lib/rs
diff options
context:
space:
mode:
authorLewin Bormann <lewin@lewin-bormann.info>2021-07-06 07:36:01 +0200
committerJens Geyer <Jens-G@users.noreply.github.com>2021-07-06 23:52:19 +0200
commit44e8a431a3bb45fd46e2959b308ea96b1ee3c702 (patch)
treec6ec131f17fb6cdda6b7e0b1d1a11f7cbf43149c /lib/rs
parent4434ee92d5141578cecac95ee53e3563101b9ecd (diff)
downloadthrift-44e8a431a3bb45fd46e2959b308ea96b1ee3c702.tar.gz
Rust: Upgrade dependency integer-encoding to 3.0
Diffstat (limited to 'lib/rs')
-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 505b9a966..73269026e 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"