build: bump arc-swap from 1.3.1 to 1.3.2

Bumps [arc-swap](https://github.com/vorner/arc-swap) from 1.3.1 to 1.3.2.
- [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.1...v1.3.2)

---
updated-dependencies:
- dependency-name: arc-swap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-08-27 23:07:58 +00:00
parent 0bd0a65b3a
commit 8fae21c10c
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@ -57,9 +57,9 @@ dependencies = [
[[package]]
name = "arc-swap"
version = "1.3.1"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34a23efe54373080cf871532e2d01076be41c4c896d32ef63af1b2dded924b03"
checksum = "b5ab7d9e73059c86c36473f459b52adbd99c3554a4fec492caef460806006f00"
[[package]]
name = "arch"

View File

@ -11,7 +11,7 @@ mshv = []
[dependencies]
anyhow = "1.0.43"
arc-swap = "1.3.1"
arc-swap = "1.3.2"
block_util = { path = "../block_util" }
byteorder = "1.4.3"
epoll = "4.3.1"

View File

@ -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.1"
arc-swap = "1.3.2"
arch = { path = "../arch" }
bitflags = "1.3.2"
block_util = { path = "../block_util" }