upgrade arc-swap

This commit is contained in:
Bryan Stitt 2023-01-02 10:43:49 -08:00
parent 9b6b0ab7d2
commit f701295439
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -107,9 +107,9 @@ dependencies = [
[[package]]
name = "arc-swap"
version = "1.5.1"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "983cd8b9d4b02a6dc6ffa557262eb5858a27a0038ffffe21a0f133eaa819a164"
checksum = "bddcadddf5e9015d310179a59bb28c4d4b9920ad0f11e8e14dbadf654890c9a6"
[[package]]
name = "argh"

View File

@ -20,7 +20,7 @@ redis-rate-limiter = { path = "../redis-rate-limiter" }
thread-fast-rng = { path = "../thread-fast-rng" }
anyhow = { version = "1.0.68", features = ["backtrace"] }
arc-swap = "1.5.1"
arc-swap = "1.6.0"
argh = "0.1.9"
axum = { version = "0.6.1", features = ["headers", "ws"] }
axum-client-ip = "0.3.0"