mirror of
https://github.com/asciinema/asciinema.git
synced 2025-12-15 19:28:00 +01:00
use rustls-tls-native-roots instead
This commit is contained in:
@@ -22,7 +22,7 @@ serde_json = "1.0.107"
|
||||
clap = { version = "4.4.7", features = ["derive"] }
|
||||
signal-hook = { version = "0.3.17", default-features = false }
|
||||
uuid = { version = "1.6.1", features = ["v4"] }
|
||||
reqwest = { version = "0.11.23", default-features = false, features = ["default-tls", "blocking", "rustls-tls", "multipart", "gzip", "json"] }
|
||||
reqwest = { version = "0.11.23", default-features = false, features = ["blocking", "rustls-tls-native-roots", "multipart", "gzip", "json"] }
|
||||
rustyline = "13.0.0"
|
||||
config = { version = "0.14.0", default-features = false, features = ["toml", "ini"] }
|
||||
which = "6.0.0"
|
||||
|
||||
Reference in New Issue
Block a user