From 0149875b2b0e2a39675665b804718f76dac07808 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 09:12:32 +0000 Subject: [PATCH] chore(deps): update cruet requirement from 0.15 to 1.0 Updates the requirements on [cruet](https://github.com/taidge/cruet) to permit the latest version. - [Release notes](https://github.com/taidge/cruet/releases) - [Changelog](https://github.com/taidge/cruet/blob/main/CHANGELOG.md) - [Commits](https://github.com/taidge/cruet/compare/v0.15.0...v1.0.0) --- updated-dependencies: - dependency-name: cruet dependency-version: 1.0.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 2021132..82d7feb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ anyhow = { version = "1.0" } openssl = { version = "0.10", features = ["vendored"] } libz-sys = { version = "1.1", features = ["static"] } regex = "1.12" -cruet = "0.15" +cruet = "1.0" [dev-dependencies] dir-diff = "0.3"