Skip to content

Commit

Permalink
Bump syn from 2.0.96 to 2.0.98
Browse files Browse the repository at this point in the history
Bumps [syn](https://github.com/dtolnay/syn) from 2.0.96 to 2.0.98.
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](dtolnay/syn@2.0.96...2.0.98)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 4, 2025
1 parent b836f85 commit fa15941
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2309,9 +2309,9 @@ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"

[[package]]
name = "syn"
version = "2.0.96"
version = "2.0.98"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d5d0adab1ae378d7f53bdebc67a39f1f151407ef230f0ce2883572f5d8985c80"
checksum = "36147f1a48ae0ec2b5b3bc5b537d267457555a10dc06f3dbc8cb11ba3006d3b1"
dependencies = [
"proc-macro2",
"quote",
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ clvm-traits-fuzz = { path = "./crates/clvm-traits/fuzz", version = "0.19.0" }
clvm-utils-fuzz = { path = "./crates/clvm-utils/fuzz", version = "0.19.0" }
blst = { version = "0.3.12", features = ["portable"] }
clvmr = "0.12.0"
syn = "2.0.96"
syn = "2.0.98"
quote = "1.0.38"
proc-macro2 = "1.0.93"
proc-macro-crate = "1.3.1"
Expand Down

0 comments on commit fa15941

Please sign in to comment.