mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-21 07:03:56 +02:00
Merge pull request #338 from matter-labs/bv0.6.0-ver
chore(deps): update `teepot` crates to version 0.6.0
This commit is contained in:
commit
18ed1aa769
1 changed files with 2 additions and 2 deletions
|
@ -69,9 +69,9 @@ serde_yaml = "0.9.33"
|
|||
sha2 = "0.10.8"
|
||||
sha3 = "0.10.8"
|
||||
signature = "2.2.0"
|
||||
teepot = { path = "crates/teepot" }
|
||||
teepot = { version = "0.6.0", path = "crates/teepot" }
|
||||
teepot-tee-quote-verification-rs = { version = "0.6.0", path = "crates/teepot-tee-quote-verification-rs" }
|
||||
teepot-vault = { path = "crates/teepot-vault" }
|
||||
teepot-vault = { version = "0.6.0", path = "crates/teepot-vault" }
|
||||
testaso = "0.1.0"
|
||||
thiserror = "2.0.11"
|
||||
tokio = { version = "1", features = ["sync", "macros", "rt-multi-thread", "fs", "time", "signal"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue