From 106be33bf1676679884437e9a3b718a1f093b0a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Aug 2021 17:40:15 +0000 Subject: [PATCH] Bump trybuild from 1.0.35 to 1.0.44 Bumps [trybuild](https://github.com/dtolnay/trybuild) from 1.0.35 to 1.0.44. - [Release notes](https://github.com/dtolnay/trybuild/releases) - [Commits](https://github.com/dtolnay/trybuild/compare/1.0.35...1.0.44) --- 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..d39e7774ac38 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7108,9 +7108,9 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "trybuild" -version = "1.0.35" +version = "1.0.44" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b7d30fe369fd650072b352b1a9cb9587669de6b89be3b8225544012c1c45292d" +checksum = "eb73edd97c8d9ffa8140971f07307f0994ae95138ee9cc0fba0369c953f0963a" dependencies = [ "glob", "lazy_static", diff --git a/crypto/crypto/Cargo.toml b/crypto/crypto/Cargo.toml index 8e8af1ca73c6..6990e232b91d 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.44" [features] default = ["fiat"]