mirror of
https://github.com/trussed-dev/piv-authenticator.git
synced 2026-06-20 04:16:15 -07:00
Use released dependencies
This commit is contained in:
committed by
sosthene-nitrokey
parent
809800224b
commit
a43ce82ec7
+4
-7
@@ -30,9 +30,9 @@ subtle = { version = "2", default-features = false }
|
||||
# TODO: only enable rsa features when needed
|
||||
trussed-core = { version = "0.1.0-rc.1", features = ["aes256-cbc", "chacha8-poly1305", "crypto-client", "ed255", "filesystem-client", "p256", "rsa2048", "rsa4096", "shared-secret", "tdes", "x255"] }
|
||||
trussed-rsa-alloc = { version = "0.2.1", features = ["raw"], optional = true }
|
||||
trussed-chunked = "0.1.0"
|
||||
trussed-hpke = "0.1.0"
|
||||
trussed-wrap-key-to-file = "0.1.0"
|
||||
trussed-chunked = "0.2.0"
|
||||
trussed-hpke = "0.2.0"
|
||||
trussed-wrap-key-to-file = "0.2.0"
|
||||
trussed-staging = { version = "0.3.2", features = ["chunked", "hpke", "wrap-key-to-file"], default-features = false, optional = true }
|
||||
littlefs2-core = "0.1.0"
|
||||
cfg-if = "1.0.0"
|
||||
@@ -82,10 +82,7 @@ dangerous-test-real-card = []
|
||||
trussed = { git = "https://github.com/trussed-dev/trussed", rev = "6bba8fde36d05c0227769eb63345744e87d84b2b" }
|
||||
trussed-auth = { git = "https://github.com/trussed-dev/trussed-auth", rev = "fc53539536d7658c45a492585041742d8cdc45d0" }
|
||||
trussed-rsa-alloc = { git = "https://github.com/trussed-dev/trussed-rsa-backend.git", rev = "743d9aaa3d8a17d7dbf492bd54dc18ab8fca3dc0" }
|
||||
trussed-chunked = { git = "https://github.com/trussed-dev/trussed-staging.git", rev = "9355f700831c1a278c334f76382fbf98d82aedcd" }
|
||||
trussed-staging = { git = "https://github.com/trussed-dev/trussed-staging.git", rev = "9355f700831c1a278c334f76382fbf98d82aedcd" }
|
||||
trussed-wrap-key-to-file = { git = "https://github.com/trussed-dev/trussed-staging.git", rev = "9355f700831c1a278c334f76382fbf98d82aedcd" }
|
||||
trussed-hpke = { git = "https://github.com/trussed-dev/trussed-staging.git", rev = "9355f700831c1a278c334f76382fbf98d82aedcd" }
|
||||
trussed-staging = { git = "https://github.com/trussed-dev/trussed-staging.git", rev = "1e1ca03a3a62ea9b802f4070ea4bce002eeb4bec" }
|
||||
|
||||
[profile.dev.package.rsa]
|
||||
opt-level = 2
|
||||
|
||||
Reference in New Issue
Block a user