From bce103b934b80f7ad85ab23813987c6295f7c642 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jan 2024 12:11:00 +0100 Subject: [PATCH] Update trybuild requirement from =1.0.85 to =1.0.88 (#61) 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.85...1.0.88) --- updated-dependencies: - dependency-name: trybuild dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e6ebf676e3..4c97318d1c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,5 +36,5 @@ futures-executor = "0.3.15" gotham = { version = "0.7", features = ["testing"], default-features = false } percent-encoding = "2.1" pretty_env_logger = "0.5" -trybuild = "=1.0.85" +trybuild = "=1.0.88" validator = { version = "0.16", features = ["derive"] }