build(deps): bump arc-swap from 1.8.2 to 1.9.1

Bumps [arc-swap](https://github.com/vorner/arc-swap) from 1.8.2 to 1.9.1.
- [Changelog](https://github.com/vorner/arc-swap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vorner/arc-swap/compare/v1.8.2...v1.9.1)

---
updated-dependencies:
- dependency-name: arc-swap
  dependency-version: 1.9.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2026-04-05 20:08:58 +00:00 committed by dnlhmt
parent b5fc552a46
commit f2bc3764b3
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -112,9 +112,9 @@ checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
[[package]]
name = "arc-swap"
version = "1.8.2"
version = "1.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f9f3647c145568cec02c42054e07bdf9a5a698e15b466fb2341bfc393cd24aa5"
checksum = "6a3a1fd6f75306b68087b831f025c712524bcb19aad54e557b1129cfa0a2b207"
dependencies = [
"rustversion",
]

View file

@ -101,7 +101,7 @@ constant_time_eq = "0.4"
uuid = "1.21"
base64 = "0.22"
regex = "1.11"
arc-swap = "1.8"
arc-swap = "1.9"
chrono = { version = "0.4.39", default-features = false }
ascii = "1.0"
humanize-rs = "0.1"