Skip to content

Commit

Permalink
fix: fix openssl dependency regression (#368)
Browse files Browse the repository at this point in the history
  • Loading branch information
scarmuega authored Oct 20, 2024
1 parent e559a33 commit ee04124
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 153 deletions.
152 changes: 0 additions & 152 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 @@ -61,7 +61,7 @@ toml = { version = "0.8.13", optional = true }
console-subscriber = { version = "0.3.0", optional = true }
flate2 = "1.0.34"
tar = "0.4.41"
reqwest = { version = "0.12.7", features = ["blocking"] }
reqwest = { version = "0.12.7", default-features = false, features = ["blocking", "rustls-tls"] }
paste = "1.0.15"
tower-http = { version = "0.6.1", features = ["cors"] }

Expand Down

0 comments on commit ee04124

Please sign in to comment.