Skip to content

Commit

Permalink
remove dependency on rustls-native-certs (#3698)
Browse files Browse the repository at this point in the history
Co-authored-by: Linwei Shang <[email protected]>
  • Loading branch information
adamspofford-dfinity and lwshang authored Apr 5, 2024
1 parent 3a1d470 commit 0a1d469
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 30 deletions.
29 changes: 0 additions & 29 deletions Cargo.lock

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

5 changes: 4 additions & 1 deletion src/dfx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,10 @@ futures.workspace = true
handlebars = "4.3.3"
hex = { workspace = true, features = ["serde"] }
humantime.workspace = true
hyper-rustls = { version = "0.24.1", features = ["webpki-roots", "http2"] }
hyper-rustls = { version = "0.24.1", default-features = false, features = [
"webpki-roots",
"http2",
] }
ic-agent = { workspace = true, features = ["reqwest"] }
ic-asset.workspace = true
ic-cdk.workspace = true
Expand Down

0 comments on commit 0a1d469

Please sign in to comment.