From 755eb80c49639c89113f5240ef55c17c9818348a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Aug 2022 07:14:59 +0000 Subject: [PATCH] build: bump arc-swap from 1.5.0 to 1.5.1 Bumps [arc-swap](https://github.com/vorner/arc-swap) from 1.5.0 to 1.5.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.5.0...v1.5.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 8eebf7e7b..095745fe0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -33,9 +33,9 @@ dependencies = [ [[package]] name = "arc-swap" -version = "1.5.0" +version = "1.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c5d78ce20460b82d3fa150275ed9d55e21064fc7951177baacf86a145c4a4b1f" +checksum = "983cd8b9d4b02a6dc6ffa557262eb5858a27a0038ffffe21a0f133eaa819a164" [[package]] name = "arch" diff --git a/virtio-devices/Cargo.toml b/virtio-devices/Cargo.toml index 722946c11..2a9c6009e 100644 --- a/virtio-devices/Cargo.toml +++ b/virtio-devices/Cargo.toml @@ -10,7 +10,7 @@ mshv = [] [dependencies] anyhow = "1.0.58" -arc-swap = "1.5.0" +arc-swap = "1.5.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 2663ca9fb..1932b6be8 100644 --- a/vmm/Cargo.toml +++ b/vmm/Cargo.toml @@ -18,7 +18,7 @@ tdx = ["arch/tdx", "hypervisor/tdx"] [dependencies] acpi_tables = { path = "../acpi_tables" } anyhow = "1.0.58" -arc-swap = "1.5.0" +arc-swap = "1.5.1" arch = { path = "../arch" } bitflags = "1.3.2" block_util = { path = "../block_util" }