@@ -49,7 +49,6 @@ env_logger = "0.11"
4949flamescope = { version = " 0.1.2" , optional = true }
5050
5151rustls = { workspace = true , optional = true }
52- rustls-graviola = { workspace = true , optional = true }
5352
5453[target .'cfg(windows)' .dependencies ]
5554libc = { workspace = true }
@@ -60,6 +59,7 @@ rustyline = { workspace = true }
6059[dev-dependencies ]
6160criterion = { workspace = true }
6261pyo3 = { workspace = true , features = [" auto-initialize" ] }
62+ rustls-graviola = { workspace = true }
6363rustpython-stdlib = { workspace = true }
6464ruff_python_parser = { workspace = true }
6565
@@ -79,7 +79,6 @@ path = "src/main.rs"
7979name = " custom_tls_providers"
8080path = " examples/custom_tls_providers.rs"
8181required-features = [
82- " rustls-graviola" ,
8382 " rustls/ring" ,
8483 " rustpython-pylib/freeze-stdlib" ,
8584 " rustpython-stdlib/ssl-rustls" ,
@@ -278,7 +277,7 @@ rapidhash = "4.4.1"
278277result-like = " 0.5.0"
279278rustix = { version = " 1.1" , features = [" event" , " fs" , " param" , " system" ] }
280279rustls = { version = " 0.23.39" , default-features = false }
281- rustls-graviola = " 0.3 "
280+ rustls-graviola = " 0.4 "
282281rustls-native-certs = " 0.8"
283282rustls-pemfile = " 2.2"
284283rustls-platform-verifier = " 0.7"
@@ -311,7 +310,7 @@ icu_locale = "2"
311310icu_properties = " 2"
312311icu_normalizer = " 2"
313312uuid = " 1.23.2"
314- unicode_names2 = " 2.0.0 "
313+ unicode_names2 = " 3 "
315314widestring = " 1.2.0"
316315windows-sys = " 0.61.2"
317316wasm-bindgen = " 0.2.106"
0 commit comments