From be45c0fb6dc981c5c2ba097fff1f8338bb837a93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 00:24:45 +0000 Subject: [PATCH] Bump trybuild from 1.0.66 to 1.0.71 Bumps [trybuild](https://github.com/dtolnay/trybuild) from 1.0.66 to 1.0.71. - [Release notes](https://github.com/dtolnay/trybuild/releases) - [Commits](https://github.com/dtolnay/trybuild/compare/1.0.66...1.0.71) --- updated-dependencies: - dependency-name: trybuild dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- oximeter/oximeter/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3da875d2ce6..3e99cfa2f6e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6074,9 +6074,9 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "trybuild" -version = "1.0.66" +version = "1.0.71" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "73eed6b6ca6cc8a32ee81f4f8828b726bfaef43e8932e1dc14ad00530471965d" +checksum = "ea496675d71016e9bc76aa42d87f16aefd95447cc5818e671e12b2d7e269075d" dependencies = [ "glob", "once_cell", diff --git a/oximeter/oximeter/Cargo.toml b/oximeter/oximeter/Cargo.toml index 23100360609..f12ba4962dd 100644 --- a/oximeter/oximeter/Cargo.toml +++ b/oximeter/oximeter/Cargo.toml @@ -16,4 +16,4 @@ thiserror = "1.0.37" uuid = { version = "1.1.0", features = [ "v4", "serde" ] } [dev-dependencies] -trybuild = "1.0.66" +trybuild = "1.0.71"