aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNathan Jaremko2018-05-16 23:44:57 -0400
committerNathan Jaremko2018-05-16 23:44:57 -0400
commit6f711fbc66045dda40d2c745beffae357b2c9fc7 (patch)
tree77977be0eab84326b39a293b1d73c2450e0098ef /Cargo.toml
parent31088213c082c5c507cb74a970b022944240ef5a (diff)
downloadpodcast-6f711fbc66045dda40d2c745beffae357b2c9fc7.tar.bz2
Update regex crate to 1.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ca03821..1b4724e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "podcast"
-version = "0.5.7"
+version = "0.5.8"
authors = ["Nathan Jaremko <njaremko@gmail.com>"]
description = "A command line podcast manager"
license = "GPL-3.0"
@@ -23,7 +23,7 @@ clap = "2.28"
error-chain = "0.11"
lazy_static = "1.0"
rayon = "0.9"
-regex = "0.2"
+regex = "1.0"
reqwest = "0.8"
rss = {version = "1.2", features = ["from_url"] }
serde = "1.0"