Skip to content

Commit 49bb4a3

Browse files
committed
chore(deps): update teepot crates to version 0.6.0
- Set `teepot`, `teepot-tee-quote-verification-rs`, and `teepot-vault` crate versions to 0.6.0 in `Cargo.toml`. - Ensures consistency with the planned 0.6.0 release preparation.
1 parent c34ff7a commit 49bb4a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ serde_yaml = "0.9.33"
6969
sha2 = "0.10.8"
7070
sha3 = "0.10.8"
7171
signature = "2.2.0"
72-
teepot = { path = "crates/teepot" }
72+
teepot = { version = "0.6.0", path = "crates/teepot" }
7373
teepot-tee-quote-verification-rs = { version = "0.6.0", path = "crates/teepot-tee-quote-verification-rs" }
74-
teepot-vault = { path = "crates/teepot-vault" }
74+
teepot-vault = { version = "0.6.0", path = "crates/teepot-vault" }
7575
testaso = "0.1.0"
7676
thiserror = "2.0.11"
7777
tokio = { version = "1", features = ["sync", "macros", "rt-multi-thread", "fs", "time", "signal"] }

0 commit comments

Comments
 (0)