Skip to content

Commit

Permalink
Auto merge of #13731 - weihanglo:openssl, r=epage
Browse files Browse the repository at this point in the history
chore: downgrade to openssl v1.1.1 (again)

Accidentally updated by <#13674>

See #13546 (comment)
  • Loading branch information
bors committed Apr 10, 2024
2 parents 40ce8ac + 686057b commit 74fd5bc
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
4 changes: 4 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@
matchUpdateTypes: [
'patch',
],
// See rust-lang/cargo#13546 and openssl/openssl#23376 for the exclusion
excludePackageNames: ['openssl', 'openssl-src', 'openssl-sys'],
automerge: false,
groupName: 'compatible',
},
Expand All @@ -89,6 +91,8 @@
matchUpdateTypes: [
'minor',
],
// See rust-lang/cargo#13546 and openssl/openssl#23376 for the exclusion
excludePackageNames: ['openssl', 'openssl-src', 'openssl-sys'],
automerge: false,
groupName: 'compatible',
},
Expand Down
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ memchr = "2.7.2"
miow = "0.6.0"
opener = "0.7.0"
openssl = "0.10.57"
openssl-sys = "=0.9.92" # See rust-lang/cargo#13546 and openssl/openssl#23376 for pinning
os_info = "3.8.2"
pasetors = { version = "0.6.8", features = ["v3", "paserk", "std", "serde"] }
pathdiff = "0.2"
Expand Down

0 comments on commit 74fd5bc

Please sign in to comment.