Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 11, 2023
1 parent cd04e0a commit 76a411e
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
30 changes: 15 additions & 15 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 example-build/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ serde_json = "1.0.107"
prettyplease = "0.2"
schemars = "0.8"
serde_json = "1.0.107"
syn = "2.0.37"
syn = "2.0.38"
typify = { path = "../typify" }
2 changes: 1 addition & 1 deletion typify-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ ipnetwork = { version = "0.20.0", features = ["schemars"] }
prettyplease = "0.2"
schemars = "0.8.13"
serde = "1.0.188"
syn = "2.0.37"
syn = "2.0.38"
typify = { path = "../typify" }

0 comments on commit 76a411e

Please sign in to comment.