Update Rust crate anyhow to 1.0.76
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-12-21 08:21:41 +00:00
parent e6bd7ac854
commit dfa8c1ccb6
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -61,9 +61,9 @@ dependencies = [
[[package]]
name = "anyhow"
version = "1.0.75"
version = "1.0.76"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6"
checksum = "59d2a3357dde987206219e78ecfbbb6e8dad06cbb65292758d3270e6254f7355"
[[package]]
name = "async-trait"

View File

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