From f5084f7c65d721e216d1c30780d7e2949de34ef3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 23:59:49 +0000 Subject: [PATCH] build: Bump uuid from 1.2.2 to 1.3.0 Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.2.2 to 1.3.0. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/1.2.2...1.3.0) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- arch/Cargo.toml | 2 +- vhdx/Cargo.toml | 2 +- vmm/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e32d348ce..6638f01fa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1317,9 +1317,9 @@ checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc" [[package]] name = "uuid" -version = "1.2.2" +version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "422ee0de9031b5b948b97a8fc04e3aa35230001a722ddd27943e0be31564ce4c" +checksum = "1674845326ee10d37ca60470760d4288a6f80f304007d92e5c53bab78c9cfd79" dependencies = [ "getrandom", ] diff --git a/arch/Cargo.toml b/arch/Cargo.toml index 449ae2524..1747d1080 100644 --- a/arch/Cargo.toml +++ b/arch/Cargo.toml @@ -17,7 +17,7 @@ linux-loader = { version = "0.8.1", features = ["elf", "bzimage", "pe"] } log = "0.4.17" serde = { version = "1.0.151", features = ["rc", "derive"] } thiserror = "1.0.38" -uuid = "1.2.2" +uuid = "1.3.0" versionize = "0.1.9" versionize_derive = "0.1.4" vm-memory = { version = "0.10.0", features = ["backend-mmap", "backend-bitmap"] } diff --git a/vhdx/Cargo.toml b/vhdx/Cargo.toml index b6e1fd50b..d5fb10ebf 100644 --- a/vhdx/Cargo.toml +++ b/vhdx/Cargo.toml @@ -12,4 +12,4 @@ libc = "0.2.139" log = "0.4.17" remain = "0.2.6" thiserror = "1.0.38" -uuid = { version = "1.2.2", features = ["v4"] } +uuid = { version = "1.3.0", features = ["v4"] } diff --git a/vmm/Cargo.toml b/vmm/Cargo.toml index 5f08753d7..07739a6e7 100644 --- a/vmm/Cargo.toml +++ b/vmm/Cargo.toml @@ -41,7 +41,7 @@ serial_buffer = { path = "../serial_buffer" } signal-hook = "0.3.14" thiserror = "1.0.38" tracer = { path = "../tracer" } -uuid = "1.2.2" +uuid = "1.3.0" versionize = "0.1.9" versionize_derive = "0.1.4" vfio-ioctls = { git = "https://github.com/rust-vmm/vfio", branch = "main", default-features = false }