From 3da3395e7320511bdb376b30746a4fd15ed5efd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Mar 2026 16:52:18 +0000 Subject: [PATCH] Update ctor requirement from 0.6 to 0.8 Updates the requirements on [ctor](https://github.com/mmastrac/rust-ctor) to permit the latest version. - [Commits](https://github.com/mmastrac/rust-ctor/commits) --- updated-dependencies: - dependency-name: ctor dependency-version: 0.8.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- cast_checks/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cast_checks/Cargo.toml b/cast_checks/Cargo.toml index 88352de..1212ddb 100644 --- a/cast_checks/Cargo.toml +++ b/cast_checks/Cargo.toml @@ -13,7 +13,7 @@ cast_checks_macro = { version = "=0.1.6", path = "../macro" } [dev-dependencies] assert_cmd = "2.0" -ctor = "0.6" +ctor = "0.8" predicates = "3.0" regex = "1.9" tempfile = "3.8"