Skip to content

Commit

Permalink
build(deps): bump syn from 1.0.109 to 2.0.90 (#1574)
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.90.
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](dtolnay/syn@1.0.109...2.0.90)

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

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 Dec 28, 2024
1 parent 0c50108 commit 1bd5a94
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 @@ -325,7 +325,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.90", features = ["full", "fold", "extra-traits", "visit"] }
tiny-keccak = { version = "2.0", features = ["fips202"] }

[profile.dev]
Expand Down

0 comments on commit 1bd5a94

Please sign in to comment.