Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
changed version of axum-core and http. Choice is rather random and original author should decide which choice is best.
  • Loading branch information
OrganicProgramming authored Dec 26, 2023
1 parent 2b10f5d commit 7c87f7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions maud/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ 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 }
http = { version = "0.2", optional = true }
axum-core = { version = "0.4.1", optional = true }
http = { version = "1.0", optional = true }

[dev-dependencies]
trybuild = { version = "1.0.33", features = ["diff"] }
Expand Down

0 comments on commit 7c87f7d

Please sign in to comment.