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"