1
0
mirror of https://github.com/actix/examples synced 2025-02-22 17:23:18 +01:00

Merge pull request #1010 from actix/dependabot/cargo/rustls-0.23.23

chore(deps): bump rustls from 0.23.20 to 0.23.23
This commit is contained in:
Rob Ede 2025-02-17 18:37:44 +00:00 committed by GitHub
commit 4e47d58ff5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

30
Cargo.lock generated
View File

@ -1126,7 +1126,7 @@ dependencies = [
"percent-encoding",
"pin-project-lite",
"rand",
"rustls 0.23.20",
"rustls 0.23.23",
"serde",
"serde_json",
"serde_urlencoded",
@ -1142,7 +1142,7 @@ dependencies = [
"env_logger",
"log",
"mime",
"rustls 0.23.20",
"rustls 0.23.23",
"webpki-roots 0.26.7",
]
@ -1998,7 +1998,7 @@ dependencies = [
"eyre",
"log",
"notify 6.1.1",
"rustls 0.23.20",
"rustls 0.23.23",
"rustls-pemfile 2.2.0",
"tokio",
]
@ -3971,7 +3971,7 @@ dependencies = [
"http 1.2.0",
"hyper 1.5.2",
"hyper-util",
"rustls 0.23.20",
"rustls 0.23.23",
"rustls-pki-types",
"tokio",
"tokio-rustls 0.26.1",
@ -4896,7 +4896,7 @@ dependencies = [
"env_logger",
"futures-util",
"log",
"rustls 0.23.20",
"rustls 0.23.23",
"rustls-pemfile 2.2.0",
]
@ -6160,7 +6160,7 @@ dependencies = [
"quinn-proto",
"quinn-udp",
"rustc-hash 2.1.0",
"rustls 0.23.20",
"rustls 0.23.23",
"socket2",
"thiserror 2.0.9",
"tokio",
@ -6178,7 +6178,7 @@ dependencies = [
"rand",
"ring",
"rustc-hash 2.1.0",
"rustls 0.23.20",
"rustls 0.23.23",
"rustls-pki-types",
"slab",
"thiserror 2.0.9",
@ -6436,7 +6436,7 @@ dependencies = [
"percent-encoding",
"pin-project-lite",
"quinn",
"rustls 0.23.20",
"rustls 0.23.23",
"rustls-pemfile 2.2.0",
"rustls-pki-types",
"serde",
@ -6698,9 +6698,9 @@ dependencies = [
[[package]]
name = "rustls"
version = "0.23.20"
version = "0.23.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5065c3f250cbd332cd894be57c40fa52387247659b14a2d6041d121547903b1b"
checksum = "47796c98c480fce5406ef69d1c76378375492c3b0a0de587be0c1d9feb12f395"
dependencies = [
"aws-lc-rs",
"log",
@ -6720,7 +6720,7 @@ dependencies = [
"actix-web",
"env_logger",
"log",
"rustls 0.23.20",
"rustls 0.23.23",
"rustls-pemfile 2.2.0",
]
@ -6732,7 +6732,7 @@ dependencies = [
"actix-web",
"env_logger",
"log",
"rustls 0.23.20",
"rustls 0.23.23",
"rustls-pemfile 2.2.0",
]
@ -8064,7 +8064,7 @@ dependencies = [
"env_logger",
"eyre",
"log",
"rustls 0.23.20",
"rustls 0.23.23",
"rustls-pemfile 2.2.0",
"tokio",
]
@ -8259,7 +8259,7 @@ version = "0.26.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37"
dependencies = [
"rustls 0.23.20",
"rustls 0.23.23",
"tokio",
]
@ -9258,7 +9258,7 @@ version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
dependencies = [
"windows-sys 0.59.0",
"windows-sys 0.48.0",
]
[[package]]