Skip to content

Commit

Permalink
Update bincode requirement from =1.0.1 to =1.1.4
Browse files Browse the repository at this point in the history
Updates the requirements on [bincode](https://github.com/TyOverby/bincode) to permit the latest version.
- [Release notes](https://github.com/TyOverby/bincode/releases)
- [Commits](bincode-org/bincode@v1.0.1...v1.1.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Sep 10, 2019
1 parent 6910ff5 commit 9c48a6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ serde_closure = "0.1"
serde_traitobject = "0.1.6"

# pin; broken for some reason
bincode = "=1.0.1"
bincode = "=1.1.4"

[dev-dependencies]
either = { version = "1.5", features = ["serde"] }
Expand Down

0 comments on commit 9c48a6f

Please sign in to comment.