From d8e3e9f37950e6521af8d4d8a2a035e24c3d713a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 21:31:35 +0200 Subject: [PATCH] Bump trybuild from 1.0.91 to 1.0.94 (#589) Bumps [trybuild](https://github.com/dtolnay/trybuild) from 1.0.91 to 1.0.94. - [Release notes](https://github.com/dtolnay/trybuild/releases) - [Commits](https://github.com/dtolnay/trybuild/compare/1.0.91...1.0.94) --- updated-dependencies: - dependency-name: trybuild dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 11 ++--------- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 367da6db..2750c510 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -561,12 +561,6 @@ dependencies = [ "libc", ] -[[package]] -name = "once_cell" -version = "1.12.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7709cef83f0c1f58f666e746a08b21e0085f7440fa6a29cc194d68aac97a4225" - [[package]] name = "oorandom" version = "11.1.3" @@ -1032,12 +1026,11 @@ dependencies = [ [[package]] name = "trybuild" -version = "1.0.91" +version = "1.0.94" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ad7eb6319ebadebca3dacf1f85a93bc54b73dd81b9036795f73de7ddfe27d5a" +checksum = "bfe21c256d6fba8499cf9d9b1c24971bec43a369d81c52e024adc7670cf112df" dependencies = [ "glob", - "once_cell", "serde", "serde_derive", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 5c968a60..2dc0ced9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ serde_derive = { version = "1.0" } parity-scale-codec-derive = { path = "derive", default-features = false } quickcheck = "1.0" proptest = "1.3.1" -trybuild = "1.0.91" +trybuild = "1.0.94" paste = "1" [[bench]]