Merge pull request #105 from rust-vmm/dependabot/cargo/quote-1.0.15

build(deps): bump quote from 1.0.14 to 1.0.15
This commit is contained in:
mathieupoirier 2022-02-09 02:04:32 -07:00 committed by GitHub
commit 944635aae6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
Cargo.lock generated
View File

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