diff --git a/tpm/Cargo.toml b/tpm/Cargo.toml index 0b5004994..21cb222d5 100644 --- a/tpm/Cargo.toml +++ b/tpm/Cargo.toml @@ -7,7 +7,7 @@ version = "0.1.0" [dependencies] anyhow = "1.0.94" -libc = "0.2.153" +libc = "0.2.167" log = "0.4.21" net_gen = { path = "../net_gen" } thiserror = { workspace = true }