diff --git a/Cargo.lock b/Cargo.lock index 6b5861c..986dfed 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -357,12 +357,11 @@ dependencies = [ [[package]] name = "trybuild" -version = "1.0.91" +version = "1.0.96" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ad7eb6319ebadebca3dacf1f85a93bc54b73dd81b9036795f73de7ddfe27d5a" +checksum = "33a5f13f11071020bb12de7a16b925d2d58636175c20c11dc5f96cb64bb6c9b3" dependencies = [ "glob", - "once_cell", "serde", "serde_derive", "serde_json", diff --git a/lazy-attribute/Cargo.toml b/lazy-attribute/Cargo.toml index 5d25a24..3fd5034 100644 --- a/lazy-attribute/Cargo.toml +++ b/lazy-attribute/Cargo.toml @@ -22,7 +22,7 @@ once_cell = "1.19" [dev-dependencies] tokio = { version = "1.37.0", features = ["macros", "rt", "rt-multi-thread"] } -trybuild = "1.0.91" +trybuild = "1.0.96" [features] default = []