From 8207e4a5545a6abe1c710b8cb0718e7a52652eba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 04:20:37 +0000 Subject: [PATCH] Update trybuild requirement from =1.0.96 to =1.0.99 Updates the requirements on [trybuild](https://github.com/dtolnay/trybuild) to permit the latest version. - [Release notes](https://github.com/dtolnay/trybuild/releases) - [Commits](https://github.com/dtolnay/trybuild/compare/1.0.96...1.0.99) --- updated-dependencies: - dependency-name: trybuild dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f0732c2d9..e7afb1ba1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,4 +41,4 @@ uuid1 = { package = "uuid", version = "1", optional = true } paste = "1.0" pretty_assertions = "1.0" serde = { version = "1.0.158", features = ["derive"] } -trybuild = "=1.0.96" +trybuild = "=1.0.99"