Skip to content

Commit

Permalink
Merge pull request #926 from bgilbert/openssl
Browse files Browse the repository at this point in the history
Update metadata for OpenSSL `parse2()` migration
  • Loading branch information
bgilbert committed May 19, 2023
2 parents 5945a8e + 0e159be commit 09c52e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ mailparse = ">= 0.13, < 0.15"
maplit = "1.0"
nix = ">= 0.19, < 0.27"
openssh-keys = ">= 0.5, < 0.7"
openssl = "0.10"
openssl = "0.10.46"
pnet_base = ">= 0.26, < 0.34"
pnet_datalink = ">= 0.26, < 0.34"
reqwest = { version = ">= 0.10, < 0.12", features = [ "blocking" ] }
Expand Down
2 changes: 2 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,13 @@ Major changes:

Minor changes:

- Fix SSH key fetching on Azure with `openssl` crate ≥ 0.10.46

Packaging changes:

- Require `clap` ≥ 4
- Require `mockito` ≥ 1
- Require `openssl` ≥ 0.10.46


## Afterburn 5.4.1 (2023-02-06)
Expand Down

0 comments on commit 09c52e6

Please sign in to comment.