Merge pull request #46 from rust-vmm/dependabot/cargo/proc-macro2-1.0.30

build(deps): bump proc-macro2 from 1.0.29 to 1.0.30
This commit is contained in:
Viresh Kumar 2021-10-18 12:32:30 +05:30 committed by GitHub
commit 6e585e9192
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.29"
version = "1.0.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9f5105d4fdaab20335ca9565e106a5d9b82b6219b5ba735731124ac6711d23d"
checksum = "edc3358ebc67bc8b7fa0c007f945b0b18226f78437d61bec735a9eb96b61ee70"
dependencies = [
"unicode-xid",
]