Bump rustls from 0.23.4 to 0.23.5 (#522)

Bumps [rustls](https://github.com/rustls/rustls) from 0.23.4 to 0.23.5.
- [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.4...v/0.23.5)

---
updated-dependencies:
- dependency-name: rustls
  dependency-type: direct:production
...

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-04-19 20:07:28 +00:00 committed by GitHub
parent 225e81b80a
commit a247eb01ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 8 deletions

14
Cargo.lock generated
View File

@ -3184,7 +3184,7 @@ dependencies = [
"hyper 1.2.0",
"hyper-util",
"log",
"rustls 0.23.4",
"rustls 0.23.5",
"rustls-native-certs",
"rustls-pki-types",
"tokio",
@ -3768,7 +3768,7 @@ dependencies = [
"kitsune-type",
"num-derive",
"num-traits",
"rustls 0.23.4",
"rustls 0.23.5",
"rustls-native-certs",
"serde",
"simd-json",
@ -4301,7 +4301,7 @@ dependencies = [
"nom",
"percent-encoding",
"quoted_printable",
"rustls 0.23.4",
"rustls 0.23.5",
"rustls-pemfile 2.1.2",
"socket2",
"tokio",
@ -6623,9 +6623,9 @@ dependencies = [
[[package]]
name = "rustls"
version = "0.23.4"
version = "0.23.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c4d6d8ad9f2492485e13453acbb291dd08f64441b6609c491f1c2cd2c6b4fe1"
checksum = "afabcee0551bd1aa3e18e5adbf2c0544722014b899adb31bd186ec638d3da97e"
dependencies = [
"log",
"once_cell",
@ -7836,7 +7836,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04fb792ccd6bbcd4bba408eb8a292f70fc4a3589e5d793626f45190e6454b6ab"
dependencies = [
"ring",
"rustls 0.23.4",
"rustls 0.23.5",
"tokio",
"tokio-postgres",
"tokio-rustls 0.26.0",
@ -7881,7 +7881,7 @@ version = "0.26.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4"
dependencies = [
"rustls 0.23.4",
"rustls 0.23.5",
"rustls-pki-types",
"tokio",
]

View File

@ -27,7 +27,7 @@ kitsune-language = { path = "../kitsune-language" }
kitsune-type = { path = "../kitsune-type" }
num-derive = "0.4.2"
num-traits = "0.2.18"
rustls = { version = "0.23.4", default-features = false, features = [
rustls = { version = "0.23.5", default-features = false, features = [
"logging",
"ring",
"std",