From d270798277cffd63c62351a57ef48ade879e755c Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Thu, 17 Mar 2022 21:26:57 +0000 Subject: Update config-rs (#280) * Update config-rs Also fix our call to current_dir This should resolve #195 Thanks @conradludgate for the upstream fix! * Format --- 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 f36e100e..d6ad4ced 100644 --- a/atuin-client/Cargo.toml +++ b/atuin-client/Cargo.toml @@ -20,7 +20,7 @@ directories = "3" uuid = { version = "0.8", features = ["v4"] } whoami = "1.1.2" chrono-english = "0.1.4" -config = "0.11" +config = "0.12" serde_derive = "1.0.125" serde = "1.0.126" serde_json = "1.0.75" -- cgit v1.3.1