diff --git a/Cargo.toml b/Cargo.toml index b8bf9fa..ba87f25 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,16 +10,16 @@ documentation = "https://docs.rs/piv-authenticator" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -apdu-dispatch = { git = "https://github.com/solokeys/apdu-dispatch", branch = "main", optional = true } +apdu-dispatch = { git = "https://github.com/solokeys/apdu-dispatch", optional = true } delog = "0.1.0" # flexiber = { path = "/home/nicolas/projects/flexiber", features = ["derive", "heapless"] } -flexiber = { git = "https://github.com/nickray/flexiber", branch = "main", features = ["derive", "heapless"] } +flexiber = { git = "https://github.com/nickray/flexiber", features = ["derive", "heapless"] } heapless = "0.7" hex-literal = "0.3" interchange = "0.2.0" -iso7816 = { git = "https://github.com/ycrypto/iso7816", branch = "main" } +iso7816 = { git = "https://github.com/ycrypto/iso7816" } serde = { version = "1", default-features = false } -trussed = { git = "https://github.com/trussed-dev/trussed", branch = "main" } +trussed = { git = "https://github.com/trussed-dev/trussed" } # trussed = { path = "../../../trussed" } untrusted = "0.7"