Skip to content

Commit

Permalink
build(deps): bump the crates-io group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the crates-io group with 3 updates: [rustls](https://github.com/rustls/rustls), [serial_test](https://github.com/palfrey/serial_test) and [tempfile](https://github.com/Stebalien/tempfile).


Updates `rustls` from 0.23.16 to 0.23.17
- [Release notes](https://github.com/rustls/rustls/releases)
- [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md)
- [Commits](rustls/rustls@v/0.23.16...v/0.23.17)

Updates `serial_test` from 3.1.1 to 3.2.0
- [Release notes](https://github.com/palfrey/serial_test/releases)
- [Commits](palfrey/serial_test@v3.1.1...v3.2.0)

Updates `tempfile` from 3.13.0 to 3.14.0
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](Stebalien/tempfile@v3.13.0...v3.14.0)

---
updated-dependencies:
- dependency-name: rustls
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: crates-io
- dependency-name: serial_test
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: crates-io
- dependency-name: tempfile
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: crates-io
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 18, 2024
1 parent 3147a4f commit 75a0b83
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ring = "0.17"
rustls = "0.23"
rustls-webpki = "0.102"
serial_test = "3"
tempfile = "3.5"
tempfile = "3.14"
untrusted = "0.9"
webpki-roots = "0.26"
x509-parser = "0.16"
Expand Down

0 comments on commit 75a0b83

Please sign in to comment.