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

This commit is contained in:
2023-10-30 12:15:39 +00:00
parent 8f7dcf51ab
commit 9d828281cb
3 changed files with 16 additions and 146 deletions

View File

@@ -7,5 +7,5 @@ edition = "2021"
[dependencies]
anyhow = { version = "1.0.75", features = ["backtrace"] }
ipc-channel = "0.17.0"
ipc-channel = "0.18.0"
serde = { version = "1.0.190", features = ["derive"] }