Update Rust crate ipc-channel to 0.16.1
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
2023-06-24 12:01:29 +00:00
parent c4064592f5
commit 9a591fb85b
3 changed files with 12 additions and 20 deletions

View File

@@ -7,5 +7,5 @@ edition = "2021"
[dependencies]
anyhow = { version = "1.0.71", features = ["backtrace"] }
ipc-channel = "0.16.0"
ipc-channel = "0.16.1"
serde = { version = "1.0.164", features = ["derive"] }