Skip to content

Commit

Permalink
Update bytes requirement from ~0.5 to ~0.6
Browse files Browse the repository at this point in the history
Updates the requirements on [bytes](https://github.com/tokio-rs/bytes) to permit the latest version.
- [Release notes](https://github.com/tokio-rs/bytes/releases)
- [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md)
- [Commits](tokio-rs/bytes@v0.5.0...v0.6.0)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Oct 29, 2020
1 parent 69b5c7c commit 6321452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -15,7 +15,7 @@ edition = "2018"
async-trait = "0.1.21"
base64 = "~0.13.0"
base64-serde = "~0.6.1"
bytes = "~0.5"
bytes = "~0.6"
serde = { version = "~1.0", features = ["derive"] }
serde_json = "~1.0"
# default features force a dependency on openssl-sys, which we want to avoid for embedded applications
Expand Down

0 comments on commit 6321452

Please sign in to comment.