From 1142c3629ba49f14fb0fd5ab49f81142e1925a87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 May 2022 20:57:21 +0000 Subject: [PATCH] Bump trybuild from 1.0.59 to 1.0.61 Bumps [trybuild](https://github.com/dtolnay/trybuild) from 1.0.59 to 1.0.61. - [Release notes](https://github.com/dtolnay/trybuild/releases) - [Commits](https://github.com/dtolnay/trybuild/compare/1.0.59...1.0.61) --- 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 3f6ea92673e..5b8d318bdb0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5030,9 +5030,9 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "trybuild" -version = "1.0.59" +version = "1.0.61" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "606ab3fe0065741fdbb51f64bcb6ba76f13fad49f1723030041826c631782764" +checksum = "7fc92f558afb6d1d7c6f175eb8d615b8ef49c227543e68e19c123d4ee43d8a7d" dependencies = [ "glob", "once_cell", diff --git a/oximeter/oximeter/Cargo.toml b/oximeter/oximeter/Cargo.toml index 03b48eb2b49..1a0725cceb4 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.59" +trybuild = "1.0.61"