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-07-24 03:57:26 +00:00
parent 8c2b8729bc
commit 2052354820
4 changed files with 26 additions and 26 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.71", features = ["backtrace"] }
anyhow = { version = "1.0.72", features = ["backtrace"] }
ipc-channel = "0.16.1"
serde = { version = "1.0.166", features = ["derive"] }
serde = { version = "1.0.175", features = ["derive"] }