From b04243e7135cea0c5b1217cb891395d78aa64924 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 3 May 2021 06:44:43 +0000 Subject: [PATCH] Bump bytes from 0.5.6 to 1.0.1 Bumps [bytes](https://github.com/tokio-rs/bytes) from 0.5.6 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/v0.5.6...v1.0.1) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 10 ++++++++-- src/user/doc_app_client/Cargo.toml | 2 +- src/user/wallet_app_client/Cargo.toml | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5c3e49f..e335370 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -871,6 +871,12 @@ version = "0.5.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38" +[[package]] +name = "bytes" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040" + [[package]] name = "bytestring" version = "0.1.4" @@ -1477,7 +1483,7 @@ dependencies = [ "actix-web", "awc", "bincode", - "bytes 0.5.6", + "bytes 1.0.1", "clap", "exonum-crypto", "exonum-derive", @@ -5254,7 +5260,7 @@ dependencies = [ "actix-web", "awc", "bincode", - "bytes 0.5.6", + "bytes 1.0.1", "clap", "exonum-crypto", "exonum-derive", diff --git a/src/user/doc_app_client/Cargo.toml b/src/user/doc_app_client/Cargo.toml index d80e3c2..28c579a 100644 --- a/src/user/doc_app_client/Cargo.toml +++ b/src/user/doc_app_client/Cargo.toml @@ -16,7 +16,7 @@ exonum-crypto = "^1.0.0-rc.3" exonum-derive = "^1.0.0-rc.3" clap = "2.33.1" -bytes = "0.5.6" +bytes = "1.0.1" actix-web = "2.0.0" actix-rt = "1.1.1" awc = "1.0.1" diff --git a/src/user/wallet_app_client/Cargo.toml b/src/user/wallet_app_client/Cargo.toml index 8a157ee..a6a4167 100644 --- a/src/user/wallet_app_client/Cargo.toml +++ b/src/user/wallet_app_client/Cargo.toml @@ -16,7 +16,7 @@ exonum-crypto = "^1.0.0-rc.3" exonum-derive = "^1.0.0-rc.3" clap = "2.33.1" -bytes = "0.5.6" +bytes = "1.0.1" actix-web = "2.0.0" actix-rt = "1.1.1" awc = "1.0.1"