1
0
Fork 0
mirror of https://github.com/containers/youki synced 2024-06-08 07:46:19 +02:00

Merge pull request #841 from containers/dependabot/cargo/crates/quote-1.0.18

chore(deps): bump quote from 1.0.17 to 1.0.18 in /crates
This commit is contained in:
utam0k 2022-04-12 17:57:08 +09:00 committed by GitHub
commit 8616ced1e1
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

4
crates/Cargo.lock generated
View File

@ -1539,9 +1539,9 @@ dependencies = [
[[package]]
name = "quote"
version = "1.0.17"
version = "1.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "632d02bff7f874a36f33ea8bb416cd484b90cc66c1194b1a1110d067a7013f58"
checksum = "a1feb54ed693b93a84e14094943b84b7c4eae204c512b7ccb95ab0c66d278ad1"
dependencies = [
"proc-macro2",
]