Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 1, 2023
1 parent 49adcee commit e877081
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 @@ -28,7 +28,7 @@ pki-types = { package = "rustls-pki-types", version = "0.2.3", features = ["std"
webpki = { package = "rustls-webpki", version = "=0.102.0-alpha.8", features = ["std"] }
libc = "0.2"
sct = "0.7"
rustls-pemfile = "=2.0.0-alpha.2"
rustls-pemfile = "=2.0.0"
log = "0.4.17"

[lib]
Expand Down

0 comments on commit e877081

Please sign in to comment.