From 5679f67de0aa19c97b0da88e48f06f877f79af19 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 23 Dec 2020 20:32:36 +0000 Subject: [PATCH] Bump bytes from 0.6.0 to 1.0.0 Bumps [bytes](https://github.com/tokio-rs/bytes) from 0.6.0 to 1.0.0. - [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/v0.6.0...v1.0.0) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0af0074..45ed866 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -492,9 +492,9 @@ checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38" [[package]] name = "bytes" -version = "0.6.0" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0dcbc35f504eb6fc275a6d20e4ebcda18cf50d40ba6fabff8c711fa16cb3b16" +checksum = "ad1f8e949d755f9d79112b5bb46938e0ef9d3804a0b16dfab13aafcaa5f0fa72" [[package]] name = "bytestring" @@ -952,7 +952,7 @@ dependencies = [ "actix-rt", "actix-web", "badge", - "bytes 0.6.0", + "bytes 1.0.0", "config", "dotenv", "futures", diff --git a/Cargo.toml b/Cargo.toml index 1455cdc..0a47fa6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ build = "build.rs" actix-rt = "1.1.1" actix-web = "3.3.2" badge = "0.3.0" -bytes = "0.6.0" +bytes = "1.0.0" config = { version = "0.10.1", features = ["toml"] } dotenv = "0.15.0" futures = "0.3.8"