From 9edc6340e7569dba3084e6f9eb6accbc42debdeb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 04:58:52 +0000 Subject: [PATCH] chore(deps): bump arc-swap from 1.7.1 to 1.8.0 Bumps [arc-swap](https://github.com/vorner/arc-swap) from 1.7.1 to 1.8.0. - [Changelog](https://github.com/vorner/arc-swap/blob/master/CHANGELOG.md) - [Commits](https://github.com/vorner/arc-swap/compare/v1.7.1...v1.8.0) --- updated-dependencies: - dependency-name: arc-swap dependency-version: 1.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 7 +++++-- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a36bdaa..de87f73 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -345,9 +345,12 @@ checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61" [[package]] name = "arc-swap" -version = "1.7.1" +version = "1.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457" +checksum = "51d03449bb8ca2cc2ef70869af31463d1ae5ccc8fa3e334b307203fbf815207e" +dependencies = [ + "rustversion", +] [[package]] name = "arcstr" diff --git a/Cargo.toml b/Cargo.toml index 81a17b9..9164dfc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -97,7 +97,7 @@ pingora-memory-cache = { git = "https://github.com/gen0sec/pingora", rev = "c921 mimalloc = { version = "0.1.48", default-features = false } dashmap = "7.0.0-rc2" ctrlc = "3.5.0" -arc-swap = "1.7.1" +arc-swap = "1.8.0" prometheus = "0.14.0" once_cell = "1.21.3" maxminddb = "0.27"