Skip to content

Commit

Permalink
Revert "Include feature for (native) certificates Schniz#468"
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffrey Meyer authored and Jeffrey Meyer committed Aug 10, 2021
1 parent fd58474 commit f6e7ee5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 69 deletions.
68 changes: 0 additions & 68 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ description = "Fast and simple Node.js version manager"
serde = { version = "1.0.126", features = ["derive"] }
clap = "2.33.3"
structopt = "0.3.22"
reqwest = { version = "0.11.4", features = ["blocking", "json", "rustls-tls", "rustls-tls-native-roots", "brotli"], default-features = false }
reqwest = { version = "0.11.4", features = ["blocking", "json", "rustls-tls", "brotli"], default-features = false }
serde_json = "1.0.64"
chrono = { version = "0.4.19", features = ["serde"] }
tar = "0.4.35"
Expand Down

0 comments on commit f6e7ee5

Please sign in to comment.