From 4a50ce366639ca9dac7324d6a47d6a0e6c7fccdf Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Wed, 21 Apr 2021 18:13:51 +0100 Subject: Bugfixes, show time ago, perf improvements Also allow unique listing and more ergonomic cwd usage --- atuin-client/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'atuin-client/Cargo.toml') diff --git a/atuin-client/Cargo.toml b/atuin-client/Cargo.toml index 9d639d18..09cf9c47 100644 --- a/atuin-client/Cargo.toml +++ b/atuin-client/Cargo.toml @@ -26,7 +26,7 @@ serde = "1.0.125" serde_json = "1.0.64" rmp-serde = "0.15.4" sodiumoxide = "0.2.6" -reqwest = { version = "0.11", features = ["blocking", "json"] } +reqwest = { version = "0.11", features = ["blocking", "json", "rustls-tls"], default-features = false } base64 = "0.13.0" parse_duration = "2.1.1" rand = "0.8.3" -- cgit v1.3.1