diff --git a/Cargo.lock b/Cargo.lock index c992689..55d72a9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -68,9 +68,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.87" +version = "1.0.89" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "10f00e1f6e58a40e807377c75c6a7f97bf9044fab57816f2414e6f5f4499d7b8" +checksum = "86fdf8605db99b54d3cd748a44c6d04df638eb5dafb219b135d0149bd0db01f6" [[package]] name = "async-trait" diff --git a/Cargo.toml b/Cargo.toml index 063105a..2f204f2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ clap_mangen = "0.2.23" clap-markdown = "0.1.4" serde = { version = "1.0.210", features = ["derive"] } serde_yaml = "0.9.34" -anyhow = "1.0.87" +anyhow = "1.0.89" version-compare = "0.2.0" [build-dependencies] @@ -35,7 +35,7 @@ async-trait = "0.1.82" tokio = { version = "1.40.0", features = ["rt", "rt-multi-thread", "macros"] } serde = { version = "1.0.210", features = ["derive"] } serde_yaml = "0.9.34" -anyhow = "1.0.87" +anyhow = "1.0.89" ci_info = "0.14.14" version-compare = "0.2.0"