From 7f0d9e306e24e85d8b289a19a9a990f70c83e87c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 07:08:50 +0000 Subject: [PATCH] chore(deps): bump trybuild from 1.0.65 to 1.0.71 Bumps [trybuild](https://github.com/dtolnay/trybuild) from 1.0.65 to 1.0.71. - [Release notes](https://github.com/dtolnay/trybuild/releases) - [Commits](https://github.com/dtolnay/trybuild/compare/1.0.65...1.0.71) --- updated-dependencies: - dependency-name: trybuild dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b6aabac7cb7..e28d612ba28 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -900,9 +900,9 @@ dependencies = [ [[package]] name = "trybuild" -version = "1.0.65" +version = "1.0.71" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e13556ba7dba80b3c76d1331989a341290c77efcf688eca6c307ee3066383dd" +checksum = "ea496675d71016e9bc76aa42d87f16aefd95447cc5818e671e12b2d7e269075d" dependencies = [ "glob", "once_cell", diff --git a/Cargo.toml b/Cargo.toml index 9d8b45d6939..72682807a95 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -104,7 +104,7 @@ unicode-width = { version = "0.1.9", optional = true } once_cell = { version = "1.12.0", optional = true } [dev-dependencies] -trybuild = "1.0.65" +trybuild = "1.0.71" rustversion = "1" # Cutting out `filesystem` feature trycmd = { version = "0.13", default-features = false, features = ["color-auto", "diff", "examples"] }