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 eb21940 commit 46631ccCopy full SHA for 46631cc
Cargo.toml
@@ -15,16 +15,16 @@ rust-version = "1.56"
15
proc-macro = true
16
17
[dependencies]
18
-proc-macro2 = "1.0"
19
-quote = "1.0"
20
-syn = { version = "2.0.9", features = ["full", "visit-mut"] }
+proc-macro2 = "1.0.63"
+quote = "1.0.29"
+syn = { version = "2.0.23", features = ["full", "visit-mut"] }
21
22
[dev-dependencies]
23
-futures = "0.3"
24
-rustversion = "1.0"
25
-tracing = "0.1.14"
26
-tracing-attributes = "0.1.14"
27
-trybuild = { version = "1.0.49", features = ["diff"] }
+futures = "0.3.28"
+rustversion = "1.0.13"
+tracing = "0.1.37"
+tracing-attributes = "0.1.26"
+trybuild = { version = "1.0.81", features = ["diff"] }
28
29
[package.metadata.docs.rs]
30
targets = ["x86_64-unknown-linux-gnu"]
0 commit comments