From bcf383952425fd0945aff0b216a75a0563d54a02 Mon Sep 17 00:00:00 2001 From: "hash-worker[bot]" <180894564+hash-worker[bot]@users.noreply.github.com> Date: Wed, 5 Mar 2025 03:03:24 +0000 Subject: [PATCH] Update Rust crate `trybuild` to v1.0.104 (#6624) Co-authored-by: hash-worker[bot] <180894564+hash-worker[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bc7df8f50dd..2b2b700b880 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8491,9 +8491,9 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" [[package]] name = "trybuild" -version = "1.0.103" +version = "1.0.104" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b812699e0c4f813b872b373a4471717d9eb550da14b311058a4d9cf4173cbca6" +checksum = "6ae08be68c056db96f0e6c6dd820727cca756ced9e1f4cc7fdd20e2a55e23898" dependencies = [ "glob", "serde", diff --git a/Cargo.toml b/Cargo.toml index 4645af8422a..df1519643a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -236,7 +236,7 @@ tracing-flame = { version = "=0.2.0", default-features = false } tracing-opentelemetry = { version = "=0.29.0", default-features = false } tracing-subscriber = { version = "=0.3.19", default-features = false } trait-variant = { version = "=0.1.2", default-features = false } -trybuild = { version = "=1.0.103", default-features = false } +trybuild = { version = "=1.0.104", default-features = false } tsify = { version = "=0.4.5", default-features = false } unicode-ident = { version = "=1.0.17", default-features = false } url = { version = "=2.5.4", default-features = false }