Skip to content

Commit

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

---
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 Jan 6, 2025
1 parent 3da48ad commit 514a0b2
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 32 deletions.
62 changes: 31 additions & 31 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.134"
serde_urlencoded = "0.7.1"
serde_yaml = "0.9"
syn = { version = "2.0.93", features = ["parsing"] }
syn = { version = "2.0.95", features = ["parsing"] }
thiserror = "2.0.9"
tokio = { version = "1.42.0", features = ["rt", "net"] }
# change when publishing
Expand Down

0 comments on commit 514a0b2

Please sign in to comment.