Skip to content

Commit 5dd7923

Browse files
Update trussed for heapless 0.9
1 parent 2e44cf8 commit 5dd7923

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ trussed-fs-info = { version = "0.2.0", optional = true }
5858
[dev-dependencies]
5959
hex-literal = "0.4.0"
6060
hmac = "0.12.0"
61-
trussed = { version = "0.1.0", default-features = false, features = ["aes256-cbc", "crypto-client", "filesystem-client", "hmac-sha256", "virt", "x255"] }
61+
trussed = { version = "0.1.0", default-features = false, features = ["aes256-cbc", "hmac-sha256", "virt", "x255"] }
6262

6363
[features]
6464
default = []
@@ -83,8 +83,8 @@ log-warn = []
8383
log-error = []
8484

8585
[patch.crates-io]
86-
trussed = { git = "https://github.com/trussed-dev/trussed.git", rev = "ac106d63ab5e19021b0e37f0efb4313f8168a110" }
87-
86+
trussed = { git = "https://github.com/trussed-dev/trussed.git", rev = "43ed1efcb19dc9c8bee45d4a1d3ad7dee2bba5ae" }
87+
trussed-core = { git = "https://github.com/trussed-dev/trussed.git", rev = "43ed1efcb19dc9c8bee45d4a1d3ad7dee2bba5ae"}
8888
trussed-chunked = { path = "extensions/chunked" }
8989
trussed-hkdf = { path = "extensions/hkdf" }
9090
trussed-hpke = { path = "extensions/hpke" }

extensions/chunked/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ license.workspace = true
1313
[dependencies]
1414
serde.workspace = true
1515
serde-byte-array.workspace = true
16-
trussed-core = { workspace = true, features = ["filesystem-client"] }
16+
trussed-core.workspace = true

extensions/wrap-key-to-file/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ license.workspace = true
1212

1313
[dependencies]
1414
serde.workspace = true
15-
trussed-core = { workspace = true, features = ["filesystem-client"] }
15+
trussed-core.workspace = true

0 commit comments

Comments
 (0)