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

This commit is contained in:
2022-10-26 15:14:16 +00:00
parent 7ca4c1c97e
commit 31d3f7b33c
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.62", features = ["backtrace"] }
anyhow = { version = "1.0.66", features = ["backtrace"] }
ipc-channel = "0.16.0"
serde = { version = "1.0.143", features = ["derive"] }