From 9e7194ba0cb188c1911047b24bc03ad7da6083e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Aug 2023 17:55:03 +0000 Subject: [PATCH] build(deps): bump atomic_refcell from 0.1.8 to 0.1.11 (#30197) Bumps [atomic_refcell](https://github.com/bholley/atomic_refcell) from 0.1.8 to 0.1.11. - [Commits](https://github.com/bholley/atomic_refcell/commits) --- updated-dependencies: - dependency-name: atomic_refcell dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 934605a1692..23b88a18076 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -278,9 +278,9 @@ dependencies = [ [[package]] name = "atomic_refcell" -version = "0.1.8" +version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "73b5e5f48b927f04e952dedc932f31995a65a0bf65ec971c74436e51bf6e970d" +checksum = "112ef6b3f6cb3cb6fc5b6b494ef7a848492cff1ab0ef4de10b0f7d572861c905" [[package]] name = "atty" diff --git a/Cargo.toml b/Cargo.toml index 1a8066cecae..6fb51ece961 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ exclude = [".cargo"] accountable-refcell = "0.2.0" app_units = "0.7" async-tungstenite = { version = "0.22", features = ["tokio-rustls-webpki-roots"] } -atomic_refcell = "0.1.6" +atomic_refcell = "0.1.11" arrayvec = "0.7" backtrace = "0.3" base64 = "0.21.2"