http, http_protocol: upgrade smartstring from 0.2 to 1.0

This commit is contained in:
Joakim Frostegård 2022-03-18 15:51:20 +01:00
parent 66232df6d2
commit 688d68105b
3 changed files with 4 additions and 4 deletions

View file

@ -39,7 +39,7 @@ rustls-pemfile = "0.3"
serde = { version = "1", features = ["derive"] }
signal-hook = { version = "0.3" }
slab = "0.4"
smartstring = "0.2"
smartstring = "1"
[dev-dependencies]
quickcheck = "1"