From 2afaed911136893b9d129c9c287802274d16a2e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jun 2022 23:10:06 +0000 Subject: [PATCH] build: bump uuid from 1.1.1 to 1.1.2 in /fuzz Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.1.1 to 1.1.2. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/1.1.1...1.1.2) --- updated-dependencies: - dependency-name: uuid dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- fuzz/Cargo.lock | 52 +++---------------------------------------------- 1 file changed, 3 insertions(+), 49 deletions(-) diff --git a/fuzz/Cargo.lock b/fuzz/Cargo.lock index 254f850a7..a70dd9fcd 100644 --- a/fuzz/Cargo.lock +++ b/fuzz/Cargo.lock @@ -216,6 +216,7 @@ dependencies = [ "bitflags", "byteorder", "epoll", + "hypervisor", "libc", "log", "versionize", @@ -251,30 +252,6 @@ version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b643857cf70949306b81d7e92cb9d47add673868edac9863c4a49c42feaf3f1e" -[[package]] -name = "gdbstub" -version = "0.6.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9fa2ca5d6b045de372cef3991f873389b421b4cabcfbe52f7787fae8b8b37906" -dependencies = [ - "bitflags", - "cfg-if", - "log", - "managed", - "num-traits", - "paste", -] - -[[package]] -name = "gdbstub_arch" -version = "0.2.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "51dc4b5718ac76d21e8605c0966dd32d80273b89b11e6cfef467b04e45934d37" -dependencies = [ - "gdbstub", - "num-traits", -] - [[package]] name = "getrandom" version = "0.2.6" @@ -416,12 +393,6 @@ dependencies = [ "cfg-if", ] -[[package]] -name = "managed" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ca88d725a0a943b096803bd34e73a4437208b6077654cc4ecb2947a5f91618d" - [[package]] name = "micro_http" version = "0.1.0" @@ -458,15 +429,6 @@ dependencies = [ "vmm-sys-util", ] -[[package]] -name = "num-traits" -version = "0.2.15" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd" -dependencies = [ - "autocfg", -] - [[package]] name = "once_cell" version = "1.12.0" @@ -483,12 +445,6 @@ version = "6.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "21326818e99cfe6ce1e524c2a805c189a99b5ae555a35d19f9a284b427d86afa" -[[package]] -name = "paste" -version = "1.0.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c520e05135d6e763148b6426a837e239041653ba7becd2e538c076c738025fc" - [[package]] name = "pci" version = "0.1.0" @@ -720,9 +676,9 @@ checksum = "d22af068fba1eb5edcb4aea19d382b2a3deb4c8f9d475c589b6ada9e0fd493ee" [[package]] name = "uuid" -version = "1.1.1" +version = "1.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6d5d669b51467dcf7b2f1a796ce0f955f05f01cafda6c19d6e95f730df29238" +checksum = "dd6469f4314d5f1ffec476e05f17cc9a78bc7a27a6a857842170bdf8d6f98d2f" dependencies = [ "getrandom", ] @@ -948,8 +904,6 @@ dependencies = [ "devices", "epoll", "event_monitor", - "gdbstub", - "gdbstub_arch", "hypervisor", "lazy_static", "libc",