Use the released version of cookie
This commit is contained in:
6
Cargo.lock
generated
6
Cargo.lock
generated
@@ -2,7 +2,7 @@
|
||||
name = "tum_mediasite_downloader"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"cookie 0.7.0 (git+https://github.com/alexcrichton/cookie-rs)",
|
||||
"cookie 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"dotenv 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"json 0.11.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"lazy_static 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
@@ -58,7 +58,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "cookie"
|
||||
version = "0.7.0"
|
||||
source = "git+https://github.com/alexcrichton/cookie-rs#62ae0775a1b56a11531b4abb11da605a0e2176d5"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
dependencies = [
|
||||
"time 0.1.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
]
|
||||
@@ -563,7 +563,7 @@ dependencies = [
|
||||
"checksum bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "aad18937a628ec6abcd26d1489012cc0e18c21798210f491af69ded9b881106d"
|
||||
"checksum bzip2 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e39c71fcff507b547240346a894c5df38e6fd42fb02590a5d5b3f2dae9173ad2"
|
||||
"checksum bzip2-sys 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "98ce3fff84d4e90011f464bbdf48e3428f04270439f703868fd489d2aaedfc30"
|
||||
"checksum cookie 0.7.0 (git+https://github.com/alexcrichton/cookie-rs)" = "<none>"
|
||||
"checksum cookie 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac425401c6141c4df1e8b915909d82ab5f135a72e471806cb75ca54c03e0c45d"
|
||||
"checksum core-foundation 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "25bfd746d203017f7d5cbd31ee5d8e17f94b6521c7af77ece6c9e4b2d4b16c67"
|
||||
"checksum core-foundation-sys 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "065a5d7ffdcbc8fa145d6f0746f3555025b9097a9e9cda59f7467abae670c78d"
|
||||
"checksum crypt32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e34988f7e069e0b2f3bfc064295161e489b2d4e04a2e4248fb94360cdf00b4ec"
|
||||
|
@@ -4,12 +4,9 @@ name = "tum_mediasite_downloader"
|
||||
version = "0.1.0"
|
||||
|
||||
[dependencies]
|
||||
cookie = "0.7.0"
|
||||
dotenv = "0.8.0"
|
||||
json = "0.11.5"
|
||||
lazy_static = "0.2.2"
|
||||
reqwest = "0.4.0"
|
||||
zip = "0.2.1"
|
||||
|
||||
[dependencies.cookie]
|
||||
git = "https://github.com/alexcrichton/cookie-rs"
|
||||
optional = false
|
||||
|
@@ -32,7 +32,6 @@ mod catalogs {
|
||||
pub const DS: CatalogDef = ("16w-diskrete-strukturen", None);
|
||||
}
|
||||
|
||||
// TODO: use new Cookie release
|
||||
// TODO: use clap for proper CLI
|
||||
// TODO: clippy
|
||||
|
||||
|
Reference in New Issue
Block a user