From 0a0f6bdead4f5ffdc3814ce27e06fc00bf1a57a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 13:14:14 +0000 Subject: [PATCH] Bump trybuild from 1.0.84 to 1.0.85 Bumps [trybuild](https://github.com/dtolnay/trybuild) from 1.0.84 to 1.0.85. - [Release notes](https://github.com/dtolnay/trybuild/releases) - [Commits](https://github.com/dtolnay/trybuild/compare/1.0.84...1.0.85) --- updated-dependencies: - dependency-name: trybuild dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- typify/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8137d99c..ba55df89 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1075,9 +1075,9 @@ dependencies = [ [[package]] name = "trybuild" -version = "1.0.84" +version = "1.0.85" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a5c89fd17b7536f2cf66c97cff6e811e89e728ca0ed13caeed610c779360d8b4" +checksum = "196a58260a906cedb9bf6d8034b6379d0c11f552416960452f267402ceeddff1" dependencies = [ "basic-toml", "glob", diff --git a/typify/Cargo.toml b/typify/Cargo.toml index beaf0d80..40087e98 100644 --- a/typify/Cargo.toml +++ b/typify/Cargo.toml @@ -27,5 +27,5 @@ rustfmt-wrapper = "0.2.0" schemars = "0.8.13" serde = "1.0.188" serde_json = "1.0.106" -trybuild = "1.0.84" +trybuild = "1.0.85" uuid = { version = "1.4.1", features = ["serde"] }