Skip to content

Commit

Permalink
Revert "Include feature for (native) certificates #468" (#512)
Browse files Browse the repository at this point in the history
Co-authored-by: Jeffrey Meyer <[email protected]>
  • Loading branch information
itotallyrock and Jeffrey Meyer authored Aug 15, 2021
1 parent bd037bd commit f1f4a5a
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

1 comment on commit f1f4a5a

@vercel
Copy link

@vercel vercel bot commented on f1f4a5a Aug 15, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

Please sign in to comment.