build(deps): bump arc-swap from 1.7.1 to 1.8.0 (#7847)

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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-01-02 11:36:59 +01:00
committed by GitHub
parent d70ca93728
commit ff2ea35aca
2 changed files with 6 additions and 3 deletions

7
Cargo.lock generated
View File

@@ -520,9 +520,12 @@ dependencies = [
[[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 = "arraydeque"

View File

@@ -59,7 +59,7 @@ atomicwrites = { workspace = true}
log = { workspace = true }
env_logger = "0.11"
async-trait = "0.1.89"
arc-swap = "1.7.1"
arc-swap = "1.8.0"
tonic = { workspace = true }
uuid = { workspace = true }
url = { version = "2", features = ["serde"] }