From aaf7994dcf71664d72135577d9fa02bc86e8fc91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 May 2022 03:39:03 +0000 Subject: [PATCH] Bump bytes from 0.5.6 to 1.1.0 Bumps [bytes](https://github.com/tokio-rs/bytes) from 0.5.6 to 1.1.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.5.6...v1.1.0) --- updated-dependencies: - dependency-name: bytes dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 406236f..2e0f62c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -393,7 +393,7 @@ dependencies = [ "actix-session", "actix-web", "bcrypt", - "bytes 0.5.6", + "bytes 1.1.0", "chrono", "diesel", "dotenv", diff --git a/Cargo.toml b/Cargo.toml index 5bcfce9..ab88c06 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -62,7 +62,7 @@ proc-macro2 = "1.0" [dev-dependencies] actix-service = "1.0" -bytes = "0.5" +bytes = "1.1" serde_json = "1.0" rand = "0.7"