Skip to content

Commit

Permalink
chore: bump pem from 2.0.1 to 3.0.3
Browse files Browse the repository at this point in the history
Bumps [pem](https://github.com/jcreekmore/pem-rs) from 2.0.1 to 3.0.3.
- [Changelog](https://github.com/jcreekmore/pem-rs/blob/master/CHANGELOG.md)
- [Commits](jcreekmore/pem-rs@v2.0.1...v3.0.3)

---
updated-dependencies:
- dependency-name: pem
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and 7flying committed Apr 4, 2024
1 parent 5c865fc commit 929eb86
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 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 data-formats/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ uuid = "1.3"
num-traits = "0.2"
num-derive = "0.3"
paste = "1.0"
pem = "2.0"
pem = "3.0"
tss-esapi = { version = "7.4", features = ["generate-bindings"] }
byteorder = "1"

Expand Down
2 changes: 1 addition & 1 deletion integration-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ serde_cbor = "0.11"
serde_json = "1.0"
pretty_assertions = "1.0.0"
paste = "1.0"
pem = "2.0"
pem = "3.0"

fdo-data-formats = { path = "../data-formats" }
fdo-util = { path = "../util" }

0 comments on commit 929eb86

Please sign in to comment.