From 8aab2066b7c2183c600a959fe4440ecabe2fb0ed Mon Sep 17 00:00:00 2001 From: Stefan Kreutz Date: Tue, 7 Jul 2026 12:06:30 +0200 Subject: Update Rust dependencies --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 11013d5..daafe8c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ unsafe_code = "forbid" missing_docs = "warn" [dependencies] -anyhow = "1.0.102" +anyhow = "1.0.103" clap = { version = "4.6.1", features = [ "derive", "unstable-markdown", @@ -25,7 +25,7 @@ clap = { version = "4.6.1", features = [ "string", ] } color-print = "0.3.7" -humantime = "2.3.0" +humantime = "2.4.0" nix = { version = "0.31.3", features = ["signal"] } tempfile = "3.27.0" tokio = { version = "1.52.3", features = [ @@ -49,7 +49,7 @@ predicates = "3.1.4" testresult = "0.4.1" [build-dependencies] -vergen-gitcl = "10.0.0" +vergen-gitcl = "10.0.1" [[bin]] name = "temp-postgres" -- cgit v1.3.1