Skip to content

Commit

Permalink
Bump the all-dependencies group with 1 update
Browse files Browse the repository at this point in the history
Bumps the all-dependencies group with 1 update: [syn](https://github.com/dtolnay/syn).


Updates `syn` from 2.0.51 to 2.0.52
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](dtolnay/syn@2.0.51...2.0.52)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 4, 2024
1 parent cf519a5 commit e6edc14
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 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 @@ -46,7 +46,7 @@ chrono = "0.4.34"

[build-dependencies]
quote = { version = "1.0.33", optional = true }
syn = { version = "2.0.51", features = ["full", "fold"], optional = true }
syn = { version = "2.0.52", features = ["full", "fold"], optional = true }
proc-macro2 = { version = "1.0.78", optional = true }

[dev-dependencies]
Expand Down

0 comments on commit e6edc14

Please sign in to comment.