1
0
mirror of https://github.com/actix/actix-website synced 2025-01-22 16:15:56 +01:00

Bump rustls from 0.23.9 to 0.23.10 in /examples (#394)

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

---
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-06-17 10:06:11 +01:00 committed by GitHub
parent 20cd93f251
commit 7194ec9892
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

4
examples/Cargo.lock generated
View File

@ -2334,9 +2334,9 @@ dependencies = [
[[package]]
name = "rustls"
version = "0.23.9"
version = "0.23.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a218f0f6d05669de4eabfb24f31ce802035c952429d037507b4a4a39f0e60c5b"
checksum = "05cff451f60db80f490f3c182b77c35260baace73209e9cdbbe526bfe3a4d402"
dependencies = [
"aws-lc-rs",
"log",