From 722523f925874c2e319af9bc75b3f94262b70cbd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Aug 2021 23:07:14 +0000 Subject: [PATCH] build: bump arc-swap from 1.3.0 to 1.3.1 Bumps [arc-swap](https://github.com/vorner/arc-swap) from 1.3.0 to 1.3.1. - [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.3.0...v1.3.1) --- updated-dependencies: - dependency-name: arc-swap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- virtio-devices/Cargo.toml | 2 +- vmm/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index faeeff73a..e444eb6b9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -57,9 +57,9 @@ dependencies = [ [[package]] name = "arc-swap" -version = "1.3.0" +version = "1.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e906254e445520903e7fc9da4f709886c84ae4bc4ddaf0e093188d66df4dc820" +checksum = "34a23efe54373080cf871532e2d01076be41c4c896d32ef63af1b2dded924b03" [[package]] name = "arch" diff --git a/virtio-devices/Cargo.toml b/virtio-devices/Cargo.toml index b7dd4e137..801346baa 100644 --- a/virtio-devices/Cargo.toml +++ b/virtio-devices/Cargo.toml @@ -11,7 +11,7 @@ mshv = [] [dependencies] anyhow = "1.0.43" -arc-swap = "1.3.0" +arc-swap = "1.3.1" block_util = { path = "../block_util" } byteorder = "1.4.3" epoll = "4.3.1" diff --git a/vmm/Cargo.toml b/vmm/Cargo.toml index f8b0994cf..c9093c527 100644 --- a/vmm/Cargo.toml +++ b/vmm/Cargo.toml @@ -17,7 +17,7 @@ tdx = ["arch/tdx", "hypervisor/tdx"] [dependencies] acpi_tables = { path = "../acpi_tables", optional = true } anyhow = "1.0.43" -arc-swap = "1.3.0" +arc-swap = "1.3.1" arch = { path = "../arch" } bitflags = "1.3.2" block_util = { path = "../block_util" }