Update Rust crate hyper to 0.14.28
This commit is contained in:
parent
aeddbb5d71
commit
d8e40b53c4
|
@ -856,9 +856,9 @@ checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "hyper"
|
name = "hyper"
|
||||||
version = "0.14.27"
|
version = "0.14.28"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468"
|
checksum = "bf96e135eb83a2a8ddf766e426a841d8ddd7449d5f00d34ea02b41d2f19eef80"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bytes",
|
"bytes",
|
||||||
"futures-channel",
|
"futures-channel",
|
||||||
|
|
|
@ -17,7 +17,7 @@ readme = "README.md"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
julianday = "1.2.0"
|
julianday = "1.2.0"
|
||||||
base64 = "0.21.5"
|
base64 = "0.21.5"
|
||||||
hyper = { version = "0.14.27", features = ["server"] }
|
hyper = { version = "0.14.28", features = ["server"] }
|
||||||
hex_fmt = "0.3"
|
hex_fmt = "0.3"
|
||||||
futures = "0.3.29"
|
futures = "0.3.29"
|
||||||
time = "0.3.30"
|
time = "0.3.30"
|
||||||
|
|
Loading…
Reference in New Issue