Skip to content

Commit bdece37

Browse files
committed
wire --insecure, move lots of things into their own modules
1 parent 4b51492 commit bdece37

5 files changed

Lines changed: 427 additions & 450 deletions

File tree

Cargo.lock

Lines changed: 0 additions & 106 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,12 @@ authors = ["Dylan Halperin <dylan@dylemma.io>"]
55

66
[dependencies]
77
clap = "2.26.2"
8-
futures = "0.1"
98
hyper = "0.11"
109
maplit = "0.1.4"
11-
rustls = "0.11"
1210
url = "1.5.1"
1311
serde = "1.0"
1412
serde_json = "1.0"
1513
serde_derive = "1.0"
1614

1715
# waiting for https://github.com/seanmonstar/reqwest/pull/190 to be released
18-
reqwest = { git = "https://github.com/seanmonstar/reqwest", branch = "master"}
19-
20-
[features]
21-
default = ["rustls/dangerous_configuration"]
16+
reqwest = { git = "https://github.com/seanmonstar/reqwest", branch = "master"}

0 commit comments

Comments
 (0)