From 4630a0186d6a832645aa2b8f3d8b8f79e1b20ed0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 23:15:35 +0000 Subject: [PATCH] build(deps): bump atomic_refcell from 0.1.13 to 0.1.14 Bumps [atomic_refcell](https://github.com/mozilla/atomic_refcell) from 0.1.13 to 0.1.14. - [Commits](https://github.com/mozilla/atomic_refcell/commits) --- updated-dependencies: - dependency-name: atomic_refcell dependency-version: 0.1.14 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- graph/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 357831ccb66..f4a6442d9b7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1633,9 +1633,9 @@ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" [[package]] name = "atomic_refcell" -version = "0.1.13" +version = "0.1.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41e67cd8309bbd06cd603a9e693a784ac2e5d1e955f11286e355089fcab3047c" +checksum = "21e4227379beff4205943696e6c3e0cd809bacdf3f0edd6e3dd153e2269571a4" [[package]] name = "auto_impl" diff --git a/graph/Cargo.toml b/graph/Cargo.toml index 4aefbd0af0b..41d7df4ebb1 100644 --- a/graph/Cargo.toml +++ b/graph/Cargo.toml @@ -9,7 +9,7 @@ base64 = "=0.21.7" anyhow = "1.0" async-trait = { workspace = true } async-stream = "0.3" -atomic_refcell = "0.1.13" +atomic_refcell = "0.1.14" # We require this precise version of bigdecimal. Updating to later versions # has caused PoI differences; if you update this version, you will need to # make sure that it does not cause PoI changes