Skip to content

Commit

Permalink
Update speedy requirement from 0.6.0 to 0.7.0
Browse files Browse the repository at this point in the history
Updates the requirements on [speedy](https://github.com/koute/speedy) to permit the latest version.
- [Release notes](https://github.com/koute/speedy/releases)
- [Commits](koute/speedy@0.6.0...0.7.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Oct 5, 2020
1 parent 24a8b1f commit f61185c
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 @@ -15,7 +15,7 @@ bytes = "0.5.4"
tokio-util = { version = "0.3.1", features = ["codec"] }
bit-set = { git = "https://github.com/contain-rs/bit-set", rev ="c27082f" }
bit-vec = "0.6.2"
speedy = "0.6.0"
speedy = "0.7.0"
log = "0.4.8"
num-traits = "0.2"
num-derive = "0.3"

0 comments on commit f61185c

Please sign in to comment.