From 490ebc09b49ead6c3ba968185b71df3e040efb3a Mon Sep 17 00:00:00 2001 From: Ben Dean-Kawamura Date: Fri, 10 Jul 2026 14:19:24 -0400 Subject: [PATCH] Update crossbeam-epoch I believe this should fix our `cargo audit` CI failures. --- Cargo.lock | 9 ++------- megazords/full/android/dependency-licenses.xml | 4 ++-- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b1e65c64a9..92cc57f5fc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -849,16 +849,11 @@ dependencies = [ [[package]] name = "crossbeam-epoch" -version = "0.9.9" +version = "0.9.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "07db9d94cbd326813772c968ccd25999e5f8ae22f4f8d1b11effa37ef6ce281d" +checksum = "2d6914041f254d6e9176c01941b21115dcfb7089e55135a35411081bd106ef3f" dependencies = [ - "autocfg", - "cfg-if", "crossbeam-utils", - "memoffset", - "once_cell", - "scopeguard", ] [[package]] diff --git a/megazords/full/android/dependency-licenses.xml b/megazords/full/android/dependency-licenses.xml index b0ca743865..6dc0de05db 100644 --- a/megazords/full/android/dependency-licenses.xml +++ b/megazords/full/android/dependency-licenses.xml @@ -314,7 +314,7 @@ the details of which are reproduced below. Apache License 2.0: num-traits - https://github.com/rust-num/num-traits/blob/master/LICENSE-APACHE + https://github.com/rust-num/num-traits/blob/main/LICENSE-APACHE Apache License 2.0: ohttp @@ -394,7 +394,7 @@ the details of which are reproduced below. Apache License 2.0: rustc-hash - https://github.com/rust-lang/rustc-hash/blob/master/LICENSE-APACHE + https://github.com/rust-lang/rustc-hash/blob/main/LICENSE-APACHE Apache License 2.0: rustix