Merge pull request #187 from rust-vmm/dependabot/cargo/proc-macro2-1.0.42

build(deps): bump proc-macro2 from 1.0.41 to 1.0.42
This commit is contained in:
Viresh Kumar 2022-07-27 15:30:12 +05:30 committed by GitHub
commit 76e69cba8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
Cargo.lock generated
View File

@ -264,9 +264,9 @@ dependencies = [
[[package]]
name = "proc-macro2"
version = "1.0.41"
version = "1.0.42"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cdcc2916cde080c1876ff40292a396541241fe0072ef928cd76582e9ea5d60d2"
checksum = "c278e965f1d8cf32d6e0e96de3d3e79712178ae67986d9cf9151f51e95aac89b"
dependencies = [
"unicode-ident",
]