From 518fc41860b4fdec9b640f7459baca88a78c5231 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 20:25:25 +0000 Subject: [PATCH] chore(deps)(deps): bump trybuild from 1.0.118 to 1.0.120 Bumps [trybuild](https://github.com/dtolnay/trybuild) from 1.0.118 to 1.0.120. - [Release notes](https://github.com/dtolnay/trybuild/releases) - [Commits](https://github.com/dtolnay/trybuild/compare/1.0.118...1.0.120) --- updated-dependencies: - dependency-name: trybuild dependency-version: 1.0.120 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1689cca..3c1a004 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4636,9 +4636,9 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" [[package]] name = "trybuild" -version = "1.0.118" +version = "1.0.120" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "06649c6f63d86604ba0c8950d5a1829fc9a17afd70fc6629f481d75b6a624c78" +checksum = "1e605bf6b39357663d8ba4e984f8be8da8df6bb32e81031d6889024ea8fd68e4" dependencies = [ "dissimilar", "glob",