We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad47064 commit c59f20eCopy full SHA for c59f20e
Cargo.toml
@@ -18,14 +18,14 @@ rust-version = "1.70.0"
18
proc-macro = true
19
20
[dependencies]
21
-syn = { version = "2.0.68", features = ["visit", "full", "extra-traits"] }
22
-quote = "1.0.36"
23
-proc-macro2 = "1.0.86"
+syn = { version = "2.0.100", features = ["visit", "full", "extra-traits"] }
+quote = "1.0.40"
+proc-macro2 = "1.0.94"
24
structmeta = "0.3.0"
25
26
[dev-dependencies]
27
proptest = "1.6.0"
28
-trybuild = "1.0.96"
29
-tokio = { version = "1.38.0", features = ["rt-multi-thread"] }
+trybuild = "1.0.104"
+tokio = { version = "1.44.1", features = ["rt-multi-thread"] }
30
anyhow = "1.0.97"
31
googletest = "0.14.0"
0 commit comments