From 6f5ed4ba7a28f978a654ebf6e5f1c8be523a94ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Aug 2023 15:05:40 -0700 Subject: [PATCH] Bump trybuild from 1.0.81 to 1.0.82 (#742) Bumps [trybuild](https://github.com/dtolnay/trybuild) from 1.0.81 to 1.0.82. - [Release notes](https://github.com/dtolnay/trybuild/releases) - [Commits](https://github.com/dtolnay/trybuild/compare/1.0.81...1.0.82) --- 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 a53db3fc..00ad5c03 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2003,9 +2003,9 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "trybuild" -version = "1.0.81" +version = "1.0.82" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04366e99ff743345622cd00af2af01d711dc2d1ef59250d7347698d21b546729" +checksum = "a84e0202ea606ba5ebee8507ab2bfbe89b98551ed9b8f0be198109275cff284b" dependencies = [ "basic-toml", "glob", diff --git a/dropshot/Cargo.toml b/dropshot/Cargo.toml index 119f54f4..babd3bc3 100644 --- a/dropshot/Cargo.toml +++ b/dropshot/Cargo.toml @@ -89,7 +89,7 @@ libc = "0.2.147" mime_guess = "2.0.4" subprocess = "0.2.9" tempfile = "3.6" -trybuild = "1.0.81" +trybuild = "1.0.82" # Used by the https examples and tests pem = "3.0" rcgen = "0.11.1"