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

chore(deps): bump rustls from 0.23.8 to 0.23.9

Bumps [rustls](https://github.com/rustls/rustls) from 0.23.8 to 0.23.9.
- [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.8...v/0.23.9)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-06-10 17:43:28 +00:00 committed by GitHub
parent 58a87f0957
commit 8715dc90bb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

24
Cargo.lock generated
View File

@ -1150,7 +1150,7 @@ dependencies = [
"percent-encoding",
"pin-project-lite 0.2.13",
"rand 0.8.5",
"rustls 0.23.8",
"rustls 0.23.9",
"serde",
"serde_json",
"serde_urlencoded",
@ -1166,7 +1166,7 @@ dependencies = [
"env_logger",
"log",
"mime",
"rustls 0.23.8",
"rustls 0.23.9",
"webpki-roots 0.26.1",
]
@ -1747,7 +1747,7 @@ dependencies = [
"bitflags 2.4.1",
"cexpr",
"clang-sys",
"itertools 0.12.1",
"itertools 0.11.0",
"lazy_static",
"lazycell",
"log",
@ -2042,7 +2042,7 @@ dependencies = [
"log",
"notify 6.1.1",
"parking_lot 0.12.3",
"rustls 0.23.8",
"rustls 0.23.9",
"rustls-pemfile 2.1.2",
"tokio 1.37.0",
]
@ -4956,7 +4956,7 @@ dependencies = [
"env_logger",
"futures-util",
"log",
"rustls 0.23.8",
"rustls 0.23.9",
"rustls-pemfile 2.1.2",
]
@ -6187,7 +6187,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
dependencies = [
"anyhow",
"itertools 0.12.1",
"itertools 0.11.0",
"proc-macro2",
"quote",
"syn 2.0.48",
@ -6897,9 +6897,9 @@ dependencies = [
[[package]]
name = "rustls"
version = "0.23.8"
version = "0.23.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "79adb16721f56eb2d843e67676896a61ce7a0fa622dc18d3e372477a029d2740"
checksum = "a218f0f6d05669de4eabfb24f31ce802035c952429d037507b4a4a39f0e60c5b"
dependencies = [
"aws-lc-rs",
"log",
@ -6918,7 +6918,7 @@ dependencies = [
"actix-web",
"env_logger",
"log",
"rustls 0.23.8",
"rustls 0.23.9",
"rustls-pemfile 2.1.2",
]
@ -6930,7 +6930,7 @@ dependencies = [
"actix-web",
"env_logger",
"log",
"rustls 0.23.8",
"rustls 0.23.9",
"rustls-pemfile 2.1.2",
]
@ -8252,7 +8252,7 @@ dependencies = [
"env_logger",
"eyre",
"log",
"rustls 0.23.8",
"rustls 0.23.9",
"rustls-pemfile 2.1.2",
"tokio 1.37.0",
]
@ -8467,7 +8467,7 @@ version = "0.26.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4"
dependencies = [
"rustls 0.23.8",
"rustls 0.23.9",
"rustls-pki-types",
"tokio 1.37.0",
]