1
0
mirror of https://github.com/containers/youki synced 2024-11-23 17:32:15 +01:00

Bump quote from 1.0.13 to 1.0.14

Bumps [quote](https://github.com/dtolnay/quote) from 1.0.13 to 1.0.14.
- [Release notes](https://github.com/dtolnay/quote/releases)
- [Commits](https://github.com/dtolnay/quote/compare/1.0.13...1.0.14)

---
updated-dependencies:
- dependency-name: quote
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-12-29 00:48:08 +00:00 committed by GitHub
parent d746c13639
commit cf8581a3ce
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

4
Cargo.lock generated

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