summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-12-28 11:09:47 +0000
committerGitHub <noreply@github.com>2021-12-28 11:09:47 +0000
commite92370af36e1ca94266e18b45c64327225782501 (patch)
tree8882fe5158474c823d3906bfcba962226cd43249
parentd36533ad76d39377aa082c366139332286fb6ffb (diff)
Bump quote from 1.0.10 to 1.0.11dependabot/cargo/quote-1.0.11
Bumps [quote](https://github.com/dtolnay/quote) from 1.0.10 to 1.0.11. - [Release notes](https://github.com/dtolnay/quote/releases) - [Commits](https://github.com/dtolnay/quote/compare/1.0.10...1.0.11) --- updated-dependencies: - dependency-name: quote dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index cc5d287..6eeb263 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -569,9 +569,9 @@ dependencies = [
[[package]]
name = "quote"
-version = "1.0.10"
+version = "1.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "38bc8cc6a5f2e3655e0899c1b848643b2562f853f114bfec7be120678e3ace05"
+checksum = "3dff9853339d4a5b75094c8edd65c3a0e81da8281855332d79559ddd8591b236"
dependencies = [
"proc-macro2",
]