Skip to content

Commit

Permalink
examples: bump hyper dep to 0.14.11
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
hawkw committed Aug 16, 2021
1 parent 85119d7 commit 81aa158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ env_logger = "0.8"
# 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"
Expand Down

0 comments on commit 81aa158

Please sign in to comment.