From 3a2c68d899a0d158c4349c30349a5b88109a9e1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Aug 2022 10:36:28 +0000 Subject: [PATCH] Bump trybuild from 1.0.61 to 1.0.64 Bumps [trybuild](https://github.com/dtolnay/trybuild) from 1.0.61 to 1.0.64. - [Release notes](https://github.com/dtolnay/trybuild/releases) - [Commits](https://github.com/dtolnay/trybuild/compare/1.0.61...1.0.64) --- updated-dependencies: - dependency-name: trybuild dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- node/orchestra/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5d624605b6e9..38b5d489fd53 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -11683,9 +11683,9 @@ dependencies = [ [[package]] name = "trybuild" -version = "1.0.61" +version = "1.0.64" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7fc92f558afb6d1d7c6f175eb8d615b8ef49c227543e68e19c123d4ee43d8a7d" +checksum = "e7f408301c7480f9e6294eb779cfc907f54bd901a9660ef24d7f233ed5376485" dependencies = [ "dissimilar", "glob", @@ -11728,9 +11728,9 @@ version = "1.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" dependencies = [ - "cfg-if 0.1.10", + "cfg-if 1.0.0", "digest 0.10.3", - "rand 0.7.3", + "rand 0.8.5", "static_assertions", ] diff --git a/node/orchestra/Cargo.toml b/node/orchestra/Cargo.toml index 67b16a244ad2..fd9064530ae4 100644 --- a/node/orchestra/Cargo.toml +++ b/node/orchestra/Cargo.toml @@ -20,7 +20,7 @@ pin-project = "1.0" dyn-clonable = "0.9" [dev-dependencies] -trybuild = "1.0.61" +trybuild = "1.0.64" rustversion = "1.0.6"