diff --git a/Cargo.lock b/Cargo.lock index ffde759..90a58b8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -49,9 +49,9 @@ checksum = "3a30da5c5f2d5e72842e00bcb57657162cdabef0931f40e2deb9b4140440cecd" [[package]] name = "anyhow" -version = "1.0.81" +version = "1.0.82" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0952808a6c2afd1aa8947271f3a60f1a6763c7b912d210184c5149b5cf147247" +checksum = "f538837af36e6f6a9be0faa67f9a314f8119e4e4b5867c6ab40ed60360142519" [[package]] name = "async-trait" diff --git a/Cargo.toml b/Cargo.toml index 19cca72..137253f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ attestation = { path = "crates/attestation", version = "0.2.0" } steward-server = { path = "crates/server", version = "0.2.0" } # External dependencies -anyhow = { version = "^1.0.81", default-features = false } +anyhow = { version = "^1.0.82", default-features = false } axum = { version = "^0.5.17", default-features = false } chrono = { version = "0.4", default-features = false } clap = { version = "^4.3.24", default-features = false }