Update Rust crate anyhow to 1.0.77
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-28 00:20:47 +00:00
parent 05cb9ad33d
commit e9f5ecddd5
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.76"
version = "1.0.77"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59d2a3357dde987206219e78ecfbbb6e8dad06cbb65292758d3270e6254f7355"
checksum = "c9d19de80eff169429ac1e9f48fffb163916b448a44e8e046186232046d9e1f9"
[[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.76"
anyhow = "1.0.77"
serde = { version = "1.0.185", features = ["derive"] }
serde_json = "1.0.105"
schemars = "0.8.16"