From 1e85277c31c748af821d525a68b0caae7f7a7cb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 14:46:25 -0800 Subject: [PATCH] Bump trybuild from 1.0.101 to 1.0.102 (#1237) Bumps [trybuild](https://github.com/dtolnay/trybuild) from 1.0.101 to 1.0.102. - [Release notes](https://github.com/dtolnay/trybuild/releases) - [Commits](https://github.com/dtolnay/trybuild/compare/1.0.101...1.0.102) --- updated-dependencies: - dependency-name: trybuild dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- dropshot/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 745a5a04..d4cc4c17 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2546,9 +2546,9 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "trybuild" -version = "1.0.101" +version = "1.0.102" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8dcd332a5496c026f1e14b7f3d2b7bd98e509660c04239c58b0ba38a12daded4" +checksum = "9f14b5c02a137632f68194ec657ecb92304138948e8957c932127eb1b58c23be" dependencies = [ "glob", "serde", diff --git a/dropshot/Cargo.toml b/dropshot/Cargo.toml index 76a8d2c9..be255e52 100644 --- a/dropshot/Cargo.toml +++ b/dropshot/Cargo.toml @@ -102,7 +102,7 @@ libc = "0.2.169" mime_guess = "2.0.5" subprocess = "0.2.9" tempfile = "3.14" -trybuild = "1.0.101" +trybuild = "1.0.102" # Used by the https examples and tests pem = "3.0" rcgen = "0.13.2"