summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 4 insertions, 4 deletions
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"
Generated by cgit. See skreutz.com for my tech blog and contact information.