From 4df622703fa143e70e972ad92282e9c046cd8898 Mon Sep 17 00:00:00 2001 From: Arthur Gautier Date: Thu, 9 Jul 2026 16:52:57 -0700 Subject: [PATCH] chore(deps): bump dev-dependencies to fix vulnerabilities reports This fixes the security audit in the CI that currently reports about - [RUSTSEC-2026-0204](https://rustsec.org/advisories/RUSTSEC-2026-0204.html), and - [RUSTSEC-2026-0190](https://rustsec.org/advisories/RUSTSEC-2026-0190.html). This bumps: - crossbeam-epoch from 0.9.18 to 0.9.20, and - anyhow from 1.0.102 to 1.0.103. --- Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 62ce3d9a4..0da15fff0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -25,9 +25,9 @@ checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000" [[package]] name = "anyhow" -version = "1.0.102" +version = "1.0.103" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c" +checksum = "2a4385e2e34eb35d6b3efe798b9eb88096925d87726c0798709bf56d9ed84af3" [[package]] name = "autocfg" @@ -215,9 +215,9 @@ dependencies = [ [[package]] name = "crossbeam-epoch" -version = "0.9.18" +version = "0.9.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" +checksum = "2d6914041f254d6e9176c01941b21115dcfb7089e55135a35411081bd106ef3f" dependencies = [ "crossbeam-utils", ]