From afe919c4f0c49ae57515a27db9980945134366e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jun 2022 23:54:33 +0000 Subject: [PATCH] Bump arc-swap from 0.4.7 to 0.4.8 in /node 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] --- node/Cargo.lock | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/node/Cargo.lock b/node/Cargo.lock index 0b8e74bd7..94daa6f3c 100644 --- a/node/Cargo.lock +++ b/node/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "actix" version = "0.7.9" @@ -110,9 +112,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 = "arrayref"