aquatic_http: remove (no longer used) dependency serde_urlencoded

This commit is contained in:
Joakim Frostegård 2020-07-05 19:50:52 +02:00
parent 8391cb4bd5
commit 8269ae2994
2 changed files with 0 additions and 20 deletions

View file

@ -32,7 +32,6 @@ parking_lot = "0.10"
privdrop = "0.3"
rand = { version = "0.7", features = ["small_rng"] }
serde = { version = "1", features = ["derive"] }
serde_urlencoded = "0.6"
simplelog = "0.8"
[dev-dependencies]