From f147865b5248eb8e4c0a55b7d2d6ed97b31e3334 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 08:53:21 +0000 Subject: [PATCH] Update intrusive-collections requirement in /tests/fuzz Updates the requirements on [intrusive-collections](https://github.com/Amanieu/intrusive-rs) to permit the latest version. - [Commits](https://github.com/Amanieu/intrusive-rs/commits) --- updated-dependencies: - dependency-name: intrusive-collections dependency-version: 0.10.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8113810e150..9dc9a2ac673 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -121,7 +121,7 @@ itertools = { version = "0.14.0", default-features = false } portable-atomic = "1.13.0" bytemuck = { version = "1.24.0", default-features = false } arrayvec = "0.7.6" -intrusive-collections = "0.9.7" +intrusive-collections = "0.10.0" cfg-if = "1.0.4" either = "1.15.0" sys-locale = "0.3.2"