Skip to content

Commit dbfac37

Browse files
authored
Merge pull request #639 from fdo-rs/dependabot/cargo/pem-3.0.3
chore: bump pem from 2.0.1 to 3.0.3
2 parents 5c865fc + 929eb86 commit dbfac37

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

data-formats/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ uuid = "1.3"
2222
num-traits = "0.2"
2323
num-derive = "0.3"
2424
paste = "1.0"
25-
pem = "2.0"
25+
pem = "3.0"
2626
tss-esapi = { version = "7.4", features = ["generate-bindings"] }
2727
byteorder = "1"
2828

integration-tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ serde_cbor = "0.11"
3232
serde_json = "1.0"
3333
pretty_assertions = "1.0.0"
3434
paste = "1.0"
35-
pem = "2.0"
35+
pem = "3.0"
3636

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

0 commit comments

Comments
 (0)