Skip to content

Commit

Permalink
chore(dependencies): use form_urlencoded crate directly (hyperium#3376)
Browse files Browse the repository at this point in the history
Signed-off-by: Sven Pfennig <[email protected]>
  • Loading branch information
tottoto authored and 0xE282B0 committed Jan 16, 2024
1 parent 2d6191a commit 8527f5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ tracing = { version = "0.1", default-features = false, features = ["std"], optio
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"
Expand All @@ -63,7 +64,7 @@ tokio_wasi = { version = "1", features = [
"time",
"test-util",
] }
url = "2.2"
tokio-test = "0.4"

[features]
# Nothing by default
Expand Down
1 change: 0 additions & 1 deletion examples/params.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ use tokio::net::TcpListener;
use std::collections::HashMap;
use std::convert::Infallible;
use std::net::SocketAddr;
use url::form_urlencoded;

#[path = "../benches/support/mod.rs"]
mod support;
Expand Down

0 comments on commit 8527f5c

Please sign in to comment.