From 19c5c0af9f03e5b3489a3bd748b8a65f8a9cb881 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Jun 2023 23:58:03 +0000 Subject: [PATCH] build: Bump uuid from 1.3.3 to 1.3.4 Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.3.3 to 1.3.4. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/1.3.3...1.3.4) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-patch ... 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 711774f9b..85f35eeb1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1960,9 +1960,9 @@ checksum = "b15811caf2415fb889178633e7724bad2509101cde276048e013b9def5e51fa0" [[package]] name = "uuid" -version = "1.3.3" +version = "1.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "345444e32442451b267fc254ae85a209c64be56d2890e601a0c37ff0c3c5ecd2" +checksum = "0fa2982af2eec27de306107c027578ff7f423d65f7250e40ce0fea8f45248b81" dependencies = [ "getrandom", ] diff --git a/arch/Cargo.toml b/arch/Cargo.toml index 1d2ce159a..b7208cbce 100644 --- a/arch/Cargo.toml +++ b/arch/Cargo.toml @@ -17,7 +17,7 @@ linux-loader = { version = "0.9.0", features = ["elf", "bzimage", "pe"] } log = "0.4.17" serde = { version = "1.0.163", features = ["rc", "derive"] } thiserror = "1.0.40" -uuid = "1.3.3" +uuid = "1.3.4" versionize = "0.1.10" versionize_derive = "0.1.4" vm-memory = { version = "0.11.0", features = ["backend-mmap", "backend-bitmap"] } diff --git a/vhdx/Cargo.toml b/vhdx/Cargo.toml index 00a8db810..ede8edd10 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.40" -uuid = { version = "1.3.3", features = ["v4"] } +uuid = { version = "1.3.4", features = ["v4"] } diff --git a/vmm/Cargo.toml b/vmm/Cargo.toml index 788379f62..d7fb27108 100644 --- a/vmm/Cargo.toml +++ b/vmm/Cargo.toml @@ -44,7 +44,7 @@ serial_buffer = { path = "../serial_buffer" } signal-hook = "0.3.15" thiserror = "1.0.40" tracer = { path = "../tracer" } -uuid = "1.3.3" +uuid = "1.3.4" versionize = "0.1.10" versionize_derive = "0.1.4" vfio-ioctls = { git = "https://github.com/rust-vmm/vfio", branch = "main", default-features = false }