diff options
| author | wpbrz <61665187+wpbrz@users.noreply.github.com> | 2022-10-19 09:39:31 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-19 07:39:31 +0000 |
| commit | 1a74a508799481c0292ea62cf1670298552fdd6e (patch) | |
| tree | 8a52d472b59f710eb140fc78ba0d7bcbe0a49de4 /atuin-client | |
| parent | Upgrade clap (#568) (diff) | |
| download | atuin-1a74a508799481c0292ea62cf1670298552fdd6e.zip | |
Configure reqwest to use native platform certs (#574)
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 } |
