Skip to content

Commit

Permalink
Merge pull request #216 from Bootstrap-Academy/renovate/rust-axum
Browse files Browse the repository at this point in the history
fix(deps): update rust crate aide to 0.14.1
  • Loading branch information
academy-renovate[bot] authored Feb 9, 2025
2 parents 7076440 + 0ef1e97 commit f33474f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.

4 changes: 2 additions & 2 deletions Cargo.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4233,9 +4233,9 @@ rec {
};
"aide" = rec {
crateName = "aide";
version = "0.14.0";
version = "0.14.1";
edition = "2021";
sha256 = "1hlaa6da62216sldx2mwfalga1hh2mmhi2h5fsfwk1fpr3m8fiqd";
sha256 = "1a2a61s4x68p1jm82hsyssf3kvi18la7m3rkgnng3cqrhcadmxrf";
authors = [
"tamasfe"
];
Expand Down
2 changes: 1 addition & 1 deletion academy_api/rest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ academy_core_user_contracts.workspace = true
academy_di.workspace = true
academy_models.workspace = true
academy_utils.workspace = true
aide = { version = "0.14.0", default-features = false, features = ["axum", "axum-extra", "axum-json", "axum-query", "redoc"] }
aide = { version = "0.14.1", default-features = false, features = ["axum", "axum-extra", "axum-json", "axum-query", "redoc"] }
anyhow.workspace = true
axum-extra.workspace = true
axum.workspace = true
Expand Down

0 comments on commit f33474f

Please sign in to comment.