Skip to content

Commit a6eaf26

Browse files
Bump syn from 2.0.66 to 2.0.70 in /native
Bumps [syn](https://github.com/dtolnay/syn) from 2.0.66 to 2.0.70. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.66...2.0.70) --- updated-dependencies: - dependency-name: syn dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a833be1 commit a6eaf26

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

native/Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

native/chromium_jni_macro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ proc-macro = true
99
[dependencies]
1010
proc-macro2 = { version = "1.0" }
1111
quote = { version = "1.0" }
12-
syn = { version = "2.0.66", features=["full", "parsing", "proc-macro", "extra-traits", "derive", "printing", "clone-impls"], default-features = false }
12+
syn = { version = "2.0.70", features=["full", "parsing", "proc-macro", "extra-traits", "derive", "printing", "clone-impls"], default-features = false }
1313

1414
[lints.clippy]
1515
missing_safety_doc = "allow"

0 commit comments

Comments
 (0)