Skip to content

Commit

Permalink
use rustls in build script (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
aviramha committed Mar 31, 2024
1 parent 6383f77 commit 4eb4ea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frida-build/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ repository = "https://github.com/frida/frida-rust"
description = "Build support for Frida Rust bindings"

[dependencies]
reqwest = { version = "0.11.3", features = ["blocking"] }
reqwest = { version = "0.11.3", default-features=false, features = ["blocking", "rustls-tls"] }
xz = "0.1.0"
tar = "0.4.33"

0 comments on commit 4eb4ea2

Please sign in to comment.