Update all dependencies
Some checks reported errors
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build encountered an error

This commit is contained in:
2023-02-08 20:51:48 +00:00
parent 389648a764
commit 05d56931ff
4 changed files with 12 additions and 12 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.68", features = ["backtrace"] }
anyhow = { version = "1.0.69", features = ["backtrace"] }
ipc-channel = "0.16.0"
serde = { version = "1.0.152", features = ["derive"] }