From 4ffefe0d97a034932072d939f71689802a6188a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 May 2025 02:25:09 +0000 Subject: [PATCH] Update trybuild requirement from =1.0.90 to =1.0.105 Updates the requirements on [trybuild](https://github.com/dtolnay/trybuild) to permit the latest version. - [Release notes](https://github.com/dtolnay/trybuild/releases) - [Commits](https://github.com/dtolnay/trybuild/compare/1.0.90...1.0.90) --- updated-dependencies: - dependency-name: trybuild dependency-version: 1.0.90 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 43ea11c1..66fdabcd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,6 +32,6 @@ regex-syntax = "0.8" rusty-fork = { version = "0.3.0", default-features = false } syn = "2.0.100" tempfile = "3.0" -trybuild = "=1.0.90" +trybuild = "=1.0.105" unarray = "0.1.4" x86 = "0.52.0"