Skip to content

Commit

Permalink
Merge pull request #123 from Bootstrap-Academy/renovate/aide-0.x
Browse files Browse the repository at this point in the history
fix(deps): update rust crate aide to 0.13.5
  • Loading branch information
academy-renovate[bot] authored Dec 22, 2024
2 parents 53d9ffc + 2d21691 commit d4fa6a6
Show file tree
Hide file tree
Showing 3 changed files with 6 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.

5 changes: 3 additions & 2 deletions Cargo.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3152,9 +3152,9 @@ rec {
};
"aide" = rec {
crateName = "aide";
version = "0.13.4";
version = "0.13.5";
edition = "2021";
sha256 = "1vf83k4zyiq24f0qd64b9w8bx1kh3zyb9ndz35ffqh8ylabkn3kv";
sha256 = "029kabkpwzxh8474n9g6x4qxhlnngm36y0kaffyv9pa5i2bx4y2n";
authors = [
"tamasfe"
];
Expand Down Expand Up @@ -3239,6 +3239,7 @@ rec {
"axum-extra-cookie" = [ "axum" "axum-extra" "axum-extra/cookie" ];
"axum-extra-cookie-private" = [ "axum" "axum-extra" "axum-extra/cookie-private" ];
"axum-extra-form" = [ "axum" "axum-extra" "axum-extra/form" ];
"axum-extra-json-deserializer" = [ "axum" "axum-extra" "axum-extra/json-deserializer" ];
"axum-extra-query" = [ "axum" "axum-extra" "axum-extra/query" ];
"axum-headers" = [ "axum-extra/typed-header" ];
"axum-multipart" = [ "axum/multipart" ];
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 @@ -23,7 +23,7 @@ academy_core_user_contracts.workspace = true
academy_di.workspace = true
academy_models.workspace = true
academy_utils.workspace = true
aide = { version = "0.13.4", default-features = false, features = ["axum", "axum-extra", "redoc"] }
aide = { version = "0.13.5", default-features = false, features = ["axum", "axum-extra", "redoc"] }
anyhow.workspace = true
axum-extra.workspace = true
axum.workspace = true
Expand Down

0 comments on commit d4fa6a6

Please sign in to comment.