diff --git a/Cargo.toml b/Cargo.toml index ccc7117..620624c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ license = "MIT" description = "A binary serialization / deserialization strategy that uses Serde for transforming structs into bytes and vice versa!" [dependencies] -byteorder = "1.2.0" +byteorder = "1.3.0" serde = "1.0.63" [dev-dependencies]