File tree Expand file tree Collapse file tree 5 files changed +10
-8
lines changed Expand file tree Collapse file tree 5 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -68,6 +68,8 @@ itertools = "0.12.1"
68
68
# https://github.com/bytecodealliance/rustix/issues/1496
69
69
libc = " =0.2.174"
70
70
memchr = " 2.7.5"
71
+ proc-macro2 = " 1.0.101"
72
+ quote = " 1.0.40"
71
73
rustc-literal-escaper = " 0.0.5"
72
74
serde_json = " 1.0.142"
73
75
thin-vec = " 0.2.14"
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ proc-macro = true
11
11
annotate-snippets = " 0.11"
12
12
fluent-bundle = " 0.16"
13
13
fluent-syntax = " 0.12"
14
- proc-macro2 = " 1 "
15
- quote = " 1 "
14
+ proc-macro2.workspace = true
15
+ quote.workspace = true
16
16
syn = { version = " 2" , features = [" full" ] }
17
17
unic-langid = { version = " 0.9.0" , features = [" macros" ] }
18
18
# tidy-alphabetical-end
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ proc-macro = true
8
8
9
9
[dependencies ]
10
10
# tidy-alphabetical-start
11
- proc-macro2 = " 1 "
12
- quote = " 1 "
11
+ proc-macro2.workspace = true
12
+ quote.workspace = true
13
13
syn = { version = " 2.0.9" , features = [" full" , " extra-traits" ] }
14
14
# tidy-alphabetical-end
15
15
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ proc-macro = true
8
8
9
9
[dependencies ]
10
10
# tidy-alphabetical-start
11
- proc-macro2 = " 1 "
12
- quote = " 1 "
11
+ proc-macro2.workspace = true
12
+ quote.workspace = true
13
13
syn = { version = " 2.0.9" , features = [" full" ] }
14
14
synstructure = " 0.13.0"
15
15
# tidy-alphabetical-end
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ proc-macro = true
8
8
9
9
[dependencies ]
10
10
# tidy-alphabetical-start
11
- proc-macro2 = " 1 "
12
- quote = " 1 "
11
+ proc-macro2.workspace = true
12
+ quote.workspace = true
13
13
syn = { version = " 2.0.9" , features = [" full" ] }
14
14
synstructure = " 0.13.0"
15
15
# tidy-alphabetical-end
You can’t perform that action at this time.
0 commit comments