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] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-05-24 07:51:56 +00:00
parent aba2513322
commit b461200211

11
fuzz/Cargo.lock generated
View File

@ -36,9 +36,9 @@ checksum = "237430fd6ed3740afe94eefcc278ae21e050285be882804e0d6e8695f0c94691"
[[package]] [[package]]
name = "arc-swap" name = "arc-swap"
version = "1.2.0" version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4d7d63395147b81a9e570bcc6243aaf71c017bd666d4909cfef0085bdda8d73" checksum = "e906254e445520903e7fc9da4f709886c84ae4bc4ddaf0e093188d66df4dc820"
[[package]] [[package]]
name = "arch" name = "arch"
@ -94,9 +94,6 @@ dependencies = [
"libc", "libc",
"log", "log",
"qcow", "qcow",
"serde",
"serde_derive",
"serde_json",
"thiserror", "thiserror",
"versionize", "versionize",
"versionize_derive", "versionize_derive",
@ -364,6 +361,8 @@ dependencies = [
"net_gen", "net_gen",
"rate_limiter", "rate_limiter",
"serde", "serde",
"versionize",
"versionize_derive",
"virtio-bindings", "virtio-bindings",
"vm-memory", "vm-memory",
"vm-virtio", "vm-virtio",
@ -781,6 +780,8 @@ dependencies = [
"serde_json", "serde_json",
"signal-hook", "signal-hook",
"thiserror", "thiserror",
"versionize",
"versionize_derive",
"vfio-ioctls", "vfio-ioctls",
"virtio-devices", "virtio-devices",
"vm-allocator", "vm-allocator",