Skip to content

Commit aa63152

Browse files
chore(deps): update rust crate anyhow to 1.0.90 (#8)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent dd7e5ae commit aa63152

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ academy_templates_impl.path = "academy_templates/impl"
8181
academy_utils.path = "academy_utils"
8282
academy_utils_derive.path = "academy_utils_derive"
8383

84-
anyhow = { version = "1.0.89", default-features = false, features = ["std"] }
84+
anyhow = { version = "1.0.90", default-features = false, features = ["std"] }
8585
argon2 = { version = "0.5.3", default-features = false, features = ["std", "password-hash"] }
8686
axum = { version = "0.7.7", default-features = false, features = ["http1", "http2", "tokio", "json", "query", "form", "original-uri", "matched-path"] }
8787
axum-extra = { version = "0.9.4", default-features = false, features = ["typed-header"] }

0 commit comments

Comments
 (0)