From ef1fc391386c7ca039654de31a5bc25da111eb38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jan 2022 13:16:45 +0100 Subject: [PATCH] Bump bytes from 1.0.1 to 1.1.0 (#3769) Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.0.1 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/v1.0.1...v1.1.0) --- updated-dependencies: - dependency-name: bytes dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- jcli/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c4abbdb7b4..b71ae0a816 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -417,9 +417,9 @@ checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" [[package]] name = "bytes" -version = "1.0.1" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040" +checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8" dependencies = [ "serde", ] diff --git a/jcli/Cargo.toml b/jcli/Cargo.toml index c172439cca..9d4e1dd4f4 100644 --- a/jcli/Cargo.toml +++ b/jcli/Cargo.toml @@ -34,7 +34,7 @@ jormungandr-lib = { path = "../jormungandr-lib" } gtmpl = "0.6.0" ed25519-bip32 = "0.4" thiserror = "1.0" -bytes = "1.0" +bytes = "1.1" rpassword = "5.0" [dependencies.clap]