From 3f461fb34817be0450dca67df9e4506c98265dde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Dec 2020 16:53:19 +0000 Subject: [PATCH] Bump trybuild from 1.0.35 to 1.0.37 Bumps [trybuild](https://github.com/dtolnay/trybuild) from 1.0.35 to 1.0.37. - [Release notes](https://github.com/dtolnay/trybuild/releases) - [Commits](https://github.com/dtolnay/trybuild/compare/1.0.35...1.0.37) 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..449d7f060f64 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7108,9 +7108,9 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "trybuild" -version = "1.0.35" +version = "1.0.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b7d30fe369fd650072b352b1a9cb9587669de6b89be3b8225544012c1c45292d" +checksum = "18ccca2bc5e97a2688cba15c573d5179cdff976fc597b95472c2e0f443492b98" dependencies = [ "glob", "lazy_static", diff --git a/crypto/crypto/Cargo.toml b/crypto/crypto/Cargo.toml index 8e8af1ca73c6..6d25e6682c58 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.37" [features] default = ["fiat"]