Skip to content

Commit

Permalink
Merge pull request #639 from fdo-rs/dependabot/cargo/pem-3.0.3
Browse files Browse the repository at this point in the history
chore: bump pem from 2.0.1 to 3.0.3
  • Loading branch information
mergify[bot] authored Apr 4, 2024
2 parents 5c865fc + 929eb86 commit dbfac37
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 dbfac37

Please sign in to comment.