Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Erk- committed Sep 19, 2018
1 parent 57acab1 commit 99f804e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 21 deletions.
9 changes: 3 additions & 6 deletions rsget_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,9 @@ authors = ["Valdemar Erk <[email protected]>"]

[dependencies]
rsget_lib = { path = "../rsget_lib" }
clap = "2.32.0"
log = "0.4"
#pretty_env_logger = "0.2"
flexi_logger = "0.9"
hyper = "0.12"
hyper-tls = "0.3"
clap = "^2.32.0"
log = "^0.4"
flexi_logger = "^0.9"

[[bin]]
name = "rsget"
Expand Down
28 changes: 13 additions & 15 deletions rsget_lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,18 @@ authors = ["Valdemar Erk <[email protected]>"]
panic = "abort"

[dependencies]
log = "0.4.1"
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
serde_urlencoded = "0.5"
regex = "1.0"
futures = "0.1.21"
hyper = "0.12"
hyper-tls = "0.3"
http = "0.1"
tokio = "0.1"
log = "0.4.5"
serde = "^1.0"
serde_derive = "^1.0"
serde_json = "^1.0"
serde_urlencoded = "^0.5"
regex = "^1.0"
futures = "^0.1.24"
http = "^0.1"
tokio = "^0.1"
indicatif = "0.9.0"
chrono = "0.4"
md5 = "0.3.7"
url = "1.7"
hls_m3u8 = "0.1.1"
chrono = "^0.4"
md5 = "^0.4"
url = "^1.7"
hls_m3u8 = "^0.1.1"
reqwest = { git = "https://github.com/seanmonstar/reqwest.git" }

0 comments on commit 99f804e

Please sign in to comment.