mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 02:35:31 +00:00
http, http_protocol: upgrade smartstring from 0.2 to 1.0
This commit is contained in:
parent
66232df6d2
commit
688d68105b
3 changed files with 4 additions and 4 deletions
|
|
@ -31,7 +31,7 @@ memchr = "2"
|
|||
rand = { version = "0.8", features = ["small_rng"] }
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_bencode = "0.2"
|
||||
smartstring = "0.2"
|
||||
smartstring = "1"
|
||||
urlencoding = "2"
|
||||
|
||||
[dev-dependencies]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue