Skip to content

Commit

Permalink
Merge pull request #89 from llogiq/dependabot/cargo/syn-1.0.36
Browse files Browse the repository at this point in the history
Bump syn from 1.0.34 to 1.0.36
  • Loading branch information
llogiq committed Jul 29, 2020
2 parents 74dc7c0 + f25454d commit 9eeeda8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -14,7 +14,7 @@ proc_macro = true

[dependencies]
flame = "0.2.2"
syn = { version = "1.0.34", features = ["extra-traits", "full", "fold", "parsing"] }
syn = { version = "1.0.36", features = ["extra-traits", "full", "fold", "parsing"] }
quote = "1.0.7"

[features]
Expand Down

0 comments on commit 9eeeda8

Please sign in to comment.