Skip to content

Commit a02809b

Browse files
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] <support@dependabot.com>
1 parent db35f31 commit a02809b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

mla-fuzz-afl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ edition = "2018"
88

99
[dependencies]
1010
afl = "0"
11-
bincode = "~1.2"
11+
bincode = "~1.3"
1212
serde = { version = "1", features = ["derive"] }
1313
ed25519_parser = { path = "../ed25519_parser" }
1414
mla = { path = "../mla" }

mla/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ aes-ctr = "0"
1919
bitflags = "1.2"
2020
byteorder = "1.3"
2121
serde = { version = "1", features = ["derive"] }
22-
bincode = "~1.2"
22+
bincode = "~1.3"
2323
# Crypto needs
2424
# Version fixed due to avoid conflict dependencies with `aes`, `aes-ctr` and `ghash`
2525
generic-array = "0.14"

0 commit comments

Comments
 (0)