Skip to content

Commit

Permalink
chore: bump axum-core for use with new axum 0.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
vidhanio authored Nov 27, 2023
1 parent 8318963 commit 0efcc32
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.3", optional = true }
axum-core = { version = "0.4", optional = true }
http = { version = "0.2", optional = true }

[dev-dependencies]
Expand Down

0 comments on commit 0efcc32

Please sign in to comment.