From 448c02bbefd516c387c8fd7a7e56a2ddaa285fdf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 04:45:21 +0000 Subject: [PATCH] Update try_v2 requirement from 0.9.2 to 0.11.0 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.11.0) --- updated-dependencies: - dependency-name: try_v2 dependency-version: 0.11.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 d6c5e3b..672c040 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.11.0"