Commit 46631cc 1 parent eb21940 commit 46631cc Copy full SHA for 46631cc
File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -15,16 +15,16 @@ rust-version = "1.56"
15
15
proc-macro = true
16
16
17
17
[dependencies ]
18
- proc-macro2 = " 1.0"
19
- quote = " 1.0"
20
- syn = { version = " 2.0.9 " , features = [" full" , " visit-mut" ] }
18
+ proc-macro2 = " 1.0.63 "
19
+ quote = " 1.0.29 "
20
+ syn = { version = " 2.0.23 " , features = [" full" , " visit-mut" ] }
21
21
22
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" ] }
23
+ futures = " 0.3.28 "
24
+ rustversion = " 1.0.13 "
25
+ tracing = " 0.1.37 "
26
+ tracing-attributes = " 0.1.26 "
27
+ trybuild = { version = " 1.0.81 " , features = [" diff" ] }
28
28
29
29
[package .metadata .docs .rs ]
30
30
targets = [" x86_64-unknown-linux-gnu" ]
You can’t perform that action at this time.
0 commit comments