Skip to content

Commit

Permalink
third-party/rust: update Hyper
Browse files Browse the repository at this point in the history
Summary:
johansglock pointed out that Hyper is affected by CVE-2021-21299. Let's update
to a fixed version.

Reviewed By: farnz

Differential Revision: D26313854

fbshipit-source-id: 4db04d3044fb9f22a037bda0a88a5314f62f9dfc
  • Loading branch information
krallin authored and facebook-github-bot committed Feb 12, 2021
1 parent 86b4455 commit a747a14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,6 @@ tokio-core = { git = "https://github.com/bolinfest/tokio-core", rev = "5f37aa3c6
toml = { git = "https://github.com/jsgf/toml-rs", branch = "dotted-table-0.5.7" }
enumset = { git = "https://github.com/danobi/enumset", rev = "4c01c583c27a725948fededbfb3461c572a669a4" }
cursive_buffered_backend = { git = "https://github.com/chengxiong-ruan/cursive_buffered_backend", branch = "upgrade_cursive_core_from_v0.4.1"}
hyper-02 = { git = "https://github.com/krallin/hyper.git", rev = "e5cc6150ebe82eae6daa3ec61c91296b19200a81", package = "hyper", version = "0.13.9" }
hyper-02 = { git = "https://github.com/krallin/hyper.git", rev = "9c9453c5ae3e92de4ba30edd81bb45371b8fa8d6", package = "hyper", version = "0.13.10" }
tokio-02 = { git = "https://github.com/krallin/tokio.git", rev = "818f943db36e32b7c928351c32fe69ac913409f9", package = "tokio", version = "0.2.25" }
tokio-compat = { git = "https://github.com/krallin/tokio-compat.git", rev = "c2330c2a0141353e467cc5861988daa2eae7cb54", package = "tokio-compat", version = "0.1.6" }

0 comments on commit a747a14

Please sign in to comment.