Update Rust crate hyper to 0.14.22
parent
ff0742898c
commit
738709c8e5
|
@ -313,9 +313,9 @@ checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
|
|||
|
||||
[[package]]
|
||||
name = "hyper"
|
||||
version = "0.14.21"
|
||||
version = "0.14.22"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "41a2df176f359a22aee9c8657e674f7aa54e9ba48b512a798e5ca36a1f51065c"
|
||||
checksum = "abfba89e19b959ca163c7752ba59d737c1ceea53a5d31a149c805446fc958064"
|
||||
dependencies = [
|
||||
"bytes",
|
||||
"futures-channel",
|
||||
|
|
|
@ -12,7 +12,7 @@ name = "site"
|
|||
|
||||
[dependencies]
|
||||
axum = { version = "0.5.17" }
|
||||
hyper = { version = "0.14.21" }
|
||||
hyper = { version = "0.14.22" }
|
||||
tokio = { version = "1.21.2", features = ["full"] }
|
||||
tracing = "0.1.37"
|
||||
tracing-subscriber = {version = "0.3.16", features = ["env-filter"] }
|
||||
|
|
Loading…
Reference in New Issue