Skip to content

Commit

Permalink
Bump axum-core to 0.3.0
Browse files Browse the repository at this point in the history
This is required for axum 0.6 support
  • Loading branch information
davidpdrsn committed Nov 25, 2022
1 parent 81ace85 commit 8ad280c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maud/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ rocket = { version = ">= 0.3, < 0.5", optional = true }
futures-util = { version = "0.3.0", optional = true, default-features = false }
actix-web-dep = { package = "actix-web", version = "4", optional = true, default-features = false }
tide = { version = "0.16.0", optional = true, default-features = false }
axum-core = { version = "0.2", optional = true }
axum-core = { version = "0.3", optional = true }
http = { version = "0.2", optional = true }

[dev-dependencies]
Expand Down

0 comments on commit 8ad280c

Please sign in to comment.