Merge pull request #127 from metrics-rs/dependabot/cargo/arc-swap-1.0

Update arc-swap requirement from 0.4 to 1.0
This commit is contained in:
Toby Lawrence 2020-11-16 15:36:34 -05:00 committed by GitHub
commit ec1faac74c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,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 }