From cad25b379b71d84e6a372be2635a2c015de54df4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 10:44:02 +0000 Subject: [PATCH] fix(deps): update rust crate openssl to 0.10.64 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3554775..6146805 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ paris = { version = "1.5.15", features = ["macros"] } tokio = {version = "1.37.0", features = ["full"]} [target.'cfg(all(target_os = "linux", any(target_env = "musl", target_arch = "arm", target_arch = "aarch64")))'.dependencies] -openssl = { version = "0.10", features = ["vendored"] } +openssl = { version = "0.10.64", features = ["vendored"] } [dev-dependencies] assert_cmd = "2.0.14"