Merge pull request #61 from rust-vmm/dependabot/cargo/proc-macro2-1.0.32

build(deps): bump proc-macro2 from 1.0.30 to 1.0.32
This commit is contained in:
Alex Bennée 2021-11-16 14:16:04 +00:00 committed by GitHub
commit ec488bd497
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
Cargo.lock generated
View File

@ -173,9 +173,9 @@ dependencies = [
[[package]]
name = "proc-macro2"
version = "1.0.30"
version = "1.0.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "edc3358ebc67bc8b7fa0c007f945b0b18226f78437d61bec735a9eb96b61ee70"
checksum = "ba508cc11742c0dc5c1659771673afbab7a0efab23aa17e854cbab0837ed0b43"
dependencies = [
"unicode-xid",
]