aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml.orig')
-rw-r--r--Cargo.toml.orig4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
index f99b48f..d8b4fe1 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -1,6 +1,6 @@
[package]
name = "quote"
-version = "1.0.23" # don't forget to update html_root_url, version in readme for breaking changes
+version = "1.0.26" # don't forget to update html_root_url, version in readme for breaking changes
authors = ["David Tolnay <dtolnay@gmail.com>"]
autobenches = false
categories = ["development-tools::procedural-macro-helpers"]
@@ -13,7 +13,7 @@ repository = "https://github.com/dtolnay/quote"
rust-version = "1.31"
[dependencies]
-proc-macro2 = { version = "1.0.40", default-features = false }
+proc-macro2 = { version = "1.0.52", default-features = false }
[dev-dependencies]
rustversion = "1.0"