From 680352be81cba47d5c3f24bb70fe709d61b43890 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 May 2025 13:46:03 +0000 Subject: [PATCH] Bump trybuild from 1.0.104 to 1.0.105 Bumps [trybuild](https://github.com/dtolnay/trybuild) from 1.0.104 to 1.0.105. - [Release notes](https://github.com/dtolnay/trybuild/releases) - [Commits](https://github.com/dtolnay/trybuild/compare/1.0.104...1.0.105) --- updated-dependencies: - dependency-name: trybuild dependency-version: 1.0.105 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 4671a394..c3a9047c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1207,9 +1207,9 @@ dependencies = [ [[package]] name = "trybuild" -version = "1.0.104" +version = "1.0.105" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6ae08be68c056db96f0e6c6dd820727cca756ced9e1f4cc7fdd20e2a55e23898" +checksum = "1c9bf9513a2f4aeef5fdac8677d7d349c79fdbcc03b9c86da6e9d254f1e43be2" dependencies = [ "glob", "serde", diff --git a/Cargo.toml b/Cargo.toml index f9ec135e..e96a71bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,6 +41,6 @@ serde_json = "1.0.140" syn = { version = "2.0.101", features = ["full"] } tempdir = "0.3.7" thiserror = "2.0.12" -trybuild = "1.0.104" +trybuild = "1.0.105" unicode-ident = "1.0.18" uuid = "1.16.0"