1
0
mirror of https://github.com/actix/examples synced 2024-11-23 14:31:07 +01:00

Merge pull request #930 from actix/dependabot/cargo/rustls-0.23.14

chore(deps): bump rustls from 0.23.13 to 0.23.14
This commit is contained in:
Rob Ede 2024-10-07 18:32:24 +00:00 committed by GitHub
commit d1eb91bafd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

30
Cargo.lock generated
View File

@ -1140,7 +1140,7 @@ dependencies = [
"percent-encoding",
"pin-project-lite",
"rand",
"rustls 0.23.13",
"rustls 0.23.14",
"serde",
"serde_json",
"serde_urlencoded",
@ -1156,7 +1156,7 @@ dependencies = [
"env_logger",
"log",
"mime",
"rustls 0.23.13",
"rustls 0.23.14",
"webpki-roots 0.26.6",
]
@ -2006,7 +2006,7 @@ dependencies = [
"eyre",
"log",
"notify 6.1.1",
"rustls 0.23.13",
"rustls 0.23.14",
"rustls-pemfile 2.2.0",
"tokio",
]
@ -3971,7 +3971,7 @@ dependencies = [
"http 1.1.0",
"hyper 1.4.1",
"hyper-util",
"rustls 0.23.13",
"rustls 0.23.14",
"rustls-pki-types",
"tokio",
"tokio-rustls 0.26.0",
@ -4505,7 +4505,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4"
dependencies = [
"cfg-if",
"windows-targets 0.52.6",
"windows-targets 0.48.5",
]
[[package]]
@ -4749,7 +4749,7 @@ dependencies = [
"env_logger",
"futures-util",
"log",
"rustls 0.23.13",
"rustls 0.23.14",
"rustls-pemfile 2.2.0",
]
@ -6006,7 +6006,7 @@ dependencies = [
"quinn-proto",
"quinn-udp",
"rustc-hash 2.0.0",
"rustls 0.23.13",
"rustls 0.23.14",
"socket2",
"thiserror",
"tokio",
@ -6023,7 +6023,7 @@ dependencies = [
"rand",
"ring",
"rustc-hash 2.0.0",
"rustls 0.23.13",
"rustls 0.23.14",
"slab",
"thiserror",
"tinyvec",
@ -6276,7 +6276,7 @@ dependencies = [
"percent-encoding",
"pin-project-lite",
"quinn",
"rustls 0.23.13",
"rustls 0.23.14",
"rustls-pemfile 2.2.0",
"rustls-pki-types",
"serde",
@ -6536,9 +6536,9 @@ dependencies = [
[[package]]
name = "rustls"
version = "0.23.13"
version = "0.23.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2dabaac7466917e566adb06783a81ca48944c6898a1b08b9374106dd671f4c8"
checksum = "415d9944693cb90382053259f89fbb077ea730ad7273047ec63b19bc9b160ba8"
dependencies = [
"aws-lc-rs",
"log",
@ -6558,7 +6558,7 @@ dependencies = [
"actix-web",
"env_logger",
"log",
"rustls 0.23.13",
"rustls 0.23.14",
"rustls-pemfile 2.2.0",
]
@ -6570,7 +6570,7 @@ dependencies = [
"actix-web",
"env_logger",
"log",
"rustls 0.23.13",
"rustls 0.23.14",
"rustls-pemfile 2.2.0",
]
@ -7867,7 +7867,7 @@ dependencies = [
"env_logger",
"eyre",
"log",
"rustls 0.23.13",
"rustls 0.23.14",
"rustls-pemfile 2.2.0",
"tokio",
]
@ -8062,7 +8062,7 @@ version = "0.26.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4"
dependencies = [
"rustls 0.23.13",
"rustls 0.23.14",
"rustls-pki-types",
"tokio",
]