Update all dependencies
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-12-26 23:59:46 +00:00
parent 842f1f3aee
commit ccb5bd75ca
4 changed files with 11 additions and 11 deletions

View File

@@ -6,6 +6,6 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = { version = "1.0.75", features = ["backtrace"] }
anyhow = { version = "1.0.77", features = ["backtrace"] }
ipc-channel = "0.18.0"
serde = { version = "1.0.193", features = ["derive"] }