Skip to content

Commit

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

---
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 Aug 12, 2024
1 parent e86fffa commit b32fbb8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 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 @@ -17,7 +17,7 @@ schemars = "0.8.21"
semver = "1.0.23"
serde = "1.0.204"
serde_json = "1.0.122"
syn = { version = "2.0.72", features = ["full"] }
syn = { version = "2.0.74", features = ["full"] }
thiserror = "1.0.63"
unicode-ident = "1.0.12"

Expand All @@ -29,5 +29,5 @@ paste = "1.0.15"
rustfmt-wrapper = "0.2.1"
schema = "0.1.0"
schemars = { version = "0.8.21", features = ["uuid1", "impl_json_schema"] }
syn = { version = "2.0.72", features = ["full", "extra-traits"] }
syn = { version = "2.0.74", features = ["full", "extra-traits"] }
uuid = "1.10.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.20"
schemars = "0.8.21"
serde = "1.0.204"
syn = "2.0.72"
syn = "2.0.74"
typify = { path = "../typify" }

0 comments on commit b32fbb8

Please sign in to comment.