From aa6315299b5de0c446259919d69865e35080c6f6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 15:25:13 +0000 Subject: [PATCH] chore(deps): update rust crate anyhow to 1.0.90 (#8) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 54b33e6..512f3a6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -743,9 +743,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.89" +version = "1.0.90" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86fdf8605db99b54d3cd748a44c6d04df638eb5dafb219b135d0149bd0db01f6" +checksum = "37bf3594c4c988a53154954629820791dde498571819ae4ca50ca811e060cc95" dependencies = [ "backtrace", ] diff --git a/Cargo.toml b/Cargo.toml index eeda690..e301dce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -81,7 +81,7 @@ academy_templates_impl.path = "academy_templates/impl" academy_utils.path = "academy_utils" academy_utils_derive.path = "academy_utils_derive" -anyhow = { version = "1.0.89", default-features = false, features = ["std"] } +anyhow = { version = "1.0.90", default-features = false, features = ["std"] } argon2 = { version = "0.5.3", default-features = false, features = ["std", "password-hash"] } axum = { version = "0.7.7", default-features = false, features = ["http1", "http2", "tokio", "json", "query", "form", "original-uri", "matched-path"] } axum-extra = { version = "0.9.4", default-features = false, features = ["typed-header"] }