diff --git a/Cargo.toml b/Cargo.toml index dd5af39..255e7fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ const-oid = { version = "0.9", default-features = false } ctrlc = "3.4" enumset = { version = "1.1", features = ["serde"] } futures-core = { version = "0.3.30", features = ["alloc"], default-features = false } -getrandom = "0.2.14" +getrandom = "0.3.0" gpt = "4.0.0" hex = { version = "0.4.3", features = ["std"], default-features = false } intel-tee-quote-verification-rs = { package = "teepot-tee-quote-verification-rs", path = "crates/teepot-tee-quote-verification-rs", version = "0.3.0" }