Skip to content

Commit

Permalink
fix: process.kill / kill_with - add /t to kill tree
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Aug 21, 2024
1 parent 791db1f commit f7116b2
Show file tree
Hide file tree
Showing 6 changed files with 58 additions and 16 deletions.
64 changes: 52 additions & 12 deletions rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ tracing-subscriber = { git = "https://github.com/tokio-rs/tracing.git", tag = "t
pact_matching = { version = "~1.2.6", path = "./pact_matching" }
# Issue 389 - Pull change into other crates
pact_models = { version = "~1.2.4", path = "./pact_models" }
pact-plugin-driver = { git = "https://github.com/you54f/pact-plugins", branch = "feat/windows_tree_kill" }
sysinfo = { git = "https://github.com/you54f/sysinfo", branch = "feat/windows_tree_kill" }

[profile.release]
strip = true
Expand Down
2 changes: 1 addition & 1 deletion rust/pact_consumer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ maplit = "1.0.2"
pact_matching = { version = "~1.2.6", path = "../pact_matching", default-features = false }
pact_mock_server = { version = "~2.0.0", default-features = false }
pact_models = { version = "~1.2.4", default-features = false }
pact-plugin-driver = { version = "~0.7.0", optional = true, default-features = false }
pact-plugin-driver = { version = "~0.7.1", optional = true, default-features = false }
regex = "1.10.5"
serde_json = "1.0.120"
termsize = "0.1.8"
Expand Down
2 changes: 1 addition & 1 deletion rust/pact_ffi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ onig = { version = "6.4.0", default-features = false }
pact_matching = { version = "~1.2.6", path = "../pact_matching" }
pact_mock_server = { version = "~1.2.9" }
pact_models = { version = "~1.2.4" }
pact-plugin-driver = { version = "~0.7.0" }
pact-plugin-driver = { version = "~0.7.1" }
pact_verifier = { version = "~1.2.4", path = "../pact_verifier" }
panic-message = "0.3.0"
rand = "0.8.5"
Expand Down
2 changes: 1 addition & 1 deletion rust/pact_matching/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ multer = { version = "3.0.0", features = ["all"], optional = true }
nom = "7.1.3"
onig = { version = "6.4.0", default-features = false }
pact_models = { version = "~1.2.4", default-features = false }
pact-plugin-driver = { version = "~0.7.0", optional = true, default-features = false }
pact-plugin-driver = { version = "~0.7.1", optional = true, default-features = false }
rand = "0.8.5"
reqwest = { version = "0.12.3", default-features = false, features = ["rustls-tls-native-roots", "json"] }
semver = "1.0.22"
Expand Down
2 changes: 1 addition & 1 deletion rust/pact_verifier/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ maplit = "1.0.2"
mime = "0.3.17"
pact_matching = { version = "~1.2.6", path = "../pact_matching", default-features = false }
pact_models = { version = "~1.2.4", default-features = false }
pact-plugin-driver = { version = "~0.7.0", optional = true, default-features = false }
pact-plugin-driver = { version = "~0.7.1", optional = true, default-features = false }
regex = "1.10.4"
reqwest = { version = "0.12.3", default-features = false, features = ["rustls-tls-native-roots", "blocking", "json"] }
serde = "1.0.197"
Expand Down

0 comments on commit f7116b2

Please sign in to comment.