Index: test-with/Cargo.toml
===================================================================
--- test-with.orig/Cargo.toml
+++ test-with/Cargo.toml
@@ -66,14 +66,14 @@ version = "2.0"
 features = ["full"]
 
 [dependencies.which]
-version = "8.0"
+version = ">= 6.0.3, < 9"
 optional = true
 
 [dev-dependencies.rstest]
-version = "0.25.0"
+version = ">= 0.17.0, < 0.25"
 
 [dev-dependencies.serial_test]
-version = "3.1.1"
+version = ">= 2, < 4"
 
 [dev-dependencies.tokio]
 version = "1.38.0"
@@ -97,5 +97,5 @@ timezone = ["chrono"]
 user = ["uzers"]
 
 [target."cfg(not(target_os = \"windows\"))".dependencies.uzers]
-version = "0.11.3"
+version = "0.12"
 optional = true
