Skip to content

Commit

Permalink
chore(dependencies): disable unused futures-util alloc feature (#3378)
Browse files Browse the repository at this point in the history
  • Loading branch information
tottoto authored Oct 30, 2023
1 parent 8eb2cff commit db8721f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ want = { version = "0.3", optional = true }

[dev-dependencies]
form_urlencoded = "1"
futures-util = { version = "0.3", default-features = false, features = ["alloc"] }
http-body-util = "=0.1.0-rc.3"
pretty_env_logger = "0.5"
spmc = "0.3"
Expand Down

0 comments on commit db8721f

Please sign in to comment.