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

4
Cargo.lock generated
View file

@ -1741,9 +1741,9 @@ dependencies = [
[[package]]
name = "urlencoding"
version = "1.3.3"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a1f0175e03a0973cf4afd476bef05c26e228520400eb1fd473ad417b1c00ffb"
checksum = "68b90931029ab9b034b300b797048cf23723400aa757e8a2bfb9d748102f9821"
[[package]]
name = "utf-8"

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"] }