diff options
Diffstat (limited to 'vendor/quote/Cargo.toml')
-rw-r--r-- | vendor/quote/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/quote/Cargo.toml b/vendor/quote/Cargo.toml index 734042ff5..af2ffc42b 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.26" +version = "1.0.29" 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.52" +version = "1.0.63" default-features = false [dev-dependencies.rustversion] |