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