From d4afcd6a3a2f7435b851ee911f3249b2776c8cfa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 22:36:23 +0000 Subject: [PATCH] build(deps): bump bytes from 1.4.0 to 1.5.0 (#537) Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.4.0 to 1.5.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.4.0...v1.5.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 ++-- crates/jet-proto/Cargo.toml | 2 +- crates/jmux-proto/Cargo.toml | 2 +- crates/jmux-proxy/Cargo.toml | 2 +- crates/proxy-http/Cargo.toml | 2 +- devolutions-gateway/Cargo.toml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b66490962..0220905c1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -446,9 +446,9 @@ dependencies = [ [[package]] name = "bytes" -version = "1.4.0" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be" +checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223" [[package]] name = "camino" diff --git a/crates/jet-proto/Cargo.toml b/crates/jet-proto/Cargo.toml index 95384054b..0b1733047 100644 --- a/crates/jet-proto/Cargo.toml +++ b/crates/jet-proto/Cargo.toml @@ -14,7 +14,7 @@ http = "0.2" [dev-dependencies] lazy_static = "1.4" -bytes = "1.4" +bytes = "1.5" sspi = "0.10" ureq = { version = "2.7", features = ["json"] } url = "2.4" diff --git a/crates/jmux-proto/Cargo.toml b/crates/jmux-proto/Cargo.toml index fdae111ed..d6cb06f58 100644 --- a/crates/jmux-proto/Cargo.toml +++ b/crates/jmux-proto/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" publish = false [dependencies] -bytes = "1.4" +bytes = "1.5" smol_str = "0.2" [dev-dependencies] diff --git a/crates/jmux-proxy/Cargo.toml b/crates/jmux-proxy/Cargo.toml index 88cd642f8..e092637ec 100644 --- a/crates/jmux-proxy/Cargo.toml +++ b/crates/jmux-proxy/Cargo.toml @@ -23,5 +23,5 @@ anyhow = "1.0" tracing = "0.1" # codec implementation -bytes = "1.4" +bytes = "1.5" bitvec = "1.0" diff --git a/crates/proxy-http/Cargo.toml b/crates/proxy-http/Cargo.toml index b344589d3..364ecef3c 100644 --- a/crates/proxy-http/Cargo.toml +++ b/crates/proxy-http/Cargo.toml @@ -10,7 +10,7 @@ publish = false proxy-types = { path = "../proxy-types" } tokio = { version = "1.32", features = ["io-util"] } pin-project-lite = "0.2" -bytes = "1.4" +bytes = "1.5" [dev-dependencies] proptest = "1.2" diff --git a/devolutions-gateway/Cargo.toml b/devolutions-gateway/Cargo.toml index 350f3f146..6786fcbfe 100644 --- a/devolutions-gateway/Cargo.toml +++ b/devolutions-gateway/Cargo.toml @@ -37,7 +37,7 @@ smol_str = { version = "0.2", features = ["serde"] } nonempty = "0.8" tap = "1.0" lazy_static = "1.4" -bytes = "1.4" +bytes = "1.5" cfg-if = "1.0" url = { version = "2.4", features = ["serde"] } uuid = { version = "1.4", features = ["v4", "serde"] }