Skip to content

Commit

Permalink
Bump syn from 1.0.86 to 1.0.91
Browse files Browse the repository at this point in the history
Bumps [syn](https://github.com/dtolnay/syn) from 1.0.86 to 1.0.91.
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](dtolnay/syn@1.0.86...1.0.91)

---
updated-dependencies:
- dependency-name: syn
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and sunshowers committed Apr 21, 2022
1 parent 31d258c commit f7414f0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 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 workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ textwrap = { version = "0.15.0", features = ["smawk", "unicode-linebreak", "unic
memchr = { version = "2.4.1", features = ["std", "use_std"] }
proc-macro2 = { version = "1.0.37", features = ["proc-macro"] }
quote = { version = "1.0.18", features = ["proc-macro"] }
syn = { version = "1.0.86", features = ["clone-impls", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "visit-mut"] }
syn = { version = "1.0.91", features = ["clone-impls", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "visit-mut"] }

[target.x86_64-unknown-linux-gnu.dependencies]
libc = { version = "0.2.124", default-features = false, features = ["extra_traits"] }
Expand Down

0 comments on commit f7414f0

Please sign in to comment.