Skip to content

Commit

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

---
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] committed Apr 4, 2024
1 parent 191b2a3 commit 3e8e066
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 36 deletions.
70 changes: 35 additions & 35 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.52", features = ["full"] }
syn = { version = "2.0.58", features = ["full"] }
proc-macro2 = { version = "1.0.79" }

tracing = "0.1.40"
Expand Down

0 comments on commit 3e8e066

Please sign in to comment.