aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNathan Jaremko2019-05-01 22:26:12 -0400
committerNathan Jaremko2019-05-01 22:26:12 -0400
commit750fc36a40c194b97624d48d88fd3f22a5f5d7e0 (patch)
tree1d1f327cd39fb95cbbab1abd26b1e94fea42a48a /Cargo.toml
parent33351042c174eb07e98e786528e3d14cbdc35dc2 (diff)
downloadpodcast-750fc36a40c194b97624d48d88fd3f22a5f5d7e0.tar.bz2
Fix clippy issues and updated dependencies
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 711fd7d..241316a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,17 +20,17 @@ name = "podcast"
[dependencies]
chrono = { version = "0.4", features = ["serde"] }
-clap = "2.32"
+clap = "2.33"
dirs = "1.0"
failure = "0.1"
lazy_static = "1.3"
rayon = "1.0"
regex = "1.1"
reqwest = "0.9"
-rss = {version = "1.6", features = ["from_url"] }
+rss = {version = "1.7", features = ["from_url"] }
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
serde_yaml = "0.8"
-toml = "0.4"
+toml = "0.5"
percent-encoding = "1" \ No newline at end of file