Merge pull request 'Update Rust crate ipc-channel to 0.16.1' (#32) from renovate/all into main
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-06-24 12:01:29 +00:00
committed by Gitea
parent c4064592f5
commit f595759a2a
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"] }