Skip to content

Commit

Permalink
fixup! Replace trussed dependency with trussed-core
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-nitrokey committed Dec 20, 2024
1 parent 0839cc5 commit d7fd8a8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ license.workspace = true

[workspace.dependencies]
serde = { version = "1.0.185", default-features = false, features = ["derive"] }
trussed = { version = "0.1.0", features = ["serde-extensions"] }
trussed = { version = "0.1.0", default-features = false, features = ["chacha8-poly1305", "crypto-client", "serde-extensions"] }

[dependencies]
serde.workspace = true
trussed.workspace = true

se05x = { version = "0.1.5", features = ["serde", "builder"] }
trussed-auth = "0.3.0"
trussed-core = "0.1"
trussed-core = { version = "0.1", features = ["brainpoolp256r1", "brainpoolp384r1", "brainpoolp512r1", "chacha8-poly1305", "crypto-client", "ed255", "p256", "p384", "p521", "x255"] }
trussed-manage = "0.1.0"
trussed-se050-manage = "0.1.0"
trussed-wrap-key-to-file = "0.1.0"
Expand Down Expand Up @@ -61,11 +61,11 @@ serde_test = "1.0.176"
ctaphid-dispatch = { git = "https://github.com/trussed-dev/ctaphid-dispatch.git", branch = "trussed-core" }
trussed = { git = "https://github.com/trussed-dev/trussed.git", branch = "core-modules" }
trussed-core = { git = "https://github.com/trussed-dev/trussed.git", branch = "core-modules" }
trussed-auth = { git = "https://github.com/trussed-dev/trussed-auth.git", rev = "c030b82ad3441f337af09afe3a69e8a6da5785ea" }
trussed-auth = { git = "https://github.com/trussed-dev/trussed-auth.git", branch = "trussed-core" }
trussed-manage = { git = "https://github.com/trussed-dev/trussed-staging.git", branch = "trussed-core" }
trussed-rsa-alloc = { git = "https://github.com/trussed-dev/trussed-rsa-backend.git", tag = "v0.2.1" }
trussed-rsa-alloc = { git = "https://github.com/trussed-dev/trussed-rsa-backend.git", branch = "trussed-core" }
trussed-wrap-key-to-file = { git = "https://github.com/trussed-dev/trussed-staging.git", branch = "trussed-core" }
admin-app = { git = "https://github.com/Nitrokey/admin-app.git", tag = "v0.1.0-nitrokey.18" }
admin-app = { git = "https://github.com/Nitrokey/admin-app.git", branch = "trussed-core" }
trussed-hpke = { git = "https://github.com/trussed-dev/trussed-staging.git", branch = "trussed-core" }

trussed-se050-manage = { path = "extensions/se050-manage" }
Expand Down

0 comments on commit d7fd8a8

Please sign in to comment.