From f691955c02fe9b38d188280f372cbb6a9b5df27a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2020 11:31:44 +0000 Subject: [PATCH] Update bincode requirement from ~1.2 to ~1.3 Updates the requirements on [bincode](https://github.com/servo/bincode) to permit the latest version. - [Release notes](https://github.com/servo/bincode/releases) - [Commits](https://github.com/servo/bincode/commits) Signed-off-by: dependabot-preview[bot] --- mla-fuzz-afl/Cargo.toml | 2 +- mla/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mla-fuzz-afl/Cargo.toml b/mla-fuzz-afl/Cargo.toml index c48772ca..3b9dd161 100644 --- a/mla-fuzz-afl/Cargo.toml +++ b/mla-fuzz-afl/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" [dependencies] afl = "0" -bincode = "~1.2" +bincode = "~1.3" serde = { version = "1", features = ["derive"] } curve25519-parser = { path = "../curve25519-parser" } mla = { path = "../mla" } diff --git a/mla/Cargo.toml b/mla/Cargo.toml index b714f8bb..4b8ca774 100644 --- a/mla/Cargo.toml +++ b/mla/Cargo.toml @@ -19,7 +19,7 @@ aes-ctr = "0" bitflags = "1.2" byteorder = "1.3" serde = { version = "1", features = ["derive"] } -bincode = "~1.2" +bincode = "~1.3" # Crypto needs # Version fixed due to avoid conflict dependencies with `aes`, `aes-ctr` and `ghash` generic-array = "0.14"