diff options
| author | Dario Nieuwenhuis <[email protected]> | 2021-09-11 00:10:46 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2021-09-11 01:35:23 +0200 |
| commit | f2623e7e9b03bc6539827e8c9d1a9cb6dd7ede2e (patch) | |
| tree | b2b97c894dc78a907455a6718b9122d461ec87e5 /embassy-macros | |
| parent | 9082e5f6c5982e7d220f54c8e64e0dd27c6c579d (diff) | |
Update lots of deps
Diffstat (limited to 'embassy-macros')
| -rw-r--r-- | embassy-macros/Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/embassy-macros/Cargo.toml b/embassy-macros/Cargo.toml index 06dc6f072..b56f0f72f 100644 --- a/embassy-macros/Cargo.toml +++ b/embassy-macros/Cargo.toml | |||
| @@ -5,10 +5,10 @@ authors = ["Dario Nieuwenhuis <[email protected]>"] | |||
| 5 | edition = "2018" | 5 | edition = "2018" |
| 6 | 6 | ||
| 7 | [dependencies] | 7 | [dependencies] |
| 8 | syn = { version = "1.0.39", features = ["full", "extra-traits"] } | 8 | syn = { version = "1.0.76", features = ["full", "extra-traits"] } |
| 9 | quote = "1.0.7" | 9 | quote = "1.0.9" |
| 10 | darling = "0.10.2" | 10 | darling = "0.13.0" |
| 11 | proc-macro2 = "1.0.24" | 11 | proc-macro2 = "1.0.29" |
| 12 | 12 | ||
| 13 | [lib] | 13 | [lib] |
| 14 | proc-macro = true | 14 | proc-macro = true |
