summaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2020-11-04 17:00:26 -0800
committerHaibo Huang <hhb@google.com>2020-11-04 17:00:26 -0800
commit30109aca3144d129cd8d15cb86326e6732fef94a (patch)
tree575aa70a1ff92011bffbd0be827017bebd50cb29 /Cargo.toml.orig
parent545fd6fbe483c50e7bea9dd12d9d6e317f1863ba (diff)
downloadthiserror-impl-30109aca3144d129cd8d15cb86326e6732fef94a.tar.gz
Upgrade rust/crates/thiserror-impl to 1.0.22
Test: make Change-Id: Ie03da9360a51da84cbc9f5629e9043206348b5c8
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 ff97c59..632bcc4 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -1,6 +1,6 @@
[package]
name = "thiserror-impl"
-version = "1.0.21"
+version = "1.0.22"
authors = ["David Tolnay <dtolnay@gmail.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
@@ -13,7 +13,7 @@ proc-macro = true
[dependencies]
proc-macro2 = "1.0"
quote = "1.0"
-syn = "1.0.11"
+syn = "1.0.45"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]