Skip to content
This repository was archived by the owner on Jun 16, 2022. It is now read-only.

Commit e2f4a09

Browse files
authored
Merge pull request #77 from oxidizer-rs/dependabot/cargo/syn-1.0.62
Bump syn from 1.0.61 to 1.0.62
2 parents 0371b1d + e4a1744 commit e2f4a09

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

oxidizer-entity-macro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ proc-macro = true
1616

1717
[dependencies]
1818
quote = "1.0.9"
19-
syn = { version = "1.0.61", features = ["full", "extra-traits"] }
19+
syn = { version = "1.0.62", features = ["full", "extra-traits"] }
2020
proc-macro2 = "1.0.24"
2121
darling = "0.12.2"
2222
async-trait = "0.1.47"

0 commit comments

Comments
 (0)