Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 3, 2024
1 parent 6bab733 commit bbe196e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions native/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 native/chromium_jni_macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ proc-macro = true
[dependencies]
proc-macro2 = { version = "1.0" }
quote = { version = "1.0" }
syn = { version = "2.0.53", features=["full", "parsing", "proc-macro", "extra-traits", "derive", "printing", "clone-impls"], default-features = false }
syn = { version = "2.0.58", features=["full", "parsing", "proc-macro", "extra-traits", "derive", "printing", "clone-impls"], default-features = false }

0 comments on commit bbe196e

Please sign in to comment.