Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: syn
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 26, 2024
1 parent 1db6bec commit 50bfbd3
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 35 deletions.
68 changes: 34 additions & 34 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.77" }
crossbeam-channel = { version = "0.5.11" }

syn = { version = "2.0.50", features = ["full"] }
syn = { version = "2.0.51", features = ["full"] }
proc-macro2 = { version = "1.0.78" }

tracing = "0.1.40"
Expand Down

0 comments on commit 50bfbd3

Please sign in to comment.