Merge pull request #212 from rust-vmm/dependabot/cargo/proc-macro2-1.0.44

build(deps): bump proc-macro2 from 1.0.43 to 1.0.44
This commit is contained in:
Viresh Kumar 2022-09-28 19:41:17 +05:30 committed by GitHub
commit 8bc4e7473c
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.43"
version = "1.0.44"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a2ca2c61bc9f3d74d2886294ab7b9853abd9c1ad903a3ac7815c58989bb7bab"
checksum = "7bd7356a8122b6c4a24a82b278680c73357984ca2fc79a0f9fa6dea7dced7c58"
dependencies = [
"unicode-ident",
]