Skip to content

Commit

Permalink
Bump bitfield and num-derive to 0.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: Tomás González <[email protected]>
  • Loading branch information
tgonzalezorlandoarm committed Oct 5, 2023
1 parent 81c1b95 commit 488eab1
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 488eab1

Please sign in to comment.