Upgrade urlencoding crate

This commit is contained in:
Joakim Frostegård 2021-08-15 23:35:56 +02:00
parent d172fc4f8c
commit c59b3c4164
2 changed files with 3 additions and 3 deletions

View file

@ -33,7 +33,7 @@ rand = { version = "0.8", features = ["small_rng"] }
serde = { version = "1", features = ["derive"] }
serde_bencode = "0.2"
smartstring = "0.2"
urlencoding = "1"
urlencoding = "2.1.0"
[dev-dependencies]
bendy = { version = "0.3", features = ["std", "serde"] }