Bump bytes from 1.0.0 to 1.0.1

Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.0.0 to 1.0.1.
- [Release notes](https://github.com/tokio-rs/bytes/releases)
- [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tokio-rs/bytes/compare/v1.0.0...v1.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2021-02-10 17:07:29 +00:00 committed by GitHub
parent 080f7379ea
commit 1b0c959a8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

@ -492,9 +492,9 @@ checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38"
[[package]] [[package]]
name = "bytes" name = "bytes"
version = "1.0.0" version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad1f8e949d755f9d79112b5bb46938e0ef9d3804a0b16dfab13aafcaa5f0fa72" checksum = "b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040"
[[package]] [[package]]
name = "bytestring" name = "bytestring"
@ -953,7 +953,7 @@ dependencies = [
"actix-rt", "actix-rt",
"actix-web", "actix-web",
"badge", "badge",
"bytes 1.0.0", "bytes 1.0.1",
"config", "config",
"dotenv", "dotenv",
"futures", "futures",

View File

@ -9,7 +9,7 @@ build = "build.rs"
actix-rt = "1.1.1" actix-rt = "1.1.1"
actix-web = "3.3.2" actix-web = "3.3.2"
badge = "0.3.0" badge = "0.3.0"
bytes = "1.0.0" bytes = "1.0.1"
config = { version = "0.10.1", features = ["toml"] } config = { version = "0.10.1", features = ["toml"] }
dotenv = "0.15.0" dotenv = "0.15.0"
futures = "0.3.8" futures = "0.3.8"