diff --git a/Cargo.lock b/Cargo.lock index a2b0e899973..36912caa6a6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6665,9 +6665,9 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "trybuild" -version = "1.0.75" +version = "1.0.76" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f1212c215a87a183687a7cc7065901b1a98da6b37277d51a1b5faedbb4efd4f3" +checksum = "6ed2c57956f91546d4d33614265a85d55c8e1ab91484853a10335894786d7db6" dependencies = [ "glob", "once_cell", diff --git a/Cargo.toml b/Cargo.toml index 98882ce81a5..d49771c6a00 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -247,7 +247,7 @@ trust-dns-client = "0.22" trust-dns-proto = "0.22" trust-dns-resolver = "0.22" trust-dns-server = "0.22" -trybuild = "1.0.75" +trybuild = "1.0.76" uuid = { version = "1.2.2", features = ["serde", "v4"] } usdt = "0.3" vsss-rs = { version = "2.0.0", default-features = false, features = ["std"] }