diff --git a/tss-esapi-sys/Cargo.toml b/tss-esapi-sys/Cargo.toml index 325e5cf3..d472c578 100644 --- a/tss-esapi-sys/Cargo.toml +++ b/tss-esapi-sys/Cargo.toml @@ -13,9 +13,9 @@ documentation = "https://docs.rs/crate/tss-esapi-sys" links = "tss2-esys" [build-dependencies] -bindgen = { version = "0.66.1", optional = true } -pkg-config = "0.3.18" -target-lexicon = "0.12.0" +bindgen = { version = "0.69.1", optional = true } +pkg-config = "0.3.28" +target-lexicon = "0.12.13" [features] generate-bindings = ["bindgen"] diff --git a/tss-esapi/Cargo.toml b/tss-esapi/Cargo.toml index 27390df4..343770e0 100644 --- a/tss-esapi/Cargo.toml +++ b/tss-esapi/Cargo.toml @@ -15,31 +15,31 @@ documentation = "https://docs.rs/crate/tss-esapi" name = "hmac" [dependencies] -bitfield = "0.13.2" -serde = { version = "1.0.115", features = ["derive"] } +bitfield = "0.14.0" +serde = { version = "1.0.194", features = ["derive"] } mbox = "0.6.0" log = "0.4.11" -enumflags2 = "0.7.7" -num-derive = "0.3.2" -num-traits = "0.2.12" +enumflags2 = "0.7.8" +num-derive = "0.4.0" +num-traits = "0.2.17" hostname-validator = "1.1.0" -regex = "1.3.9" -zeroize = { version = "1.5.7", features = ["zeroize_derive"] } +regex = "1.10.2" +zeroize = { version = "1.7.0", features = ["zeroize_derive"] } tss-esapi-sys = { path = "../tss-esapi-sys", version = "0.4.0" } oid = { version = "0.2.1", optional = true } picky-asn1 = { version = "0.8.0", optional = true } picky-asn1-x509 = { version = "0.12.0", optional = true } cfg-if = "1.0.0" strum = { version = "0.25.0", optional = true } -strum_macros = { version = "0.25.0", optional = true } +strum_macros = { version = "0.25.3", optional = true } paste = "1.0.14" [dev-dependencies] -env_logger = "0.9.0" -sha2 = "0.10.1" +env_logger = "0.10.0" +sha2 = "0.10.8" [build-dependencies] -semver = "1.0.7" +semver = "1.0.21" [features] default = ["abstraction"]