Skip to content

Commit 246e8d1

Browse files
authored
Rollup merge of #84787 - klensy:deps-bump, r=Mark-Simulacrum
bump deps openssl vulns: https://rustsec.org/advisories/RUSTSEC-2021-0056.html https://rustsec.org/advisories/RUSTSEC-2021-0055.html openssl-src v111.12.0+1.1.1h -> v111.15.0+1.1.1k not latest, but newer openssl-sys v0.9.58 -> v0.9.61 openssl v0.10.30 -> v0.10.33 curl vulns: https://curl.se/docs/vuln-7.74.0.html curl v0.4.34 -> v0.4.36 curl-sys v0.4.39+curl-7.74.0 -> v0.4.42+curl-7.76.0
2 parents 1224e13 + 50c3890 commit 246e8d1

File tree

1 file changed

+24
-14
lines changed

1 file changed

+24
-14
lines changed

Cargo.lock

+24-14
Original file line numberDiff line numberDiff line change
@@ -864,24 +864,24 @@ dependencies = [
864864

865865
[[package]]
866866
name = "curl"
867-
version = "0.4.34"
867+
version = "0.4.36"
868868
source = "registry+https://github.com/rust-lang/crates.io-index"
869-
checksum = "e268162af1a5fe89917ae25ba3b0a77c8da752bdc58e7dbb4f15b91fbd33756e"
869+
checksum = "d0bac9f84ca0977c4d9b8db998689de55b9e976656a6bc87fada2ca710d504c7"
870870
dependencies = [
871871
"curl-sys",
872872
"libc",
873873
"openssl-probe",
874874
"openssl-sys",
875875
"schannel",
876-
"socket2",
876+
"socket2 0.4.0",
877877
"winapi 0.3.9",
878878
]
879879

880880
[[package]]
881881
name = "curl-sys"
882-
version = "0.4.39+curl-7.74.0"
882+
version = "0.4.42+curl-7.76.0"
883883
source = "registry+https://github.com/rust-lang/crates.io-index"
884-
checksum = "07a8ce861e7b68a0b394e814d7ee9f1b2750ff8bd10372c6ad3bacc10e86f874"
884+
checksum = "4636d8d6109c842707018a104051436bffb8991ea20b2d1293db70b6e0ee4c7c"
885885
dependencies = [
886886
"cc",
887887
"libc",
@@ -2273,7 +2273,7 @@ version = "0.3.6"
22732273
source = "registry+https://github.com/rust-lang/crates.io-index"
22742274
checksum = "5a33c1b55807fbed163481b5ba66db4b2fa6cde694a5027be10fb724206c5897"
22752275
dependencies = [
2276-
"socket2",
2276+
"socket2 0.3.16",
22772277
"winapi 0.3.9",
22782278
]
22792279

@@ -2390,15 +2390,15 @@ dependencies = [
23902390

23912391
[[package]]
23922392
name = "openssl"
2393-
version = "0.10.30"
2393+
version = "0.10.33"
23942394
source = "registry+https://github.com/rust-lang/crates.io-index"
2395-
checksum = "8d575eff3665419f9b83678ff2815858ad9d11567e082f5ac1814baba4e2bcb4"
2395+
checksum = "a61075b62a23fef5a29815de7536d940aa35ce96d18ce0cc5076272db678a577"
23962396
dependencies = [
23972397
"bitflags",
2398-
"cfg-if 0.1.10",
2398+
"cfg-if 1.0.0",
23992399
"foreign-types",
2400-
"lazy_static",
24012400
"libc",
2401+
"once_cell",
24022402
"openssl-sys",
24032403
]
24042404

@@ -2410,18 +2410,18 @@ checksum = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de"
24102410

24112411
[[package]]
24122412
name = "openssl-src"
2413-
version = "111.12.0+1.1.1h"
2413+
version = "111.15.0+1.1.1k"
24142414
source = "registry+https://github.com/rust-lang/crates.io-index"
2415-
checksum = "858a4132194f8570a7ee9eb8629e85b23cbc4565f2d4a162e87556e5956abf61"
2415+
checksum = "b1a5f6ae2ac04393b217ea9f700cd04fa9bf3d93fae2872069f3d15d908af70a"
24162416
dependencies = [
24172417
"cc",
24182418
]
24192419

24202420
[[package]]
24212421
name = "openssl-sys"
2422-
version = "0.9.58"
2422+
version = "0.9.61"
24232423
source = "registry+https://github.com/rust-lang/crates.io-index"
2424-
checksum = "a842db4709b604f0fe5d1170ae3565899be2ad3d9cbc72dedc789ac0511f78de"
2424+
checksum = "313752393519e876837e09e1fa183ddef0be7735868dced3196f4472d536277f"
24252425
dependencies = [
24262426
"autocfg",
24272427
"cc",
@@ -4863,6 +4863,16 @@ dependencies = [
48634863
"winapi 0.3.9",
48644864
]
48654865

4866+
[[package]]
4867+
name = "socket2"
4868+
version = "0.4.0"
4869+
source = "registry+https://github.com/rust-lang/crates.io-index"
4870+
checksum = "9e3dfc207c526015c632472a77be09cf1b6e46866581aecae5cc38fb4235dea2"
4871+
dependencies = [
4872+
"libc",
4873+
"winapi 0.3.9",
4874+
]
4875+
48664876
[[package]]
48674877
name = "stable_deref_trait"
48684878
version = "1.2.0"

0 commit comments

Comments
 (0)