From 81df80c1c91f77847da9c8a4a71df51b8526392c Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Mon, 10 Jun 2024 01:06:16 +0200 Subject: Bump rustls to v0.23 --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index b99ae64..af9096a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,8 +47,8 @@ nanoid = "0.4" percent-encoding = "2" port_check = "0.2" regex = "1" -rustls = { version = "0.20", optional = true } -rustls-pemfile = { version = "1.0", optional = true } +rustls = { version = "0.23", optional = true } +rustls-pemfile = { version = "2", optional = true } serde = { version = "1", features = ["derive"] } sha2 = "0.10" simplelog = "0.12" @@ -65,7 +65,7 @@ default = ["tls"] # See also https://github.com/briansmith/ring/issues/1182 # and https://github.com/briansmith/ring/issues/562 # and https://github.com/briansmith/ring/issues/1367 -tls = ["rustls", "rustls-pemfile", "actix-web/rustls"] +tls = ["rustls", "rustls-pemfile", "actix-web/rustls-0_23"] [dev-dependencies] assert_cmd = "2" -- cgit v1.2.3