Skip to content

Commit

Permalink
Bump rustls-pemfile from 1.0.3 to 2.0.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.0.0.
- [Release notes](https://github.com/rustls/pemfile/releases)
- [Commits](rustls/pemfile@v/1.0.3...v/2.0.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 Dec 18, 2023
1 parent 0ee9b65 commit e0339e9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 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 @@ -4,7 +4,7 @@ required-features = ["rustls-pemfile", "tokio/macros", "tokio/rt-multi-thread"]

[dependencies]
home = { default-features = false, version = "0.5" }
rustls-pemfile = { default-features = false, optional = true, version = "1.0" }
rustls-pemfile = { default-features = false, optional = true, version = "2.0" }
tokio = { default-features = false, features = ["fs", "net", "time", "macros", "rt-multi-thread"], version = "1.35" }
tokio-rustls = { default-features = false, features = ["tls12"], version = "0.24" }
wtx = { default-features = false, features = ["tokio-rustls", "web-socket-handshake"], version = "0.11" }
Expand Down

0 comments on commit e0339e9

Please sign in to comment.