Skip to content

Commit

Permalink
Update some obvious crate deps
Browse files Browse the repository at this point in the history
This updates num_derive and bitfield. Next I want to update picky-asn
but that will likely need a seperate PR.
  • Loading branch information
Firstyear committed Aug 25, 2023
1 parent 4c9b7a7 commit 6f868e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tss-esapi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ documentation = "https://docs.rs/crate/tss-esapi"
name = "hmac"

[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.7"
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 All @@ -35,7 +35,7 @@ strum_macros = { version = "0.25.0", optional = true }
rustversion = "1.0.14"

[dev-dependencies]
env_logger = "0.9.0"
env_logger = "0.10.0"
sha2 = "0.10.1"

[build-dependencies]
Expand Down

0 comments on commit 6f868e4

Please sign in to comment.