mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
Upgrade urlencoding crate
This commit is contained in:
parent
d172fc4f8c
commit
c59b3c4164
2 changed files with 3 additions and 3 deletions
|
|
@ -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"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue