aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2020-12-29 20:34:24 -0800
committerHaibo Huang <hhb@google.com>2020-12-29 20:34:24 -0800
commit31a90dd76015a2072d17bce90b5b50e142bad06a (patch)
tree2d5556bf5f20b6138992e3dd5b9891ba971770d6 /Cargo.toml.orig
parent765e3461f7e6e2cde36a335b681b85554ffc7587 (diff)
downloadthiserror-31a90dd76015a2072d17bce90b5b50e142bad06a.tar.gz
Upgrade rust/crates/thiserror to 1.0.23
Test: make Change-Id: I3fafd90663ac086b19614c6a1df54cf8173e336c
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 101d6b0..21149d5 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -1,6 +1,6 @@
[package]
name = "thiserror"
-version = "1.0.22"
+version = "1.0.23"
authors = ["David Tolnay <dtolnay@gmail.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
@@ -11,7 +11,7 @@ categories = ["rust-patterns"]
readme = "README.md"
[dependencies]
-thiserror-impl = { version = "=1.0.22", path = "impl" }
+thiserror-impl = { version = "=1.0.23", path = "impl" }
[dev-dependencies]
anyhow = "1.0"