mirror of
https://github.com/tokio-rs/tracing.git
synced 2025-10-02 15:24:47 +00:00
examples: bump hyper
dep to 0.14.11
This version includes patches for a couple of RUSTSEC advisories that `cargo audit` is mad about. These aren't actually security-critical, since the affected hyper versions are only used in examples, not in actual`tracing` crates, but bumping makes `cargo audit` chill out. And we should keep up to date regardless. Signed-off-by: Eliza Weisman <eliza@buoyant.io>
This commit is contained in:
parent
f2e900a97c
commit
cc40b68ed0
@ -36,7 +36,7 @@ env_logger = "0.7"
|
||||
# tower examples
|
||||
tower = { version = "0.4.4", features = ["full"] }
|
||||
http = "0.2"
|
||||
hyper = { version = "0.14", features = ["full"] }
|
||||
hyper = { version = "0.14.11", features = ["full"] }
|
||||
rand = "0.7"
|
||||
bytes = "1"
|
||||
argh = "0.1.5"
|
||||
|
Loading…
x
Reference in New Issue
Block a user