Merge pull request #158 from rust-vmm/dependabot/cargo/proc-macro2-1.0.38

build(deps): bump proc-macro2 from 1.0.37 to 1.0.38
This commit is contained in:
Viresh Kumar 2022-05-09 14:19:22 +05:30 committed by GitHub
commit b2fde7ba0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
Cargo.lock generated
View File

@ -263,9 +263,9 @@ dependencies = [
[[package]]
name = "proc-macro2"
version = "1.0.37"
version = "1.0.38"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec757218438d5fda206afc041538b2f6d889286160d649a86a24d37e1235afd1"
checksum = "9027b48e9d4c9175fa2218adf3557f91c1137021739951d4932f5f8268ac48aa"
dependencies = [
"unicode-xid",
]