From e3ba6e9b971165f48a62a8f031b70101157df09b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Dec 2021 05:06:27 +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 ++-- propfuzz/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 63a6391c..f77be72b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -378,9 +378,9 @@ dependencies = [ [[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/propfuzz/Cargo.toml b/propfuzz/Cargo.toml index 907dd1bf..dcd8a99b 100644 --- a/propfuzz/Cargo.toml +++ b/propfuzz/Cargo.toml @@ -24,7 +24,7 @@ propfuzz-macro = { path = "../propfuzz-macro", version = "0.0.1", optional = tru [dev-dependencies] pretty_assertions = "1.0.0" -trybuild = "1.0.52" +trybuild = "1.0.53" [features] default = ["macro"]