Skip to content

Commit

Permalink
Merge pull request #759 from gosub-io/dependabot/cargo/syn-2.0.95
Browse files Browse the repository at this point in the history
Bump syn from 2.0.93 to 2.0.95
  • Loading branch information
Sharktheone authored Jan 6, 2025
2 parents 7651360 + 7e788f4 commit b19d8ae
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 41 deletions.
80 changes: 40 additions & 40 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 crates/gosub_webinterop/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "MIT"
description = "Web Interop for Gosub"

[dependencies]
syn = { version = "2.0.93", features = ["full", "extra-traits"] }
syn = { version = "2.0.95", features = ["full", "extra-traits"] }
quote = { version = "1.0.37", features = [] }
proc-macro2 = "1.0.92"
lazy_static = "1.5.0"
Expand Down

0 comments on commit b19d8ae

Please sign in to comment.