build(deps): bump rustls from 0.23.27 to 0.23.28 (#4689)

This commit is contained in:
Quentin Gliech
2025-06-17 17:56:17 +02:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -5219,9 +5219,9 @@ dependencies = [
[[package]]
name = "rustls"
version = "0.23.27"
version = "0.23.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "730944ca083c1c233a75c09f199e973ca499344a2b7ba9e755c457e86fb4a321"
checksum = "7160e3e10bf4535308537f3c4e1641468cd0e485175d6163087c0393c7d46643"
dependencies = [
"aws-lc-rs",
"log",

View File

@@ -516,7 +516,7 @@ version = "0.15.2"
# TLS stack
[workspace.dependencies.rustls]
version = "0.23.27"
version = "0.23.28"
# PEM parsing for rustls
[workspace.dependencies.rustls-pemfile]