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

4
Cargo.lock generated
View file

@ -1912,9 +1912,9 @@ checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83"
[[package]]
name = "smartstring"
version = "0.2.10"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e714dff2b33f2321fdcd475b71cec79781a692d846f37f415fb395a1d2bcd48e"
checksum = "ea958ad90cacc8ece7f238fde3671e1b350ee1741964edf2a22fd16f60224163"
dependencies = [
"static_assertions",
]