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:
Pierre HUBERT 2023-08-16 00:29:11 +00:00
parent 31c35f6ced
commit a471a37bbd
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -49,9 +49,9 @@ dependencies = [
[[package]] [[package]]
name = "anyhow" name = "anyhow"
version = "1.0.72" version = "1.0.74"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b13c32d80ecc7ab747b80c3784bce54ee8a7a0cc4fbda9bf4cda2cf6fe90854" checksum = "8c6f84b74db2535ebae81eede2f39b947dcbf01d093ae5f791e5dd414a1bf289"
[[package]] [[package]]
name = "async-trait" name = "async-trait"

View File

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