From d6dd45165c4efe15e7a7bb8db4e405dc63ca576f Mon Sep 17 00:00:00 2001 From: SFG545 Date: Tue, 16 Jun 2026 06:43:54 -0500 Subject: [PATCH] bump: update time dependency version to 0.3.479 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 90ae0ac..665cd5d 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ reqwest = { version = "0.13.4", default-features = false, features = ["blocking" filetime = "0.2.29" clap_complete = "4.6.5" sys-mount = { version = "3.1.0", default-features = false } -time = { version = "0.3.47", features = ["formatting", "parsing"] } +time = { version = "0.3.479", features = ["formatting", "parsing"] } b2sum-rust = "0.3.0" serde_ignored = "0.1.14" lz4_flex = "0.13.1"