Skip to content

Commit

Permalink
chore(dependencies): use form_urlencoded crate directly (#3376)
Browse files Browse the repository at this point in the history
  • Loading branch information
tottoto committed Oct 28, 2023
1 parent 2f7dc9c commit 8eb2cff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,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 @@ -59,7 +60,6 @@ tokio = { version = "1", features = [
"test-util",
] }
tokio-test = "0.4"
url = "2.2"

[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 8eb2cff

Please sign in to comment.