Skip to content

Commit

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

---
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 31, 2024
1 parent aa84fe0 commit 07a56f9
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.209"
serde_json = "1.0.127"
syn = { version = "2.0.75", features = ["full"] }
syn = { version = "2.0.77", 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.75", features = ["full", "extra-traits"] }
syn = { version = "2.0.77", 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.209"
syn = "2.0.75"
syn = "2.0.77"
typify = { path = "../typify" }

0 comments on commit 07a56f9

Please sign in to comment.