diff options
| author | Blair Noctis <4474501+nc7s@users.noreply.github.com> | 2024-06-03 16:03:23 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-03 09:03:23 +0100 |
| commit | b0b1d07cb5559d1b7d74143ff7a29a63fa2b5457 (patch) | |
| tree | 139ed8f7d04e9ffd6f29d3263b861b10b7aa681f /crates/atuin-client/Cargo.toml | |
| parent | chore(install): log cargo and rustc version (#2068) (diff) | |
| download | atuin-b0b1d07cb5559d1b7d74143ff7a29a63fa2b5457.zip | |
fix(deps): replace parse_duration with humantime (#2074)
The former is no longer maintained, with a long standing security
advisory (RUSTSEC-2021-0041).
Diffstat (limited to 'crates/atuin-client/Cargo.toml')
| -rw-r--r-- | crates/atuin-client/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/atuin-client/Cargo.toml b/crates/atuin-client/Cargo.toml index 5b1ae78b..618fec32 100644 --- a/crates/atuin-client/Cargo.toml +++ b/crates/atuin-client/Cargo.toml @@ -33,7 +33,7 @@ interim = { workspace = true } config = { workspace = true } serde = { workspace = true } serde_json = { workspace = true } -parse_duration = "2.1.1" +humantime = "2.1.0" async-trait = { workspace = true } itertools = { workspace = true } rand = { workspace = true } |
