Skip to content

Commit

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

---
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 Feb 27, 2024
1 parent cc35d40 commit 78dcbff
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
32 changes: 16 additions & 16 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions typify-impl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ quote = "1.0.35"
regress = "0.8.0"
schemars = "0.8.16"
serde_json = "1.0.114"
syn = { version = "2.0.48", features = ["full"] }
syn = { version = "2.0.51", features = ["full"] }
thiserror = "1.0.57"
unicode-ident = "1.0.12"

Expand All @@ -28,5 +28,5 @@ rustfmt-wrapper = "0.2.1"
schema = "0.1.0"
schemars = { version = "0.8.16", features = ["uuid1"] }
serde = "1.0.197"
syn = { version = "2.0.48", features = ["full", "extra-traits"] }
syn = { version = "2.0.51", features = ["full", "extra-traits"] }
uuid = "1.7.0"
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.16"
schemars = "0.8.16"
serde = "1.0.197"
syn = "2.0.43"
syn = "2.0.51"
typify = { path = "../typify" }

0 comments on commit 78dcbff

Please sign in to comment.