Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 6, 2024
1 parent f79ddc2 commit b8f62e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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 @@ -337,7 +337,7 @@ smallvec = { version = "1.13.1" }
static_assertions = { version = "1.1.0" }
strum = { version = "0.26.3", default-features = false, features = ["derive"] }
strum_macros = { version = "0.26.2" }
syn = { version = "1.0.98", features = ["full", "fold", "extra-traits", "visit"] }
syn = { version = "2.0.71", features = ["full", "fold", "extra-traits", "visit"] }
tiny-keccak = { version = "2.0", features = ["fips202"] }

[profile.dev]
Expand Down

0 comments on commit b8f62e0

Please sign in to comment.