From 254fc73fd928affe08a4b0a862538ad77095988e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Jan 2023 14:26:51 -0500 Subject: [PATCH] build(deps): bump arc-swap from 0.4.7 to 0.4.8 in /examples (#94) Bumps [arc-swap](https://github.com/vorner/arc-swap) from 0.4.7 to 0.4.8. - [Release notes](https://github.com/vorner/arc-swap/releases) - [Changelog](https://github.com/vorner/arc-swap/blob/v0.4.8/CHANGELOG.md) - [Commits](https://github.com/vorner/arc-swap/compare/v0.4.7...v0.4.8) --- updated-dependencies: - dependency-name: arc-swap dependency-type: indirect ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- examples/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/Cargo.lock b/examples/Cargo.lock index 81da794..b77f7e6 100644 --- a/examples/Cargo.lock +++ b/examples/Cargo.lock @@ -284,9 +284,9 @@ dependencies = [ [[package]] name = "arc-swap" -version = "0.4.7" +version = "0.4.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4d25d88fd6b8041580a654f9d0c581a047baee2b3efee13275f2fc392fc75034" +checksum = "dabe5a181f83789739c194cbe5a897dde195078fac08568d09221fd6137a7ba8" [[package]] name = "async-trait"