Merge pull request #467 from vbrandl/dependabot/cargo/bytes-1.2.1

chore(deps): Bump bytes from 1.1.0 to 1.2.1
This commit is contained in:
Valentin Brandl 2022-07-30 17:16:13 +02:00 committed by GitHub
commit e79e1e2634
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

@ -418,9 +418,9 @@ checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
[[package]]
name = "bytes"
version = "1.1.0"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
checksum = "ec8a7b6a70fde80372154c65702f00a0f56f3e1c36abbc6c440484be248856db"
[[package]]
name = "bytestring"

View File

@ -16,7 +16,7 @@ name = "hoc"
actix-rt = "2.7.0"
actix-web = "4.1.0"
badge = "0.3.0"
bytes = "1.1.0"
bytes = "1.2.1"
config = { version = "0.13.1", features = ["toml"] }
dotenv = "0.15.0"
futures = "0.3.21"