From caad12cd5920f45dfb9dc3f6417acc77e4de982b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Oct 2021 17:22:53 +0000 Subject: [PATCH] Bump trybuild from 1.0.35 to 1.0.52 Bumps [trybuild](https://github.com/dtolnay/trybuild) from 1.0.35 to 1.0.52. - [Release notes](https://github.com/dtolnay/trybuild/releases) - [Commits](https://github.com/dtolnay/trybuild/compare/1.0.35...1.0.52) --- updated-dependencies: - dependency-name: trybuild dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crypto/crypto/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ee0de5c7e5c8..5d345019280d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7108,9 +7108,9 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "trybuild" -version = "1.0.35" +version = "1.0.52" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b7d30fe369fd650072b352b1a9cb9587669de6b89be3b8225544012c1c45292d" +checksum = "150e726dc059e6fbd4fce3288f5bb3cf70128cf63b0dde23b938a3cad810fb23" dependencies = [ "glob", "lazy_static", diff --git a/crypto/crypto/Cargo.toml b/crypto/crypto/Cargo.toml index 8e8af1ca73c6..a153227105b3 100644 --- a/crypto/crypto/Cargo.toml +++ b/crypto/crypto/Cargo.toml @@ -50,7 +50,7 @@ ripemd160 = "0.9.1" criterion = "0.3.3" sha3 = "0.9.1" serde_json = "1.0.60" -trybuild = "1.0.35" +trybuild = "1.0.52" [features] default = ["fiat"]