From b0b1d07cb5559d1b7d74143ff7a29a63fa2b5457 Mon Sep 17 00:00:00 2001 From: Blair Noctis <4474501+nc7s@users.noreply.github.com> Date: Mon, 3 Jun 2024 16:03:23 +0800 Subject: fix(deps): replace parse_duration with humantime (#2074) The former is no longer maintained, with a long standing security advisory (RUSTSEC-2021-0041). --- crates/atuin-client/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/atuin-client/Cargo.toml') 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 } -- cgit v1.3.1