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-server/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-server/Cargo.toml')
| -rw-r--r-- | atuin-server/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/atuin-server/Cargo.toml b/atuin-server/Cargo.toml index 4ad048c2..b2348b6d 100644 --- a/atuin-server/Cargo.toml +++ b/atuin-server/Cargo.toml @@ -16,7 +16,7 @@ chrono = { version = "0.4", features = ["serde"] } eyre = "0.6" uuid = { version = "0.8", features = ["v4"] } whoami = "1.1.2" -config = "0.11" +config = "0.12" serde_derive = "1.0.125" serde = "1.0.126" serde_json = "1.0.75" |
