From f4ce59b0c16a2d0dc92aa047e8969fc02de117d7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Apr 2024 02:38:39 +0000 Subject: [PATCH] chore(deps): update rust crate either to 1.11.0 (#245) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9f8abd3d..1cd0fc8a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -66,7 +66,7 @@ version = "0.4.0" [dev-dependencies.either] default-features = false -version = "1.10.0" +version = "1.11.0" [[example]] name = "watchdog"