|
|
@ -4467,15 +4467,14 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "tiny_http"
|
|
|
|
name = "tiny_http"
|
|
|
|
version = "0.11.0"
|
|
|
|
version = "0.12.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e0d6ef4e10d23c1efb862eecad25c5054429a71958b4eeef85eb5e7170b477ca"
|
|
|
|
checksum = "389915df6413a2e74fb181895f933386023c71110878cd0825588928e64cdc82"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"ascii",
|
|
|
|
"ascii",
|
|
|
|
"chunked_transfer",
|
|
|
|
"chunked_transfer",
|
|
|
|
|
|
|
|
"httpdate",
|
|
|
|
"log",
|
|
|
|
"log",
|
|
|
|
"time 0.3.17",
|
|
|
|
|
|
|
|
"url",
|
|
|
|
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|