Skip to content

Commit

Permalink
deps: remove webpki-roots from reqwest deps (#7887)
Browse files Browse the repository at this point in the history
  • Loading branch information
onbjerg authored Apr 25, 2024
1 parent 7efdbf4 commit 57d09e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
10 changes: 2 additions & 8 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 crates/optimism/node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ hyper.workspace = true
http.workspace = true
http-body.workspace = true
reqwest = { version = "0.11", default-features = false, features = [
"rustls-tls",
"rustls-tls-native-roots",
] }
tracing.workspace = true

Expand Down

0 comments on commit 57d09e8

Please sign in to comment.