Skip to content

Commit

Permalink
chore(deps): Bump rustls-pki-types from 1.8.0 to 1.9.0 (#773)
Browse files Browse the repository at this point in the history
Bumps [rustls-pki-types](https://github.com/rustls/pki-types) from 1.8.0 to 1.9.0.
- [Release notes](https://github.com/rustls/pki-types/releases)
- [Commits](rustls/pki-types@v/1.8.0...v/1.9.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 15, 2024
1 parent f911d7e commit a0c872d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 @@ -47,7 +47,7 @@ http-range-header = "0.4.1"
tracing = "0.1"
url = "2.5.2"
rustls = { version = "0.22.4", features = ["tls12"] }
rustls-pki-types = "1.8.0"
rustls-pki-types = "1.9.0"
rustls-pemfile = "2.1.3"
sha2 = "0.10"
blake3 = "1.5.4"
Expand Down

0 comments on commit a0c872d

Please sign in to comment.