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"] }