Skip to content

Commit cf24ad6

Browse files
committed
bump ipc-channel
1 parent 4dc7506 commit cf24ad6

File tree

2 files changed

+8
-40
lines changed

2 files changed

+8
-40
lines changed

Cargo.lock

Lines changed: 7 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ serde = { version = "1.0.219", features = ["derive"], optional = true }
4545

4646
[target.'cfg(target_os = "linux")'.dependencies]
4747
nix = { version = "0.30.1", features = ["mman", "ptrace", "signal"], optional = true }
48-
ipc-channel = { version = "0.19.0", optional = true }
48+
ipc-channel = { version = "0.20.0", optional = true }
4949
capstone = { version = "0.13", optional = true }
5050

5151
[dev-dependencies]

0 commit comments

Comments
 (0)