diff options
Diffstat (limited to 'atuin-client')
| -rw-r--r-- | atuin-client/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/atuin-client/Cargo.toml b/atuin-client/Cargo.toml index f693d4cc..e7135089 100644 --- a/atuin-client/Cargo.toml +++ b/atuin-client/Cargo.toml @@ -56,7 +56,7 @@ urlencoding = { version = "2.1.0", optional = true } sodiumoxide = { version = "0.2.6", optional = true } reqwest = { version = "0.11", features = [ "json", - "rustls-tls", + "rustls-tls-native-roots", ], default-features = false, optional = true } hex = { version = "0.4", optional = true } sha2 = { version = "0.10", optional = true } |
