Skip to content

Commit

Permalink
chore(deps): update rust crate anyhow to 1.0.90 (#8)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 18, 2024
1 parent dd7e5ae commit aa63152
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down

0 comments on commit aa63152

Please sign in to comment.