Merge pull request #86 from rust-vmm/dependabot/cargo/quote-1.0.14

build(deps): bump quote from 1.0.10 to 1.0.14
This commit is contained in:
Viresh Kumar 2022-01-06 15:22:16 +05:30 committed by GitHub
commit 60a4155c60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
Cargo.lock generated
View File

@ -172,9 +172,9 @@ dependencies = [
[[package]]
name = "quote"
version = "1.0.10"
version = "1.0.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38bc8cc6a5f2e3655e0899c1b848643b2562f853f114bfec7be120678e3ace05"
checksum = "47aa80447ce4daf1717500037052af176af5d38cc3e571d9ec1c7353fc10c87d"
dependencies = [
"proc-macro2",
]