THRIFT-4527 bump byteorder version
Client: rs

This closes #1516
diff --git a/lib/rs/Cargo.toml b/lib/rs/Cargo.toml
index 5f8f5e8..f5844b4 100644
--- a/lib/rs/Cargo.toml
+++ b/lib/rs/Cargo.toml
@@ -11,7 +11,7 @@
 keywords = ["thrift"]
 
 [dependencies]
-byteorder = "~1.1.0"
+byteorder = "~1.2.1"
 integer-encoding = "~1.0.4"
 log = "~0.3.8"
 threadpool = "~1.7.1"