commit: | d4809e57e4f54be0795dc3f41a013f467fc90657 |
author: | Andrew Benson |
committer: | Trevor Bentley |
date: | Fri Jul 26 16:25:57 2024 -0500 |
parents: | 02fbb007a88a453163346cfd8a75b3d386ecc288 |
diff --git a/Cargo.toml b/Cargo.toml line changes: +1/-1 index 6b13f18..b093a58 --- a/Cargo.toml +++ b/Cargo.toml
@@ -41,6 +41,6 @@ regex = "1.7.1" glob = "0.3.1" rust-ini = "0.18.0" clap = { version = "4.1.10", features = ["derive"] } -time = { version = "0.3.20", features = ["macros", "parsing", "local-offset"] } +time = { version = "0.3.35", features = ["macros", "parsing", "local-offset"] } nix = "0.26.2" users = "0.11.0"