diff --git a/Cargo.lock b/Cargo.lock index cc49f6a1839..90d5d461297 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -273,9 +273,9 @@ dependencies = [ [[package]] name = "atomic_refcell" -version = "0.1.11" +version = "0.1.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "112ef6b3f6cb3cb6fc5b6b494ef7a848492cff1ab0ef4de10b0f7d572861c905" +checksum = "76f2bfe491d41d45507b8431da8274f7feeca64a49e86d980eed2937ec2ff020" [[package]] name = "atty" diff --git a/Cargo.toml b/Cargo.toml index 8b05f27f2d1..302e5c5de49 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.11" +atomic_refcell = "0.1.12" backtrace = "0.3" base64 = "0.21.4" bitflags = "2.4"