Merge pull request #219 from rust-vmm/dependabot/cargo/proc-macro2-1.0.46

build(deps): bump proc-macro2 from 1.0.44 to 1.0.46
This commit is contained in:
Viresh Kumar 2022-10-04 08:22:12 +05:30 committed by GitHub
commit a1ff4cd2fe
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.44"
version = "1.0.46"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7bd7356a8122b6c4a24a82b278680c73357984ca2fc79a0f9fa6dea7dced7c58"
checksum = "94e2ef8dbfc347b10c094890f778ee2e36ca9bb4262e86dc99cd217e35f3470b"
dependencies = [
"unicode-ident",
]