mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-21 15:13:56 +02:00
chore(deps): update rust crate getrandom to 0.3.0
This commit is contained in:
parent
99ab2f2b76
commit
f673df2abc
1 changed files with 1 additions and 1 deletions
|
@ -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" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue