Skip to main content

max / pter

update crossbeam-epoch for RUSTSEC-2026-0204
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-08-01 21:28 UTC
Signed with PGP, not checked
Commit: 66e592e947ffa3d363882dedba98dde2efd0f7e5
Parent: 23878b1
1 file changed, +2 insertions, -2 deletions
M Cargo.lock +2 -2
@@ -192,9 +192,9 @@
192 192
193 193 [[package]]
194 194 name = "crossbeam-epoch"
195 - version = "0.9.18"
195 + version = "0.9.20"
196 196 source = "registry+https://github.com/rust-lang/crates.io-index"
197 - checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
197 + checksum = "2d6914041f254d6e9176c01941b21115dcfb7089e55135a35411081bd106ef3f"
198 198 dependencies = [
199 199 "crossbeam-utils",
200 200 ]