aboutsummaryrefslogtreecommitdiffstats
path: root/crates/atuin-client/Cargo.toml
diff options
context:
space:
mode:
authorBlair Noctis <4474501+nc7s@users.noreply.github.com>2024-06-03 16:03:23 +0800
committerGitHub <noreply@github.com>2024-06-03 09:03:23 +0100
commitb0b1d07cb5559d1b7d74143ff7a29a63fa2b5457 (patch)
tree139ed8f7d04e9ffd6f29d3263b861b10b7aa681f /crates/atuin-client/Cargo.toml
parentchore(install): log cargo and rustc version (#2068) (diff)
downloadatuin-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.toml2
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 }