Skip to content

Commit

Permalink
build(deps): Update Rust crate ipc-channel to 0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 19, 2024
1 parent cf45e82 commit cda5045
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 98 deletions.
114 changes: 17 additions & 97 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion rash_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ fern = { version = "0.6", features = ["colored"] }
ignore = "0.4"
# memfd could be added but brakes compatibility with kernels < 3.17
# ipc-channel = { version = "0.17", features = ["memfd"] }
ipc-channel = "0.17"
ipc-channel = "0.18"
itertools = "0.12"
nix = { version = "0.27", features = ["process", "user"] }
serde = { version = "1.0", features = ["derive"] }
Expand Down

0 comments on commit cda5045

Please sign in to comment.