Skip to content

Commit 9b2b00f

Browse files
committed
Updated to latest versions of dependencies
Signed-off-by: William Brown <[email protected]>
1 parent b75d2ad commit 9b2b00f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tss-esapi-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ links = "tss2-esys"
1414
rust-version = "1.66.0"
1515

1616
[build-dependencies]
17-
bindgen = { version = "0.66.1", optional = true }
17+
bindgen = { version = "0.69.4", optional = true }
1818
pkg-config = "0.3.18"
1919
target-lexicon = "0.12.0"
2020
cfg-if = "1.0.0"

tss-esapi/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ serde = { version = "1.0.115", features = ["derive"] }
2121
malloced = "1.3.1"
2222
log = "0.4.11"
2323
enumflags2 = "0.7.7"
24-
num-derive = "0.3.2"
24+
num-derive = "0.4.2"
2525
num-traits = "0.2.12"
2626
hostname-validator = "1.1.0"
2727
regex = "1.3.9"
@@ -31,8 +31,8 @@ oid = { version = "0.2.1", optional = true }
3131
picky-asn1 = { version = "0.8.0", optional = true }
3232
picky-asn1-x509 = { version = "0.12.0", optional = true }
3333
cfg-if = "1.0.0"
34-
strum = { version = "0.25.0", optional = true }
35-
strum_macros = { version = "0.25.0", optional = true }
34+
strum = { version = "0.26.2", optional = true }
35+
strum_macros = { version = "0.26.2", optional = true }
3636
paste = "1.0.14"
3737
getrandom = "0.2.11"
3838

0 commit comments

Comments
 (0)