diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-03-10 16:57:28 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-10 16:57:28 +0000 |
commit | 8220ca50732ff029510fdd5271ba59193d1db00e (patch) | |
tree | 9c30873ac5c0412fced79d6a8d75fa5968f38fd6 | |
parent | fa1e853e4a9747aedea1c59f341357a0329ac71e (diff) | |
download | servo-8220ca50732ff029510fdd5271ba59193d1db00e.tar.gz servo-8220ca50732ff029510fdd5271ba59193d1db00e.zip |
build(deps): bump syn from 2.0.99 to 2.0.100 (#35886)
Bumps [syn](https://github.com/dtolnay/syn) from 2.0.99 to 2.0.100.
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](https://github.com/dtolnay/syn/compare/2.0.99...2.0.100)
---
updated-dependencies:
- dependency-name: syn
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index e94d4999f84..4c192e7e058 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7399,9 +7399,9 @@ checksum = "e454d048db5527d000bfddb77bd072bbf3a1e2ae785f16d9bd116e07c2ab45eb" [[package]] name = "syn" -version = "2.0.99" +version = "2.0.100" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e02e925281e18ffd9d640e234264753c43edc62d64b2d4cf898f1bc5e75f3fc2" +checksum = "b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0" dependencies = [ "proc-macro2", "quote", |