From ec4dcc6bac2b44d8634a5622a333cad60497fbdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 00:29:00 +0000 Subject: [PATCH] Bump trybuild from 1.0.75 to 1.0.76 Bumps [trybuild](https://github.com/dtolnay/trybuild) from 1.0.75 to 1.0.76. - [Release notes](https://github.com/dtolnay/trybuild/releases) - [Commits](https://github.com/dtolnay/trybuild/compare/1.0.75...1.0.76) --- 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 a2b0e899973..36912caa6a6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6665,9 +6665,9 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "trybuild" -version = "1.0.75" +version = "1.0.76" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f1212c215a87a183687a7cc7065901b1a98da6b37277d51a1b5faedbb4efd4f3" +checksum = "6ed2c57956f91546d4d33614265a85d55c8e1ab91484853a10335894786d7db6" dependencies = [ "glob", "once_cell", diff --git a/Cargo.toml b/Cargo.toml index 98882ce81a5..d49771c6a00 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -247,7 +247,7 @@ trust-dns-client = "0.22" trust-dns-proto = "0.22" trust-dns-resolver = "0.22" trust-dns-server = "0.22" -trybuild = "1.0.75" +trybuild = "1.0.76" uuid = { version = "1.2.2", features = ["serde", "v4"] } usdt = "0.3" vsss-rs = { version = "2.0.0", default-features = false, features = ["std"] }