From 12fabd39fe95267caa95d108f4d43f90d3a6e78c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 19:27:11 +0000 Subject: [PATCH] Bump trybuild from 1.0.106 to 1.0.110 Bumps [trybuild](https://github.com/dtolnay/trybuild) from 1.0.106 to 1.0.110. - [Release notes](https://github.com/dtolnay/trybuild/releases) - [Commits](https://github.com/dtolnay/trybuild/compare/1.0.106...1.0.110) --- updated-dependencies: - dependency-name: trybuild dependency-version: 1.0.110 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 2ebc839c..1b780b97 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1261,9 +1261,9 @@ dependencies = [ [[package]] name = "trybuild" -version = "1.0.106" +version = "1.0.110" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "65af40ad689f2527aebbd37a0a816aea88ff5f774ceabe99de5be02f2f91dae2" +checksum = "32e257d7246e7a9fd015fb0b28b330a8d4142151a33f03e6a497754f4b1f6a8e" dependencies = [ "glob", "serde", diff --git a/Cargo.toml b/Cargo.toml index 5fd70c47..d140732a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,6 +41,6 @@ serde_json = "1.0.141" syn = { version = "2.0.104", features = ["full"] } tempdir = "0.3.7" thiserror = "2.0.12" -trybuild = "1.0.106" +trybuild = "1.0.110" unicode-ident = "1.0.18" uuid = "1.16.0"