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-03-18 10:09:37 +00:00
parent 0361db09a7
commit 070391be15
4 changed files with 28 additions and 28 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.69", features = ["backtrace"] }
anyhow = { version = "1.0.70", features = ["backtrace"] }
ipc-channel = "0.16.0"
serde = { version = "1.0.156", features = ["derive"] }
serde = { version = "1.0.157", features = ["derive"] }