Skip to content

Commit

Permalink
chore(deps): update pem requirement from 2.0.1 to 3.0.0
Browse files Browse the repository at this point in the history
Updates the requirements on [pem](https://github.com/jcreekmore/pem-rs) to permit the latest version.
- [Changelog](https://github.com/jcreekmore/pem-rs/blob/master/CHANGELOG.md)
- [Commits](jcreekmore/pem-rs@v2.0.1...v3.0.0)

---
updated-dependencies:
- dependency-name: pem
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 25, 2023
1 parent 6136c42 commit 57d78f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ lazy_static = "1.4.0"
once_cell = "1.10.0"
strum = "0.25"
strum_macros = "0.25"
pem = "2.0.1"
pem = "3.0.0"
path-matchers = "1.0.2"
glob = "0.3.0"

Expand Down

0 comments on commit 57d78f1

Please sign in to comment.