From 4e4b9aa4920a26ff6a4fb496925584de7540ffbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Nov 2025 00:08:36 +0000 Subject: [PATCH] Bump trybuild from 1.0.113 to 1.0.114 Bumps [trybuild](https://github.com/dtolnay/trybuild) from 1.0.113 to 1.0.114. - [Release notes](https://github.com/dtolnay/trybuild/releases) - [Commits](https://github.com/dtolnay/trybuild/compare/1.0.113...1.0.114) --- updated-dependencies: - dependency-name: trybuild dependency-version: 1.0.114 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 26f1d714..6ad39dd6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1265,9 +1265,9 @@ dependencies = [ [[package]] name = "trybuild" -version = "1.0.113" +version = "1.0.114" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "559b6a626c0815c942ac98d434746138b4f89ddd6a1b8cbb168c6845fb3376c5" +checksum = "3e17e807bff86d2a06b52bca4276746584a78375055b6e45843925ce2802b335" dependencies = [ "glob", "serde", diff --git a/Cargo.toml b/Cargo.toml index 2744bce0..07945ed6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,6 +41,6 @@ serde_json = "1.0.145" syn = { version = "2.0.110", features = ["full"] } tempdir = "0.3.7" thiserror = "2.0.17" -trybuild = "1.0.113" +trybuild = "1.0.114" unicode-ident = "1.0.22" uuid = "1.16.0"