From 5df0932e233affa6556af388a39ce2040e004587 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 13:51:07 -0700 Subject: [PATCH] Bump trybuild from 1.0.83 to 1.0.84 (#397) Bumps [trybuild](https://github.com/dtolnay/trybuild) from 1.0.83 to 1.0.84. - [Release notes](https://github.com/dtolnay/trybuild/releases) - [Commits](https://github.com/dtolnay/trybuild/compare/1.0.83...1.0.84) --- 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 | 4 ++-- typify/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f8943dd5..d2f620ba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1087,9 +1087,9 @@ dependencies = [ [[package]] name = "trybuild" -version = "1.0.83" +version = "1.0.84" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6df60d81823ed9c520ee897489573da4b1d79ffbe006b8134f46de1a1aa03555" +checksum = "a5c89fd17b7536f2cf66c97cff6e811e89e728ca0ed13caeed610c779360d8b4" dependencies = [ "basic-toml", "glob", diff --git a/typify/Cargo.toml b/typify/Cargo.toml index b80374b7..e202931f 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.105" -trybuild = "1.0.83" +trybuild = "1.0.84" uuid = { version = "1.4.1", features = ["serde"] }