Update bytes version to 0.5.6 (#21)

This commit is contained in:
Juan Aguilar 2020-07-17 00:49:45 +00:00 committed by GitHub
parent 977fe60fdc
commit 2feda6a5ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@ path = "src/lib.rs"
[dependencies]
bitflags = "1.2.1"
bytes = "0.5.4"
bytes = "0.5.6"
futures-core = "0.3.4"
futures-sink = "0.3.4"
tokio = { version = "0.2.6", default-features=false }