Skip to content

Commit

Permalink
chore(deps): bump rustls from 0.22.4 to 0.23.12
Browse files Browse the repository at this point in the history
Bumps [rustls](https://github.com/rustls/rustls) from 0.22.4 to 0.23.12.
- [Release notes](https://github.com/rustls/rustls/releases)
- [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md)
- [Commits](rustls/rustls@v/0.22.4...v/0.23.12)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 24, 2024
1 parent 6776350 commit d4c5bd3
Show file tree
Hide file tree
Showing 2 changed files with 215 additions and 6 deletions.
219 changes: 214 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion goldboot/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ rand = "0.8.5"
regex = "1.10.2"
reqwest = { version = "0.11.22", features = ["stream", "blocking", "json"] }
ron = "0.8.1"
rustls = { version = "0.22.2" }
rustls = { version = "0.23.12" }
serde_json = "1.0.108"
serde = { version = "1.0.190", features = ["derive"] }
serde_win_unattend = { version = "0.3.3", optional = true }
Expand Down

0 comments on commit d4c5bd3

Please sign in to comment.