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:
2022-12-18 11:22:39 +00:00
parent 837bed5165
commit 02e04d8871
4 changed files with 22 additions and 22 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.66", features = ["backtrace"] }
anyhow = { version = "1.0.67", features = ["backtrace"] }
ipc-channel = "0.16.0"
serde = { version = "1.0.150", features = ["derive"] }
serde = { version = "1.0.151", features = ["derive"] }