From 6ab8d46740b3706a53b5082a0408ecddebc2bb11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 16:53:18 +0000 Subject: [PATCH] build(deps): bump atomic_refcell from 0.1.12 to 0.1.13 (#30540) Bumps [atomic_refcell](https://github.com/bholley/atomic_refcell) from 0.1.12 to 0.1.13. - [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 101dbda0c08..714bef1cb7a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -273,9 +273,9 @@ dependencies = [ [[package]] name = "atomic_refcell" -version = "0.1.12" +version = "0.1.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "76f2bfe491d41d45507b8431da8274f7feeca64a49e86d980eed2937ec2ff020" +checksum = "41e67cd8309bbd06cd603a9e693a784ac2e5d1e955f11286e355089fcab3047c" [[package]] name = "atty" diff --git a/Cargo.toml b/Cargo.toml index 0d6b933e2b4..bfef74676cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ accountable-refcell = "0.2.0" app_units = "0.7" arrayvec = "0.7" async-tungstenite = { version = "0.22", features = ["tokio-rustls-webpki-roots"] } -atomic_refcell = "0.1.12" +atomic_refcell = "0.1.13" backtrace = "0.3" base64 = "0.21.4" bitflags = "2.4"