diff options
| author | Ellie Huxtable <ellie@elliehuxtable.com> | 2022-03-17 21:26:57 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-17 21:26:57 +0000 |
| commit | d270798277cffd63c62351a57ef48ade879e755c (patch) | |
| tree | 564d0b293e962849e2e4698f6d0c78f28f504cba /atuin-client/Cargo.toml | |
| parent | Update README.md (diff) | |
| download | atuin-d270798277cffd63c62351a57ef48ade879e755c.zip | |
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
Diffstat (limited to 'atuin-client/Cargo.toml')
| -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 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" |
