Bump http from 0.2.8 to 0.2.9 (#342)

This commit is contained in:
dependabot[bot] 2023-02-20 16:05:09 -08:00 committed by GitHub
parent 01bf614ad0
commit a5fc1d288a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -677,9 +677,9 @@ dependencies = [
[[package]] [[package]]
name = "http" name = "http"
version = "0.2.8" version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399" checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
dependencies = [ dependencies = [
"bytes", "bytes",
"fnv", "fnv",

View File

@ -29,6 +29,6 @@ unicode-ident = "1.0.6"
[dev-dependencies] [dev-dependencies]
dropshot = { git = "https://github.com/oxidecomputer/dropshot", default-features = false } dropshot = { git = "https://github.com/oxidecomputer/dropshot", default-features = false }
expectorate = "1.0" expectorate = "1.0"
http = "0.2.8" http = "0.2.9"
hyper = "0.14.24" hyper = "0.14.24"
serde_yaml = "0.9" serde_yaml = "0.9"