Update openssl from 0.10.58 to 0.10.61

Summary: Addresses https://rustsec.org/advisories/RUSTSEC-2023-0072.html

Reviewed By: shayne-fletcher

Differential Revision: D51979414

fbshipit-source-id: 874181e8a16c102abce16371fd8f42e9bafe913c
This commit is contained in:
Andres Suarez 2023-12-08 08:16:48 -08:00 committed by Facebook GitHub Bot
parent ba27d4d130
commit c19907c662
5 changed files with 5 additions and 5 deletions

View File

@ -28,7 +28,7 @@ hyper = { version = "0.14.26", features = ["client", "http1", "http2", "stream"]
metaconfig_types = { version = "0.1.0", path = "../metaconfig/types" }
metadata = { version = "0.1.0", path = "../server/metadata" }
mime = "0.3.14"
openssl = "0.10.58"
openssl = "0.10.61"
percent-encoding = "2.1"
permission_checker = { version = "0.1.0", path = "../permission_checker" }
pin-project = "0.4.30"

View File

@ -14,7 +14,7 @@ fbinit = { version = "0.1.2", git = "https://github.com/facebookexperimental/rus
futures = { version = "0.3.28", features = ["async-await", "compat"] }
itertools = "0.11.0"
maplit = "1.0"
openssl = "0.10.58"
openssl = "0.10.61"
serde = { version = "1.0.185", features = ["derive", "rc"] }
serde_json = { version = "1.0.100", features = ["float_roundtrip", "unbounded_depth"] }
tokio = { version = "1.29.1", features = ["full", "test-util", "tracing"] }

View File

@ -21,7 +21,7 @@ futures = { version = "0.3.28", features = ["async-await", "compat"] }
metaconfig_types = { version = "0.1.0", path = "../metaconfig/types" }
mononoke_api = { version = "0.1.0", path = "../mononoke_api" }
mononoke_app = { version = "0.1.0", path = "../cmdlib/mononoke_app" }
openssl = "0.10.58"
openssl = "0.10.61"
pushrebase_client = { version = "0.1.0", path = "../pushrebase/client" }
repo_listener = { version = "0.1.0", path = "repo_listener" }
secure_utils = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }

View File

@ -40,7 +40,7 @@ metadata = { version = "0.1.0", path = "../metadata" }
mononoke_api = { version = "0.1.0", path = "../../mononoke_api" }
mononoke_app = { version = "0.1.0", path = "../../cmdlib/mononoke_app" }
mononoke_types = { version = "0.1.0", path = "../../mononoke_types" }
openssl = "0.10.58"
openssl = "0.10.61"
percent-encoding = "2.1"
permission_checker = { version = "0.1.0", path = "../../permission_checker" }
pin-project = "0.4.30"

View File

@ -23,7 +23,7 @@ http = "0.2"
lru-cache = "0.1.2"
maplit = "1.0"
once_cell = "1.12"
openssl = "0.10.58"
openssl = "0.10.61"
parking_lot = { version = "0.12.1", features = ["send_guard"] }
paste = "1.0.14"
pin-project = "0.4.30"