From b4612002110af62e8044a370c3ca5adac017e0b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 May 2021 07:51:56 +0000 Subject: [PATCH] build: Bump arc-swap from 1.2.0 to 1.3.0 in /fuzz Bumps [arc-swap](https://github.com/vorner/arc-swap) from 1.2.0 to 1.3.0. - [Release notes](https://github.com/vorner/arc-swap/releases) - [Changelog](https://github.com/vorner/arc-swap/blob/master/CHANGELOG.md) - [Commits](https://github.com/vorner/arc-swap/compare/v1.2.0...v1.3.0) Signed-off-by: dependabot[bot] --- fuzz/Cargo.lock | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/fuzz/Cargo.lock b/fuzz/Cargo.lock index cdec8f6fd..d01cd96fd 100644 --- a/fuzz/Cargo.lock +++ b/fuzz/Cargo.lock @@ -36,9 +36,9 @@ checksum = "237430fd6ed3740afe94eefcc278ae21e050285be882804e0d6e8695f0c94691" [[package]] name = "arc-swap" -version = "1.2.0" +version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d4d7d63395147b81a9e570bcc6243aaf71c017bd666d4909cfef0085bdda8d73" +checksum = "e906254e445520903e7fc9da4f709886c84ae4bc4ddaf0e093188d66df4dc820" [[package]] name = "arch" @@ -94,9 +94,6 @@ dependencies = [ "libc", "log", "qcow", - "serde", - "serde_derive", - "serde_json", "thiserror", "versionize", "versionize_derive", @@ -364,6 +361,8 @@ dependencies = [ "net_gen", "rate_limiter", "serde", + "versionize", + "versionize_derive", "virtio-bindings", "vm-memory", "vm-virtio", @@ -781,6 +780,8 @@ dependencies = [ "serde_json", "signal-hook", "thiserror", + "versionize", + "versionize_derive", "vfio-ioctls", "virtio-devices", "vm-allocator",