From 522f055640dbad74aa2e20f5843f6087923a81fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Sep 2022 10:36:12 +0000 Subject: [PATCH] Bump trybuild from 1.0.61 to 1.0.65 Bumps [trybuild](https://github.com/dtolnay/trybuild) from 1.0.61 to 1.0.65. - [Release notes](https://github.com/dtolnay/trybuild/releases) - [Commits](https://github.com/dtolnay/trybuild/compare/1.0.61...1.0.65) --- updated-dependencies: - dependency-name: trybuild dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ node/orchestra/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a10aa2823625..580c9bcd6bef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9584,18 +9584,18 @@ checksum = "f97841a747eef040fcd2e7b3b9a220a7205926e60488e673d9e4926d27772ce5" [[package]] name = "serde" -version = "1.0.137" +version = "1.0.145" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "61ea8d54c77f8315140a05f4c7237403bf38b72704d031543aa1d16abbf517d1" +checksum = "728eb6351430bccb993660dfffc5a72f91ccc1295abaa8ce19b27ebe4f75568b" dependencies = [ "serde_derive", ] [[package]] name = "serde_derive" -version = "1.0.137" +version = "1.0.145" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1f26faba0c3959972377d3b2d306ee9f71faee9714294e41bb777f83f88578be" +checksum = "81fa1584d3d1bcacd84c277a0dfe21f5b0f6accf4a23d04d4c6d61f1af522b4c" dependencies = [ "proc-macro2", "quote", @@ -11602,9 +11602,9 @@ dependencies = [ [[package]] name = "trybuild" -version = "1.0.61" +version = "1.0.65" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7fc92f558afb6d1d7c6f175eb8d615b8ef49c227543e68e19c123d4ee43d8a7d" +checksum = "9e13556ba7dba80b3c76d1331989a341290c77efcf688eca6c307ee3066383dd" dependencies = [ "dissimilar", "glob", diff --git a/node/orchestra/Cargo.toml b/node/orchestra/Cargo.toml index 8686003f475b..04928a226d62 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.65" rustversion = "1.0.6"