From 526236dd3db9c69727270a9526d3e9d82f852cba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 21:08:02 +0000 Subject: [PATCH] build(deps): bump uuid from 1.7.0 to 1.8.0 Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.7.0 to 1.8.0. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/1.7.0...1.8.0) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- usbsas-analyzer-server/Cargo.toml | 2 +- usbsas-server/Cargo.toml | 2 +- usbsas-usbsas/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 45b2394..315722a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4533,9 +4533,9 @@ checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" [[package]] name = "uuid" -version = "1.7.0" +version = "1.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f00cc9702ca12d3c81455259621e676d0f7251cec66a21e98fe2e9a37db93b2a" +checksum = "a183cf7feeba97b4dd1c0d46788634f6221d87fa961b305bed08c851829efcc0" dependencies = [ "getrandom 0.2.12", ] diff --git a/usbsas-analyzer-server/Cargo.toml b/usbsas-analyzer-server/Cargo.toml index 28e770c..be00909 100644 --- a/usbsas-analyzer-server/Cargo.toml +++ b/usbsas-analyzer-server/Cargo.toml @@ -16,7 +16,7 @@ serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" tar = "0.4" tempfile = "3.10" -uuid = { version = "1.7", features = ["v4"] } +uuid = { version = "1.8", features = ["v4"] } [features] integration-tests = [] diff --git a/usbsas-server/Cargo.toml b/usbsas-server/Cargo.toml index 03b1383..57c2add 100644 --- a/usbsas-server/Cargo.toml +++ b/usbsas-server/Cargo.toml @@ -29,7 +29,7 @@ usbsas-config = { path = "../usbsas-config" } usbsas-process = { path = "../usbsas-process" } usbsas-proto = { path = "../usbsas-proto" } usbsas-utils = { path = "../usbsas-utils" } -uuid = { version = "1.7", features = ["v4"] } +uuid = { version = "1.8", features = ["v4"] } [dev-dependencies] assert_cmd = "2.0" diff --git a/usbsas-usbsas/Cargo.toml b/usbsas-usbsas/Cargo.toml index 4a618b9..d9d5715 100644 --- a/usbsas-usbsas/Cargo.toml +++ b/usbsas-usbsas/Cargo.toml @@ -17,7 +17,7 @@ usbsas-process = { path = "../usbsas-process" } usbsas-proto = { path = "../usbsas-proto" } usbsas-sandbox = { path = "../usbsas-sandbox" } usbsas-utils = { path = "../usbsas-utils" } -uuid = { version = "1.7", features = ["v4"] } +uuid = { version = "1.8", features = ["v4"] } [features] integration-tests = []