1
0
mirror of https://github.com/actix/actix-website synced 2024-12-18 09:53:12 +01:00

chore(deps): bump rustls from 0.23.18 to 0.23.19 in /examples (#501)

Bumps [rustls](https://github.com/rustls/rustls) from 0.23.18 to 0.23.19.
- [Release notes](https://github.com/rustls/rustls/releases)
- [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rustls/rustls/compare/v/0.23.18...v/0.23.19)

---
updated-dependencies:
- dependency-name: rustls
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-12-02 07:54:27 +00:00 committed by GitHub
parent c6b1e33a5c
commit db1778f3f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

8
examples/Cargo.lock generated
View File

@ -1455,7 +1455,7 @@ name = "http2"
version = "1.0.0"
dependencies = [
"actix-web",
"rustls 0.23.18",
"rustls 0.23.19",
"rustls-pemfile 2.2.0",
]
@ -2478,9 +2478,9 @@ dependencies = [
[[package]]
name = "rustls"
version = "0.23.18"
version = "0.23.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c9cc1d47e243d655ace55ed38201c19ae02c148ae56412ab8750e8f0166ab7f"
checksum = "934b404430bb06b3fae2cba809eb45a1ab1aecd64491213d7c3301b88393f8d1"
dependencies = [
"aws-lc-rs",
"log",
@ -3170,7 +3170,7 @@ version = "0.26.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4"
dependencies = [
"rustls 0.23.18",
"rustls 0.23.19",
"rustls-pki-types",
"tokio",
]