diff --git a/Cargo.lock b/Cargo.lock index 29319a2..7c6d048 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -941,7 +941,7 @@ dependencies = [ [[package]] name = "hyper-tls" -version = "0.3.0" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1541,7 +1541,7 @@ dependencies = [ "futures 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)", "http 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", "hyper 0.12.11 (registry+https://github.com/rust-lang/crates.io-index)", - "hyper-tls 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "hyper-tls 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", "maplit 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1802,7 +1802,7 @@ dependencies = [ "futures 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)", "http 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", "hyper 0.12.11 (registry+https://github.com/rust-lang/crates.io-index)", - "hyper-tls 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "hyper-tls 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "libflate 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", "mime 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2568,7 +2568,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" "checksum httparse 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e8734b0cfd3bc3e101ec59100e101c2eecd19282202e87808b3037b442777a83" "checksum humansize 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b6cab2627acfc432780848602f3f558f7e9dd427352224b0d9324025796d2a5e" "checksum hyper 0.12.11 (registry+https://github.com/rust-lang/crates.io-index)" = "78d50abbd1790e0f4c74cb1d4a2211b439bac661d54107ad5564c55e77906762" -"checksum hyper-tls 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "caaee4dea92794a9e697038bd401e264307d1f22c883dbcb6f6618ba0d3b3bd3" +"checksum hyper-tls 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "32cd73f14ad370d3b4d4b7dce08f69b81536c82e39fcc89731930fe5788cd661" "checksum ident_case 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3c9826188e666f2ed92071d2dadef6edc430b11b158b5b2b3f4babbcc891eaaa" "checksum idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e" "checksum indexmap 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "08173ba1e906efb6538785a8844dd496f5d34f0a2d88038e95195172fc667220" diff --git a/podcasts-data/Cargo.toml b/podcasts-data/Cargo.toml index 4cdc10f..935a639 100644 --- a/podcasts-data/Cargo.toml +++ b/podcasts-data/Cargo.toml @@ -2,25 +2,24 @@ authors = ["Jordan Petridis "] name = "podcasts-data" version = "0.1.0" -workspace = "../" [dependencies] ammonia = "1.2.0" chrono = "0.4.6" derive_builder = "0.6.0" lazy_static = "1.1.0" -log = "0.4.4" +log = "0.4.5" rayon = "1.0.2" rfc822_sanitizer = "0.3.3" rss = "1.5.0" url = "1.7.1" xdg = "2.1.0" xml-rs = "0.8.0" -futures = "0.1.23" +futures = "0.1.24" hyper = "0.12.11" http = "0.1.13" tokio = "0.1.11" -hyper-tls = "0.3.0" +hyper-tls = "0.3.1" native-tls = "0.2.1" num_cpus = "1.8.0" failure = "0.1.2" @@ -28,7 +27,7 @@ failure_derive = "0.1.2" [dependencies.diesel] features = ["sqlite", "r2d2"] -version = "1.3.2" +version = "1.3.3" [dependencies.diesel_migrations] features = ["sqlite"] diff --git a/podcasts-downloader/Cargo.toml b/podcasts-downloader/Cargo.toml index 84f6d3b..8fd109a 100644 --- a/podcasts-downloader/Cargo.toml +++ b/podcasts-downloader/Cargo.toml @@ -2,7 +2,6 @@ authors = ["Jordan Petridis "] name = "podcasts-downloader" version = "0.1.0" -workspace = "../" [dependencies] error-chain = "0.12.0" diff --git a/podcasts-gtk/Cargo.toml b/podcasts-gtk/Cargo.toml index 6e88382..71358d0 100644 --- a/podcasts-gtk/Cargo.toml +++ b/podcasts-gtk/Cargo.toml @@ -3,7 +3,6 @@ authors = ["Jordan Petridis "] build = "build.rs" name = "podcasts-gtk" version = "0.1.0" -workspace = "../" [dependencies] chrono = "0.4.6" @@ -49,4 +48,4 @@ path = "../podcasts-data" path = "../podcasts-downloader" [dev-dependencies] -pretty_assertions = "0.5.1" +pretty_assertions = "0.5.1" \ No newline at end of file