From d9886e52b8a56616a3ab74fdce6bec029bd194bb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 13:15:46 +0000 Subject: [PATCH] fix(deps): update rust crate openssl-src to v300 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7ac121d8cd..1f2ab7292a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -66,7 +66,7 @@ opener = "0.7.0" # HACK: We temporarily pin the OpenSSL version due to build issues encountered in # https://github.com/rust-lang/rustup/pull/3668. openssl = { version = "=0.10.57", optional = true } -openssl-src = { version = "=111.28.1", optional = true } +openssl-src = { version = "=300.2.3", optional = true } openssl-sys = { version = "=0.9.92", optional = true } opentelemetry = { workspace = true, optional = true } opentelemetry_sdk = { workspace = true, optional = true }