mirror of
https://github.com/actix/actix-website
synced 2025-06-26 15:17:43 +02:00
chore(deps): bump rustls from 0.23.27 to 0.23.28 in /examples (#618)
Bumps [rustls](https://github.com/rustls/rustls) from 0.23.27 to 0.23.28. - [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.27...v/0.23.28) --- updated-dependencies: - dependency-name: rustls dependency-version: 0.23.28 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:
4
examples/Cargo.lock
generated
4
examples/Cargo.lock
generated
@ -3097,9 +3097,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",
|
||||
|
Reference in New Issue
Block a user