From b7776a2fcac3df5f6d5fc1bf8e43cb62701a29c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 14:53:59 +0000 Subject: [PATCH] build(deps): update crabgrind requirement from 0.2.6 to 0.3.0 Updates the requirements on [crabgrind](https://github.com/2dav/crabgrind) to permit the latest version. - [Commits](https://github.com/2dav/crabgrind/commits) --- updated-dependencies: - dependency-name: crabgrind dependency-version: 0.3.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 e6bb63d9f..4f553679d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -149,7 +149,7 @@ libcrux-secrets = { version = "=0.0.5", path = "crates/utils/secrets" } # 3rd Party rand = { version = "0.10", default-features = false } -crabgrind = "0.2.6" +crabgrind = "0.3.0" [lib] crate-type = ["staticlib", "cdylib", "lib"]