summaryrefslogtreecommitdiffstats
path: root/vendor/quote/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/quote/Cargo.toml')
-rw-r--r--vendor/quote/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/quote/Cargo.toml b/vendor/quote/Cargo.toml
index 4d6b32670..734042ff5 100644
--- a/vendor/quote/Cargo.toml
+++ b/vendor/quote/Cargo.toml
@@ -13,7 +13,7 @@
edition = "2018"
rust-version = "1.31"
name = "quote"
-version = "1.0.23"
+version = "1.0.26"
authors = ["David Tolnay <dtolnay@gmail.com>"]
autobenches = false
description = "Quasi-quoting macro quote!(...)"
@@ -34,7 +34,7 @@ targets = ["x86_64-unknown-linux-gnu"]
doc-scrape-examples = false
[dependencies.proc-macro2]
-version = "1.0.40"
+version = "1.0.52"
default-features = false
[dev-dependencies.rustversion]