Skip to content

Commit

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

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

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 Apr 8, 2024
1 parent bdeb271 commit 58e005f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
18 changes: 12 additions & 6 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 @@ -14,7 +14,7 @@ quinn = "0.10.2"
tokio = { version = "1.37.0", features = ["full"] }
url = "2.5.0"
rustls = { version = "0.21.10", features = ["quic","dangerous_configuration"] }
rustls-pemfile = "2.1.1"
rustls-pemfile = "2.1.2"
rcgen = "0.12.1"
log = { version = "0.4.21", features = ["std", "serde"] }
log4rs = "1.2.0"
Expand Down

0 comments on commit 58e005f

Please sign in to comment.