From 1cdae103b90c5e54c643c60cb35d4df08f021da4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Nov 2020 07:18:14 +0000 Subject: [PATCH] Update arc-swap requirement from 0.4 to 1.0 Updates the requirements on [arc-swap](https://github.com/vorner/arc-swap) to permit the latest version. - [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/v0.4.0...v1.0.0) Signed-off-by: dependabot[bot] --- metrics-util/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metrics-util/Cargo.toml b/metrics-util/Cargo.toml index 15f774d..c26c6af 100644 --- a/metrics-util/Cargo.toml +++ b/metrics-util/Cargo.toml @@ -30,7 +30,7 @@ harness = false metrics = { version = "0.13.0-alpha.1", path = "../metrics", features = ["std"] } crossbeam-epoch = { version = "0.9", optional = true } crossbeam-utils = { version = "0.8", default-features = false } -arc-swap = { version = "0.4", optional = true } +arc-swap = { version = "1.0", optional = true } atomic-shim = { version = "0.1", optional = true } aho-corasick = { version = "0.7", optional = true } dashmap = { version = "3", optional = true }