Update Rust crate anyhow to 1.0.75
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-26 00:31:54 +00:00
parent 21b64d9f43
commit 601a24473d
2 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ log = "0.4.17"
env_logger = "0.10.0"
clap = { version = "4.3.0", features = ["derive", "env"] }
lazy_static = "1.4.0"
anyhow = "1.0.71"
anyhow = "1.0.75"
actix-web = "4.3.1"
actix-cors = "0.6.4"
actix-multipart = "0.6.0"