Merge pull request #157 from vbrandl/dependabot/cargo/bytes-0.5.6

Bump bytes from 0.5.4 to 0.5.6
This commit is contained in:
Valentin Brandl 2020-07-16 21:15:04 +02:00 committed by GitHub
commit 8dc07554f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -455,9 +455,9 @@ checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
[[package]]
name = "bytes"
version = "0.5.4"
version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "130aac562c0dd69c56b3b1cc8ffd2e17be31d0b6c25b61c96b76231aa23e39e1"
checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38"
[[package]]
name = "bytestring"

View File

@ -8,7 +8,7 @@ build = "build.rs"
[dependencies]
actix-web = "2.0.0"
badge = "0.2.0"
bytes = "0.5.4"
bytes = "0.5.6"
futures = "0.3.5"
git2 = "0.13.5"
lazy_static = "1.4.0"