Skip to content

Commit

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

---
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 Aug 19, 2024
1 parent 4070232 commit 236f3a6
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.206"
serde_json = "1.0.124"
syn = { version = "2.0.74", features = ["full"] }
syn = { version = "2.0.75", 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.74", features = ["full", "extra-traits"] }
syn = { version = "2.0.75", 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.206"
syn = "2.0.74"
syn = "2.0.75"
typify = { path = "../typify" }

0 comments on commit 236f3a6

Please sign in to comment.