From 62a8e45bb8ab5bb23763449c9ce41b5b60bb3bc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 07:24:57 +0000 Subject: [PATCH] chore(deps): bump arc-swap from 1.8.0 to 1.8.1 Bumps [arc-swap](https://github.com/vorner/arc-swap) from 1.8.0 to 1.8.1. - [Changelog](https://github.com/vorner/arc-swap/blob/master/CHANGELOG.md) - [Commits](https://github.com/vorner/arc-swap/compare/v1.8.0...v1.8.1) --- updated-dependencies: - dependency-name: arc-swap dependency-version: 1.8.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5af827a8..e5cffd0c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -62,9 +62,9 @@ checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78" [[package]] name = "arc-swap" -version = "1.8.0" +version = "1.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "51d03449bb8ca2cc2ef70869af31463d1ae5ccc8fa3e334b307203fbf815207e" +checksum = "9ded5f9a03ac8f24d1b8a25101ee812cd32cdc8c50a4c50237de2c4915850e73" dependencies = [ "rustversion", ] diff --git a/Cargo.toml b/Cargo.toml index 9284321e..f0111c4d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -70,7 +70,7 @@ derive_more = { version = "2.1.1", features = [ "deref", "deref_mut", ] } -arc-swap = "1.8.0" +arc-swap = "1.8.1" nix = { version = "0.30.1" } # networking