From 320d3c47f78230dc5bc54dd010c6012eae14d6a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 18:19:33 +0000 Subject: [PATCH] Bump trybuild from 1.0.97 to 1.0.98 Bumps [trybuild](https://github.com/dtolnay/trybuild) from 1.0.97 to 1.0.98. - [Release notes](https://github.com/dtolnay/trybuild/releases) - [Commits](https://github.com/dtolnay/trybuild/compare/1.0.97...1.0.98) --- updated-dependencies: - dependency-name: trybuild dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 88e2cb58..c66e6c1c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2506,9 +2506,9 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" [[package]] name = "trybuild" -version = "1.0.97" +version = "1.0.98" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b1e5645f2ee8025c2f1d75e1138f2dd034d74e6ba54620f3c569ba2a2a1ea06" +checksum = "b55265878356bdd85c9baa15859c87de93b2bf1f33acf752040a561e4a228f62" dependencies = [ "glob", "serde", diff --git a/Cargo.toml b/Cargo.toml index 4caeb81a..ac0675a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -81,7 +81,7 @@ tokio-test = "0.4.4" tokio-util = "0.7" tracing = "0.1" tracing-subscriber = "0.3.17" -trybuild = "1.0.63" +trybuild = "1.0.98" uuid = "1.6" zstd = "0.13" venndb = "0.5.0"