Skip to content

Commit 553461b

Browse files
mathstufkwrobot
authored andcommitted
Merge topic 'cargo-audit-rustls'
da3c55e cargo: update `rustls` mindeps Acked-by: Kitware Robot <[email protected]> Tested-by: buildbot <[email protected]> Merge-request: !461
2 parents bf8151c + da3c55e commit 553461b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ client_api = [
2828
]
2929
client_der = ["reqwest/native-tls", "client_api"]
3030
client_pem = ["reqwest/rustls-tls", "client_api"]
31-
minimal_versions = ["void", "openssl", "tempfile", "h2", "memoffset", "mio", "rustls-webpki"]
31+
minimal_versions = ["void", "openssl", "tempfile", "h2", "memoffset", "mio", "rustls", "rustls-webpki"]
3232
# This feature is here to aid with `semver-checks` by hiding the known-unstable
3333
# parts of the crate.
3434
_nohooks = []
@@ -72,6 +72,8 @@ memoffset = { version = "0.6.2", optional = true }
7272
mio = { version = "0.8.11", optional = true }
7373
# Required to avoid https://rustsec.org/advisories/RUSTSEC-2023-0052
7474
rustls-webpki = { version = "0.101.4", optional = true }
75+
# Required to avoid https://rustsec.org/advisories/RUSTSEC-2024-0336
76+
rustls = { version = "0.21.11", optional = true }
7577

7678
[dev-dependencies]
7779
itertools = { version = "~0.10" }

0 commit comments

Comments
 (0)