diff options
| author | Nathan Jaremko | 2019-05-01 22:26:12 -0400 |
|---|---|---|
| committer | Nathan Jaremko | 2019-05-01 22:26:12 -0400 |
| commit | 750fc36a40c194b97624d48d88fd3f22a5f5d7e0 (patch) | |
| tree | 1d1f327cd39fb95cbbab1abd26b1e94fea42a48a /Cargo.toml | |
| parent | 33351042c174eb07e98e786528e3d14cbdc35dc2 (diff) | |
| download | podcast-750fc36a40c194b97624d48d88fd3f22a5f5d7e0.tar.bz2 | |
Fix clippy issues and updated dependencies
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |
