Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump openssl to 0.10.55 (nushell#9488)
# Description `cargo audit` reported a vulnerability found in the openssl crate. ``` Crate: openssl Version: 0.10.52 Title: `openssl` `X509VerifyParamRef::set_host` buffer over-read Date: 2023-06-20 ID: RUSTSEC-2023-0044 URL: https://rustsec.org/advisories/RUSTSEC-2023-0044 Solution: Upgrade to >=0.10.55 Dependency tree: openssl 0.10.52 ├── nu 0.81.1 └── native-tls 0.2.11 ├── ureq 2.6.2 │ └── nu-command 0.81.1 │ ├── nu-cli 0.81.1 │ │ └── nu 0.81.1 │ └── nu 0.81.1 └── nu-command 0.81.1 ```
- Loading branch information