From 0d325cbf0351849509d3351f1024b7592bd540d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 04:44:57 +0000 Subject: [PATCH] Update try_v2 requirement from 0.9.2 to 0.10.1 Updates the requirements on [try_v2](https://github.com/MusicalNinjaDad/try_v2) to permit the latest version. - [Release notes](https://github.com/MusicalNinjaDad/try_v2/releases) - [Changelog](https://github.com/MusicalNinjaDad/try_v2/blob/main/CHANGELOG.md) - [Commits](https://github.com/MusicalNinjaDad/try_v2/compare/v0.9.2...v0.10.1) --- updated-dependencies: - dependency-name: try_v2 dependency-version: 0.10.1 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 d6c5e3b..f6f9348 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,4 +40,4 @@ exit_safely = { path = "." } autocfg = "1.5.1" ninja-build_rs = "0.2.1" -try_v2 = "0.9.2" +try_v2 = "0.10.1"