mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Use rustls instead of boring tls
This commit is contained in:
parent
a55d8217e6
commit
955c8a8e2b
1 changed files with 1 additions and 1 deletions
|
|
@ -5,5 +5,5 @@ edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
clap = { version = "4.5.53", features = ["derive"] }
|
clap = { version = "4.5.53", features = ["derive"] }
|
||||||
rama = { git = "https://github.com/plabayo/rama", features = ["http-full", "dns", "boring"] }
|
rama = { git = "https://github.com/plabayo/rama", features = ["http-full", "dns", "rustls"] }
|
||||||
tokio = { version = "1.48.0", features = ["full"] }
|
tokio = { version = "1.48.0", features = ["full"] }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue