From 1a74a508799481c0292ea62cf1670298552fdd6e Mon Sep 17 00:00:00 2001 From: wpbrz <61665187+wpbrz@users.noreply.github.com> Date: Wed, 19 Oct 2022 09:39:31 +0200 Subject: Configure reqwest to use native platform certs (#574) --- atuin-client/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'atuin-client') 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 } -- cgit v1.3.1