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:
Pierre HUBERT 2023-08-20 00:38:50 +00:00
parent bcd25dbc3b
commit 613679c604

View File

@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
log = "0.4.20"
env_logger = "0.10.0"
anyhow = "1.0.74"
anyhow = "1.0.75"
serde = { version = "1.0.183", features = ["derive"] }
serde_json = "1.0.105"
schemars = "0.8.12"