From 6bfa02d964b91e9d316e95cbf17f4844817de8a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jul 2023 21:04:04 +0000 Subject: [PATCH] build(deps): bump uuid from 1.3.4 to 1.4.0 Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.3.4 to 1.4.0. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/1.3.4...1.4.0) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/devolutions-gateway-generators/Cargo.toml | 2 +- crates/jet-proto/Cargo.toml | 2 +- devolutions-gateway/Cargo.toml | 2 +- jetsocat/Cargo.toml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 399805c69..69a9545e0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4264,9 +4264,9 @@ dependencies = [ [[package]] name = "uuid" -version = "1.3.4" +version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0fa2982af2eec27de306107c027578ff7f423d65f7250e40ce0fea8f45248b81" +checksum = "d023da39d1fde5a8a3fe1f3e01ca9632ada0a63e9797de55a879d6e2236277be" dependencies = [ "getrandom 0.2.10", "serde", diff --git a/crates/devolutions-gateway-generators/Cargo.toml b/crates/devolutions-gateway-generators/Cargo.toml index 351894392..c8f978d21 100644 --- a/crates/devolutions-gateway-generators/Cargo.toml +++ b/crates/devolutions-gateway-generators/Cargo.toml @@ -8,5 +8,5 @@ publish = false [dependencies] devolutions-gateway = { path = "../../devolutions-gateway" } proptest = "1.2.0" -uuid = "1.3.4" +uuid = "1.4.0" serde = { version = "1.0.164", features = ["derive"] } diff --git a/crates/jet-proto/Cargo.toml b/crates/jet-proto/Cargo.toml index b4a4124af..f708732de 100644 --- a/crates/jet-proto/Cargo.toml +++ b/crates/jet-proto/Cargo.toml @@ -8,7 +8,7 @@ publish = false [dependencies] log = "0.4.19" byteorder = "1.4.3" -uuid = { version = "1.3.4", features = ["v4"] } +uuid = { version = "1.4.0", features = ["v4"] } httparse = "1.8.0" http = "0.2.9" diff --git a/devolutions-gateway/Cargo.toml b/devolutions-gateway/Cargo.toml index b0a6fa7e5..982f1e673 100644 --- a/devolutions-gateway/Cargo.toml +++ b/devolutions-gateway/Cargo.toml @@ -40,7 +40,7 @@ lazy_static = "1.4.0" bytes = "1.4" cfg-if = "1.0.0" url = { version = "2.4.0", features = ["serde"] } -uuid = { version = "1.3.4", features = ["v4", "serde"] } +uuid = { version = "1.4.0", features = ["v4", "serde"] } chrono = { version = "0.4.26", features = ["serde"] } # TODO: switch to `time` parking_lot = "0.12.1" anyhow = "1.0.71" diff --git a/jetsocat/Cargo.toml b/jetsocat/Cargo.toml index 1a01ab43c..181ca6f13 100644 --- a/jetsocat/Cargo.toml +++ b/jetsocat/Cargo.toml @@ -16,7 +16,7 @@ native-tls = ["tokio-tungstenite/native-tls"] # jet protocol support jet-proto = { path = "../crates/jet-proto" } -uuid = "1.3.4" +uuid = "1.4.0" # jmux protocol support jmux-proto = { path = "../crates/jmux-proto" }