mirror of
https://github.com/trussed-dev/piv-authenticator.git
synced 2026-06-20 04:16:15 -07:00
Update dependencies
This commit is contained in:
committed by
Nicolas Stalder
parent
508116066c
commit
727adba8f9
+4
-4
@@ -11,19 +11,19 @@ documentation = "https://docs.rs/piv-authenticator"
|
||||
|
||||
[dependencies]
|
||||
apdu-dispatch = { version = "0.1", optional = true }
|
||||
delog = "0.1.0"
|
||||
delog = "0.1.6"
|
||||
flexiber = { version = "0.1", features = ["derive", "heapless"] }
|
||||
heapless = "0.7"
|
||||
hex-literal = "0.3"
|
||||
interchange = "0.2.0"
|
||||
interchange = "0.2.2"
|
||||
iso7816 = "0.1"
|
||||
serde = { version = "1", default-features = false }
|
||||
trussed = { git = "https://github.com/trussed-dev/trussed" }
|
||||
# trussed = { path = "../../../trussed" }
|
||||
untrusted = "0.7"
|
||||
untrusted = "0.9"
|
||||
|
||||
[dev-dependencies]
|
||||
littlefs2 = "0.3.1"
|
||||
littlefs2 = "0.3.2"
|
||||
rand_core = { version = "0.6", features = ["getrandom"] }
|
||||
|
||||
[features]
|
||||
|
||||
Reference in New Issue
Block a user