Pull in trybuild 'following types implement trait' fix

This commit is contained in:
David Tolnay 2024-07-06 13:13:04 -07:00
parent 8e6637a1e4
commit b0d7917f88
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -18,4 +18,4 @@ rustversion = "1.0"
serde = { path = "../serde", features = ["rc"] }
serde_derive = { path = "../serde_derive", features = ["deserialize_in_place"] }
serde_test = "1.0.176"
trybuild = { version = "1.0.66", features = ["diff"] }
trybuild = { version = "1.0.97", features = ["diff"] }