From c7468a0744a6f3ccea62bd4b4240c1a0e2269f43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Dec 2021 00:30:26 +0000 Subject: [PATCH] Bump trybuild from 1.0.52 to 1.0.53 Bumps [trybuild](https://github.com/dtolnay/trybuild) from 1.0.52 to 1.0.53. - [Release notes](https://github.com/dtolnay/trybuild/releases) - [Commits](https://github.com/dtolnay/trybuild/compare/1.0.52...1.0.53) --- 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 f4d2ba19844..0cf5f2e334b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3974,9 +3974,9 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "trybuild" -version = "1.0.52" +version = "1.0.53" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "150e726dc059e6fbd4fce3288f5bb3cf70128cf63b0dde23b938a3cad810fb23" +checksum = "9d664de8ea7e531ad4c0f5a834f20b8cb2b8e6dfe88d05796ee7887518ed67b9" dependencies = [ "glob", "lazy_static", diff --git a/oximeter/oximeter/Cargo.toml b/oximeter/oximeter/Cargo.toml index ced0382f08c..c27f20bd87d 100644 --- a/oximeter/oximeter/Cargo.toml +++ b/oximeter/oximeter/Cargo.toml @@ -16,4 +16,4 @@ thiserror = "1.0.30" uuid = { version = "0.8.2", features = [ "v4", "serde" ] } [dev-dependencies] -trybuild = "1.0.52" +trybuild = "1.0.53"