Skip to content

Commit

Permalink
fix: bump http as well
Browse files Browse the repository at this point in the history
  • Loading branch information
vidhanio committed Nov 27, 2023
1 parent 06bc1ff commit f0796b2
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 @@ -26,7 +26,7 @@ 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.4", optional = true }
http = { version = "0.2", optional = true }
http = { version = "1", optional = true }

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

0 comments on commit f0796b2

Please sign in to comment.