From eb5a271cd69435200fefdc6c41c63e6d719f19d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Dec 2020 16:52:18 +0000 Subject: [PATCH] Bump arc-swap from 1.0.0 to 1.1.0 Bumps [arc-swap](https://github.com/vorner/arc-swap) from 1.0.0 to 1.1.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.0.0...v1.1.0) Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- storage/diemdb/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ee0de5c7e5c8..18b6eb43833e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -150,9 +150,9 @@ checksum = "db55d72333851e17d572bec876e390cd3b11eb1ef53ae821dd9f3b653d2b4569" [[package]] name = "arc-swap" -version = "1.0.0" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0688b520bcc7498f6ca8fa006e8031d353e3fd4f51bd4a50fb03cc4230b28bd2" +checksum = "ec5a4539a733493f412c4d0bb962748ea1f90f3dfdba9ff3ee18acbefc3b33f0" [[package]] name = "arrayref" diff --git a/storage/diemdb/Cargo.toml b/storage/diemdb/Cargo.toml index 55c9b2e560e1..9da6be6eb3f7 100644 --- a/storage/diemdb/Cargo.toml +++ b/storage/diemdb/Cargo.toml @@ -11,7 +11,7 @@ edition = "2018" [dependencies] anyhow = "1.0.34" -arc-swap = "1.0.0" +arc-swap = "1.1.0" byteorder = "1.3.4" itertools = "0.9.0" once_cell = "1.4.1"