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:
2024-02-19 06:04:10 +00:00
parent 4722465c50
commit 7de78cb1e8
4 changed files with 9 additions and 9 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.79", features = ["backtrace"] }
anyhow = { version = "1.0.80", features = ["backtrace"] }
ipc-channel = "0.18.0"
serde = { version = "1.0.196", features = ["derive"] }