mirror of
https://github.com/YGGverse/agate.git
synced 2026-04-08 20:45:29 +00:00
add test for TLS version selection
Since rustls does not even support TLS versions below 1.2, no need to check for that.
This commit is contained in:
parent
8b4692b08b
commit
8a6eb65b48
3 changed files with 24 additions and 0 deletions
|
|
@ -29,6 +29,7 @@ configparser = "2.0"
|
|||
assert_cmd = "1.0"
|
||||
gemini-fetch = { version = "0.2.1", git = "https://github.com/Johann150/gemini-fetch.git" }
|
||||
anyhow = "1.0"
|
||||
webpki = "0.21.4"
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue