Skip to content

Commit

Permalink
Merge pull request #449 from tgonzalezorlandoarm/tg/update-crates-0.14
Browse files Browse the repository at this point in the history
Bump bitfield and num-derive to 0.4.0
  • Loading branch information
tgonzalezorlandoarm authored Oct 6, 2023
2 parents 81c1b95 + 488eab1 commit f55fdfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tss-esapi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ repository = "https://github.com/parallaxsecond/rust-tss-esapi"
documentation = "https://docs.rs/crate/tss-esapi"

[dependencies]
bitfield = "0.13.2"
bitfield = "0.14.0"
serde = { version = "1.0.115", features = ["derive"] }
mbox = "0.6.0"
log = "0.4.11"
enumflags2 = "0.7.1"
num-derive = "0.3.2"
num-derive = "0.4.0"
num-traits = "0.2.12"
hostname-validator = "1.1.0"
regex = "1.3.9"
Expand Down

0 comments on commit f55fdfd

Please sign in to comment.