Update Rust crate anyhow to 1.0.74
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-08-15 15:57:54 +00:00
parent 8fccc0d442
commit 5044e28ed7
4 changed files with 6 additions and 6 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.72", features = ["backtrace"] }
anyhow = { version = "1.0.74", features = ["backtrace"] }
ipc-channel = "0.16.1"
serde = { version = "1.0.183", features = ["derive"] }