From f660a715667a2345263c03c921a562f927d0a4cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 04:31:17 +0000 Subject: [PATCH] Bump trybuild from 1.0.86 to 1.0.89 Bumps [trybuild](https://github.com/dtolnay/trybuild) from 1.0.86 to 1.0.89. - [Release notes](https://github.com/dtolnay/trybuild/releases) - [Commits](https://github.com/dtolnay/trybuild/compare/1.0.86...1.0.89) --- updated-dependencies: - dependency-name: trybuild dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- dropshot/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5f9ba5c23..7c2489726 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -124,9 +124,9 @@ checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" [[package]] name = "basic-toml" -version = "0.1.1" +version = "0.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e819b667739967cd44d308b8c7b71305d8bb0729ac44a248aa08f33d01950b4" +checksum = "2db21524cad41c5591204d22d75e1970a2d1f71060214ca931dc7d5afe2c14e5" dependencies = [ "serde", ] @@ -2036,9 +2036,9 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "trybuild" -version = "1.0.86" +version = "1.0.89" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8419ecd263363827c5730386f418715766f584e2f874d32c23c5b00bd9727e7e" +checksum = "9a9d3ba662913483d6722303f619e75ea10b7855b0f8e0d72799cf8621bb488f" dependencies = [ "basic-toml", "glob", diff --git a/dropshot/Cargo.toml b/dropshot/Cargo.toml index 404fdcf29..699f1d8c1 100644 --- a/dropshot/Cargo.toml +++ b/dropshot/Cargo.toml @@ -90,7 +90,7 @@ libc = "0.2.152" mime_guess = "2.0.4" subprocess = "0.2.9" tempfile = "3.9" -trybuild = "1.0.86" +trybuild = "1.0.89" # Used by the https examples and tests pem = "3.0" rcgen = "0.12.0"