Skip to content

Commit

Permalink
cargo: allow openssl 0.10.46
Browse files Browse the repository at this point in the history
Reword version range to prevent Dependabot from continually trying to bump the lower bound.
  • Loading branch information
bgilbert authored Jun 2, 2023
1 parent b019c89 commit c6927c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ mailparse = ">= 0.13, < 0.15"
maplit = "1.0"
nix = ">= 0.19, < 0.27"
openssh-keys = ">= 0.5, < 0.7"
openssl = "0.10.54"
openssl = ">= 0.10.46, < 0.11"
pnet_base = ">= 0.26, < 0.34"
pnet_datalink = ">= 0.26, < 0.34"
reqwest = { version = ">= 0.10, < 0.12", features = [ "blocking" ] }
Expand Down

0 comments on commit c6927c1

Please sign in to comment.