Skip to content

Commit cc40b68

Browse files
committed
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 <[email protected]>
1 parent f2e900a commit cc40b68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ env_logger = "0.7"
3636
# tower examples
3737
tower = { version = "0.4.4", features = ["full"] }
3838
http = "0.2"
39-
hyper = { version = "0.14", features = ["full"] }
39+
hyper = { version = "0.14.11", features = ["full"] }
4040
rand = "0.7"
4141
bytes = "1"
4242
argh = "0.1.5"

0 commit comments

Comments
 (0)