diff --git a/Cargo.lock b/Cargo.lock index 61cc1953059..9640000c094 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5835,9 +5835,9 @@ dependencies = [ [[package]] name = "portable-atomic" -version = "1.11.1" +version = "1.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483" +checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49" [[package]] name = "portable-atomic-util" diff --git a/graph/Cargo.toml b/graph/Cargo.toml index 477e5ba22f5..04be9880c31 100644 --- a/graph/Cargo.toml +++ b/graph/Cargo.toml @@ -80,7 +80,7 @@ futures03 = { version = "0.3.31", package = "futures", features = ["compat"] } wasmparser = "0.118.1" thiserror = { workspace = true } parking_lot = "0.12.5" -portable-atomic = { version = "1.11", features = ["fallback"] } +portable-atomic = { version = "1.13", features = ["fallback"] } itertools = "0.14.0" defer = "0.2"