Skip to content

Commit 6fd6c3d

Browse files
committed
Update to release of maud
1 parent 54b6442 commit 6fd6c3d

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

Cargo.lock

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

api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ utoipa = { version = "5.3.1", features = ["uuid"] }
2929
jwt-simple = { version = "0.12", default-features = false, features = [
3030
"pure-rust",
3131
] }
32-
maud = { git = "https://github.com/lambda-fairy/maud", features = ["axum"] }
32+
maud = { version = "0.27.0", features = ["axum"] }
3333
utoipa-swagger-ui = { version = "9.0.0", features = ["axum"] }
3434

3535
[dependencies.sqlx]

0 commit comments

Comments
 (0)