Bump http from 0.2.8 to 0.2.9 (#342)
This commit is contained in:
parent
01bf614ad0
commit
a5fc1d288a
|
@ -677,9 +677,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "http"
|
||||
version = "0.2.8"
|
||||
version = "0.2.9"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399"
|
||||
checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
|
||||
dependencies = [
|
||||
"bytes",
|
||||
"fnv",
|
||||
|
|
|
@ -29,6 +29,6 @@ unicode-ident = "1.0.6"
|
|||
[dev-dependencies]
|
||||
dropshot = { git = "https://github.com/oxidecomputer/dropshot", default-features = false }
|
||||
expectorate = "1.0"
|
||||
http = "0.2.8"
|
||||
http = "0.2.9"
|
||||
hyper = "0.14.24"
|
||||
serde_yaml = "0.9"
|
||||
|
|
Loading…
Reference in New Issue