summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiayu Liu <Jimexist@users.noreply.github.com>2022-07-01 23:34:36 +0800
committerGitHub <noreply@github.com>2022-07-01 11:34:36 -0400
commit2055636709de678b2c18bc1bd3804431daadf3f0 (patch)
treef681f5100920b72ccdcc205e1c98acf9df986378
parent54765854873e19b8ba50a0ec8080dd92d8323851 (diff)
downloadthrift-2055636709de678b2c18bc1bd3804431daadf3f0.tar.gz
Pin integer-encoding to 3.0.3 (#2627)
-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 0b1974081..292f1bbb2 100644
--- a/lib/rs/Cargo.toml
+++ b/lib/rs/Cargo.toml
@@ -14,7 +14,7 @@ keywords = ["thrift"]
[dependencies]
byteorder = "1.3"
-integer-encoding = "3.0"
+integer-encoding = "3.0.3"
log = {version = "0.4", optional = true}
ordered-float = "2.0"
threadpool = {version = "1.7", optional = true}