@@ -28,7 +28,7 @@ client_api = [
28
28
]
29
29
client_der = [" reqwest/native-tls" , " client_api" ]
30
30
client_pem = [" reqwest/rustls-tls" , " client_api" ]
31
- minimal_versions = [" void" , " openssl" , " tempfile" , " h2" , " memoffset " , " mio " , " rustls " , " rustls-webpki " ]
31
+ minimal_versions = [" void" , " openssl" , " tempfile" , " h2" , " mio " , " rustls " , " bumpalo " , " combine " ]
32
32
# This feature is here to aid with `semver-checks` by hiding the known-unstable
33
33
# parts of the crate.
34
34
_nohooks = []
@@ -66,14 +66,14 @@ openssl = { version = "~0.10.60", optional = true }
66
66
tempfile = { version = " ^3.4.0" , optional = true }
67
67
# Required to avoid https://rustsec.org/advisories/RUSTSEC-2024-0332
68
68
h2 = { version = " 0.3.26" , optional = true }
69
- # Required to avoid https://rustsec.org/advisories/RUSTSEC-2023-0045
70
- memoffset = { version = " 0.6.2" , optional = true }
71
69
# Required to avoid https://rustsec.org/advisories/RUSTSEC-2024-0019
72
70
mio = { version = " 0.8.11" , optional = true }
73
- # Required to avoid https://rustsec.org/advisories/RUSTSEC-2023-0052
74
- rustls-webpki = { version = " 0.101.4" , optional = true }
75
71
# Required to avoid https://rustsec.org/advisories/RUSTSEC-2024-0336
76
72
rustls = { version = " 0.21.11" , optional = true }
73
+ # Required to avoid https://rustsec.org/advisories/RUSTSEC-2022-0078
74
+ bumpalo = { version = " 3.11.1" , optional = true }
75
+ # Required to avoid https://rustsec.org/advisories/RUSTSEC-2023-0015
76
+ combine = { version = " 3.6.2" , optional = true }
77
77
78
78
[dev-dependencies ]
79
79
itertools = { version = " ~0.12" }
0 commit comments