Skip to content

Commit 536a610

Browse files
generatedunixname2066905484085733meta-codesync[bot]
authored andcommitted
Bump quote 1.0.46 -> 1.0.47
Summary: Automated semver-compatible version bump. bypass-github-export-checks Reviewed By: zbowling, dtolnay Differential Revision: D114773446 fbshipit-source-id: bbef23ae816abcfdca26f716ba22c7b68d077a34
1 parent b92a067 commit 536a610

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

shed/codegen_includer_proc_macro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ name = "tests"
2121
path = "tests/main.rs"
2222

2323
[dependencies]
24-
quote = "1.0.46"
24+
quote = "1.0.47"

shed/facet/proc_macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ proc-macro = true
1818
[dependencies]
1919
proc-macro-crate = "3.2.0"
2020
proc-macro2 = { version = "1.0.107", features = ["span-locations"] }
21-
quote = "1.0.46"
21+
quote = "1.0.47"
2222
syn = { version = "2.0.119", features = ["extra-traits", "fold", "full", "visit", "visit-mut"] }
2323

2424
[lints.rust]

shed/fbinit/fbinit_macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ proc-macro = true
1818

1919
[dependencies]
2020
proc-macro2 = { version = "1.0.107", features = ["span-locations"] }
21-
quote = "1.0.46"
21+
quote = "1.0.47"
2222
syn = { version = "2.0.119", features = ["extra-traits", "fold", "full", "visit", "visit-mut"] }

shed/quickcheck_arbitrary_derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ path = "examples/example.rs"
2222
[dependencies]
2323
proc-macro2 = { version = "1.0.107", features = ["span-locations"] }
2424
quickcheck = "1.1"
25-
quote = "1.0.46"
25+
quote = "1.0.47"
2626
syn = { version = "2.0.119", features = ["extra-traits", "fold", "full", "visit", "visit-mut"] }

shed/scuba_sample/derive/Cargo.toml

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

1818
[dependencies]
1919
proc-macro2 = { version = "1.0.107", features = ["span-locations"] }
20-
quote = "1.0.46"
20+
quote = "1.0.47"
2121
syn = { version = "2.0.119", features = ["extra-traits", "fold", "full", "visit", "visit-mut"] }

shed/sql/derive/Cargo.toml

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

1919
[dependencies]
20-
quote = "1.0.46"
20+
quote = "1.0.47"
2121
syn = { version = "2.0.119", features = ["extra-traits", "fold", "full", "visit", "visit-mut"] }

0 commit comments

Comments
 (0)