Skip to content

Commit

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

---
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 Nov 25, 2024
1 parent c3fffca commit 6528179
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 glib-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ version.workspace = true
heck = "0.5"
proc-macro2 = "1.0"
quote = "1.0"
syn = { version = "2.0.87", features = ["full"] }
syn = { version = "2.0.89", features = ["full"] }
proc-macro-crate = "3.1"

[lib]
Expand Down

0 comments on commit 6528179

Please sign in to comment.