Skip to content

Commit

Permalink
build(deps): bump syn from 2.0.58 to 2.0.60 (#952)
Browse files Browse the repository at this point in the history
Bumps [syn](https://github.com/dtolnay/syn) from 2.0.58 to 2.0.60.
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](dtolnay/syn@2.0.58...2.0.60)

---
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 Apr 17, 2024
1 parent 2e86196 commit 622d028
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 38 deletions.
74 changes: 37 additions & 37 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 @@ -60,7 +60,7 @@ async-stream = "0.3.5"
async-trait = { version = "0.1.79" }
crossbeam-channel = { version = "0.5.12" }

syn = { version = "2.0.58", features = ["full"] }
syn = { version = "2.0.60", features = ["full"] }
proc-macro2 = { version = "1.0.79" }

tracing = "0.1.40"
Expand Down

0 comments on commit 622d028

Please sign in to comment.