Skip to content

Commit

Permalink
build(deps): bump rustls-pemfile from 1.0.3 to 2.2.0
Browse files Browse the repository at this point in the history
Bumps [rustls-pemfile](https://github.com/rustls/pemfile) from 1.0.3 to 2.2.0.
- [Release notes](https://github.com/rustls/pemfile/releases)
- [Commits](rustls/pemfile@v/1.0.3...v/2.2.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent 24925dd commit b14954c
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 5 deletions.
23 changes: 19 additions & 4 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 @@ -40,7 +40,7 @@ qr2term = "0.3.1"
self_update = { version = "0.37.0", default-features = false, features = ["archive-zip", "archive-tar", "compression-flate2", "compression-zip-deflate"] }

# TLS server support
rustls-pemfile = { version = "1.0.0", optional = true }
rustls-pemfile = { version = "2.2.0", optional = true }
tls-listener = { version = "0.7.0", features = ["hyper-h1", "hyper-h2", "rt"], optional = true }
tokio-rustls = { version = "0.24.0", optional = true }

Expand Down

0 comments on commit b14954c

Please sign in to comment.