From a788b5b5fa78768b8d5373940716f5aec254a360 Mon Sep 17 00:00:00 2001 From: "Samuel E. Moelius III" Date: Thu, 27 Jul 2023 10:55:46 -0400 Subject: [PATCH] Update dependencies --- cast_checks/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cast_checks/Cargo.toml b/cast_checks/Cargo.toml index 95bf74a..55f1e83 100644 --- a/cast_checks/Cargo.toml +++ b/cast_checks/Cargo.toml @@ -13,10 +13,10 @@ cast_checks_macro = { version = "=0.1.3", path = "../macro" } [dev-dependencies] assert_cmd = "2.0" -ctor = "0.1" +ctor = "0.2" predicates = "3.0" -regex = "1.7" -tempfile = "3.4" +regex = "1.9" +tempfile = "3.7" [features] default = []