Skip to content

Commit 517820a

Browse files
generatedunixname2066905484085733meta-codesync[bot]
authored andcommitted
Bump proc-macro2 1.0.105 -> 1.0.106
Summary: Automated semver-compatible version bump. bypass-github-export-checks Reviewed By: dtolnay Differential Revision: D92622380 fbshipit-source-id: 7c9c613ddfc420c313a4a0da91cdeb60c4d9ffb5
1 parent 229cd95 commit 517820a

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

common/rust/shed/fbinit/fbinit_macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ doctest = false
1717
proc-macro = true
1818

1919
[dependencies]
20-
proc-macro2 = { version = "1.0.70", features = ["span-locations"] }
20+
proc-macro2 = { version = "1.0.106", features = ["span-locations"] }
2121
quote = "1.0.44"
2222
syn = { version = "2.0.110", features = ["extra-traits", "fold", "full", "visit", "visit-mut"] }

common/rust/shed/quickcheck_arbitrary_derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ name = "quickcheck_arbitrary_example"
2020
path = "examples/example.rs"
2121

2222
[dependencies]
23-
proc-macro2 = { version = "1.0.70", features = ["span-locations"] }
23+
proc-macro2 = { version = "1.0.106", features = ["span-locations"] }
2424
quickcheck = "1.0"
2525
quote = "1.0.44"
2626
syn = { version = "2.0.110", features = ["extra-traits", "fold", "full", "visit", "visit-mut"] }

eden/fs/cli_rs/stack-config-derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ proc-macro = true
1515
[dependencies]
1616
darling = "0.14.0"
1717
proc-macro-error = "1.0"
18-
proc-macro2 = { version = "1.0.70", features = ["span-locations"] }
18+
proc-macro2 = { version = "1.0.106", features = ["span-locations"] }
1919
quote = "1.0.44"
2020
syn = { version = "1.0.109", features = ["extra-traits", "fold", "full", "visit", "visit-mut"] }

eden/mononoke/common/thrift_convert/proc_macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ doctest = false
1414
proc-macro = true
1515

1616
[dependencies]
17-
proc-macro2 = { version = "1.0.70", features = ["span-locations"] }
17+
proc-macro2 = { version = "1.0.106", features = ["span-locations"] }
1818
quote = "1.0.44"
1919
syn = { version = "1.0.109", features = ["extra-traits", "fold", "full", "visit", "visit-mut"] }

eden/scm/lib/edenapi/types/proc_macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ doctest = false
1717
proc-macro = true
1818

1919
[dependencies]
20-
proc-macro2 = { version = "1.0.70", features = ["span-locations"] }
20+
proc-macro2 = { version = "1.0.106", features = ["span-locations"] }
2121
quote = "1.0.44"
2222
syn = { version = "1.0.109", features = ["extra-traits", "fold", "full", "visit", "visit-mut"] }

eden/scm/lib/util/rewrite-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ doctest = false
1717
proc-macro = true
1818

1919
[dependencies]
20-
proc-macro2 = { version = "1.0.70", features = ["span-locations"] }
20+
proc-macro2 = { version = "1.0.106", features = ["span-locations"] }
2121
quote = "1.0.44"
2222
sapling-tree-pattern-match = { version = "0.1.0", path = "tree-pattern-match" }
2323

0 commit comments

Comments
 (0)