From 2424bc5efd1b8b4bcf60dbda93259a3f29db7f06 Mon Sep 17 00:00:00 2001 From: Rohan Krishnaswamy <47869999+rkrishn7@users.noreply.github.com> Date: Mon, 30 Sep 2024 16:37:11 -0700 Subject: [PATCH] chore: Bump openssl and openssl-sys --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index fa45c1b..dc50f8c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,8 +29,8 @@ schannel = "0.1.17" [target.'cfg(not(any(target_os = "windows", target_vendor = "apple")))'.dependencies] log = "0.4.5" -openssl = "0.10.29" -openssl-sys = "0.9.55" +openssl = "0.10.46" +openssl-sys = "0.9.81" openssl-probe = "0.1" [dev-dependencies]