Skip to content

Commit 74fd5bc

Browse files
committed
Auto merge of #13731 - weihanglo:openssl, r=epage
chore: downgrade to openssl v1.1.1 (again) Accidentally updated by <#13674> See #13546 (comment)
2 parents 40ce8ac + 686057b commit 74fd5bc

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

.github/renovate.json5

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@
7878
matchUpdateTypes: [
7979
'patch',
8080
],
81+
// See rust-lang/cargo#13546 and openssl/openssl#23376 for the exclusion
82+
excludePackageNames: ['openssl', 'openssl-src', 'openssl-sys'],
8183
automerge: false,
8284
groupName: 'compatible',
8385
},
@@ -89,6 +91,8 @@
8991
matchUpdateTypes: [
9092
'minor',
9193
],
94+
// See rust-lang/cargo#13546 and openssl/openssl#23376 for the exclusion
95+
excludePackageNames: ['openssl', 'openssl-src', 'openssl-sys'],
9296
automerge: false,
9397
groupName: 'compatible',
9498
},

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ memchr = "2.7.2"
6767
miow = "0.6.0"
6868
opener = "0.7.0"
6969
openssl = "0.10.57"
70+
openssl-sys = "=0.9.92" # See rust-lang/cargo#13546 and openssl/openssl#23376 for pinning
7071
os_info = "3.8.2"
7172
pasetors = { version = "0.6.8", features = ["v3", "paserk", "std", "serde"] }
7273
pathdiff = "0.2"

0 commit comments

Comments
 (0)