From ab9aeac99dd9c50b82ca87f522f432ffb0062d43 Mon Sep 17 00:00:00 2001 From: Stefan Kreutz Date: Mon, 15 Jun 2026 20:21:43 +0200 Subject: Update Rust dependencies --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 8fb8dd9..2674513 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,9 +26,9 @@ clap = { version = "4.6.1", features = [ ] } color-print = "0.3.7" humantime = "2.3.0" -nix = { version = "0.31.2", features = ["signal"] } +nix = { version = "0.31.3", features = ["signal"] } tempfile = "3.27.0" -tokio = { version = "1.52.1", features = [ +tokio = { version = "1.52.3", features = [ "process", "rt", "macros", @@ -43,8 +43,8 @@ tracing-subscriber = "0.3.23" url = "2.5.8" [dev-dependencies] -assert_cmd = "2.2.1" -assert_fs = "1.1.3" +assert_cmd = "2.2.2" +assert_fs = "1.1.4" predicates = "3.1.4" testresult = "0.4.1" -- cgit v1.3.1