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

This commit is contained in:
2024-10-17 01:13:35 +00:00
parent db787eddb2
commit 1b37439ae3
3 changed files with 4 additions and 4 deletions

View File

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