diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-11-22 17:04:55 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-22 17:04:55 +0000 |
commit | 44ed111c0adec7e4ebaadde2baaf44185ccc72ef (patch) | |
tree | a8744f9491d988d897247a6894d63bc10922ceb0 | |
parent | f040c5db78b53113d77def6f2815f9f248d3fb1d (diff) | |
download | servo-44ed111c0adec7e4ebaadde2baaf44185ccc72ef.tar.gz servo-44ed111c0adec7e4ebaadde2baaf44185ccc72ef.zip |
build(deps): bump proc-macro2 from 1.0.91 to 1.0.92 (#34344)
Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.91 to 1.0.92.
- [Release notes](https://github.com/dtolnay/proc-macro2/releases)
- [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.91...1.0.92)
---
updated-dependencies:
- dependency-name: proc-macro2
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 b37f83de549..213ce09aa48 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5622,9 +5622,9 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.91" +version = "1.0.92" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "307e3004becf10f5a6e0d59d20f3cd28231b0e0827a96cd3e0ce6d14bc1e4bb3" +checksum = "37d3544b3f2748c54e147655edb5025752e2303145b5aefb3c3ea2c78b973bb0" dependencies = [ "unicode-ident", ] |