Skip to content

Commit e1ef518

Browse files
Bump unicode_names2 and rustls-graviola (#8203)
1 parent 6f7fc41 commit e1ef518

2 files changed

Lines changed: 16 additions & 188 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ env_logger = "0.11"
4949
flamescope = { version = "0.1.2", optional = true }
5050

5151
rustls = { workspace = true, optional = true }
52-
rustls-graviola = { workspace = true, optional = true }
5352

5453
[target.'cfg(windows)'.dependencies]
5554
libc = { workspace = true }
@@ -60,6 +59,7 @@ rustyline = { workspace = true }
6059
[dev-dependencies]
6160
criterion = { workspace = true }
6261
pyo3 = { workspace = true, features = ["auto-initialize"] }
62+
rustls-graviola = { workspace = true }
6363
rustpython-stdlib = { workspace = true }
6464
ruff_python_parser = { workspace = true }
6565

@@ -79,7 +79,6 @@ path = "src/main.rs"
7979
name = "custom_tls_providers"
8080
path = "examples/custom_tls_providers.rs"
8181
required-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"
278277
result-like = "0.5.0"
279278
rustix = { version = "1.1", features = ["event", "fs", "param", "system"] }
280279
rustls = { version = "0.23.39", default-features = false }
281-
rustls-graviola = "0.3"
280+
rustls-graviola = "0.4"
282281
rustls-native-certs = "0.8"
283282
rustls-pemfile = "2.2"
284283
rustls-platform-verifier = "0.7"
@@ -311,7 +310,7 @@ icu_locale = "2"
311310
icu_properties = "2"
312311
icu_normalizer = "2"
313312
uuid = "1.23.2"
314-
unicode_names2 = "2.0.0"
313+
unicode_names2 = "3"
315314
widestring = "1.2.0"
316315
windows-sys = "0.61.2"
317316
wasm-bindgen = "0.2.106"

0 commit comments

Comments
 (0)