Upgrade openssl and openssl-sys crates

Summary:
Changelogs:
- https://github.com/sfackler/rust-openssl/blob/openssl-v0.10.58/openssl/CHANGELOG.md#v01058---2023-11-01
- https://github.com/sfackler/rust-openssl/blob/openssl-sys-v0.9.94/openssl-sys/CHANGELOG.md#v0994---2023-11-01

Reviewed By: zertosh

Differential Revision: D50936191

fbshipit-source-id: 5afd45cce06deddfc231d2c2ca075cc5fcc0fc2c
This commit is contained in:
Guy Lewin 2023-11-02 13:20:06 -07:00 committed by Facebook GitHub Bot
parent 3206f3a325
commit 60e6a946e8
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.57"
openssl = "0.10.58"
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.57"
openssl = "0.10.58"
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.57"
openssl = "0.10.58"
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.57"
openssl = "0.10.58"
percent-encoding = "2.1"
permission_checker = { version = "0.1.0", path = "../../permission_checker" }
pin-project = "0.4.30"

View File

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