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-server/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'atuin-server/Cargo.toml') diff --git a/atuin-server/Cargo.toml b/atuin-server/Cargo.toml index 548a97ca..d4db38cd 100644 --- a/atuin-server/Cargo.toml +++ b/atuin-server/Cargo.toml @@ -25,7 +25,6 @@ serde_json = "1.0.64" rmp-serde = "0.15.4" unicode-width = "0.1" sodiumoxide = "0.2.6" -reqwest = { version = "0.11", features = ["blocking", "json"] } base64 = "0.13.0" fork = "0.1.18" parse_duration = "2.1.1" @@ -33,6 +32,6 @@ rand = "0.8.3" rust-crypto = "^0.2" tokio = { version = "1", features = ["full"] } warp = "0.3" -sqlx = { version = "0.5", features = [ "runtime-tokio-native-tls", "uuid", "chrono", "postgres" ] } +sqlx = { version = "0.5", features = [ "runtime-tokio-rustls", "uuid", "chrono", "postgres" ] } async-trait = "0.1.49" urlencoding = "1.1.1" -- cgit v1.3.1