Skip to content

Commit

Permalink
chore(deps): update rustls-pemfile requirement from 1.0.3 to 2.0.0
Browse files Browse the repository at this point in the history
Updates the requirements on [rustls-pemfile](https://github.com/rustls/pemfile) to permit the latest version.
- [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
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 15, 2023
1 parent 6bf9ca8 commit e89d03b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpxy-bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ tokio = { version = "1.35.0", default-features = false, features = [
"macros",
] }
async-trait = "0.1.74"
rustls-pemfile = "1.0.4"
rustls-pemfile = "2.0.0"
mimalloc = { version = "*", default-features = false }

# config
Expand Down

0 comments on commit e89d03b

Please sign in to comment.