summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-06-16 23:53:48 +0000
committerGitHub <noreply@github.com>2022-06-16 23:53:48 +0000
commitfb68a91bc35c303d8d18492fd08fb0d8fce92e60 (patch)
tree2a95c982f6fe556d4118e85703408c4c3858dc23
parent44e877d148f29ae68e44b5553018f2096087d90b (diff)
Bump arc-swap from 0.4.7 to 0.4.8dependabot/cargo/arc-swap-0.4.8
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] <support@github.com>
-rw-r--r--Cargo.lock6
1 files changed, 4 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 5191ab5..de74ac0 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,5 +1,7 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
+version = 3
+
[[package]]
name = "aho-corasick"
version = "0.7.13"
@@ -11,9 +13,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 = "dutree"