aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml16
1 files changed, 8 insertions, 8 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0df6e6c..6f6799d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -21,19 +21,19 @@ name = 'rst'
path = 'src/bin.rs'
[dependencies]
-failure = '0.1.3'
-failure_derive = '0.1.3'
+failure = '0.1.5'
+failure_derive = '0.1.5'
url = '1.7.2'
-regex = '1.1.0'
+regex = '1.1.3'
bitflags = '1.0.4'
unicode_categories = '0.1.1'
pest = '2.1.0'
pest_derive = '2.1.0'
-serde = '1.0.80'
-serde_derive = '1.0.80'
-serde_json = '1.0.33'
-serde-xml-rs = '0.2.1'
+serde = '1.0.89'
+serde_derive = '1.0.89'
+serde_json = '1.0.39'
+serde-xml-rs = '0.3.1'
quicli = '0.4.0'
-structopt = '0.2.13'
+structopt = '0.2.15'
clap = '2.32.0'