From 83dfc51d2a8e44081d052dc33ab2e4c62e47fa4e Mon Sep 17 00:00:00 2001 From: Nicolas Stalder Date: Thu, 25 Nov 2021 00:09:29 +0100 Subject: [PATCH] No explicit main branch ref --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 51ff385..6a07c44 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,13 +13,13 @@ documentation = "https://docs.rs/fido-authenticator" delog = "0.1.0" heapless = "0.7" interchange = "0.2.0" -littlefs2 = "0.3" +littlefs2 = "0.3.1" serde = { version = "1.0", default-features = false } serde_cbor = { version = "0.11.0", default-features = false } serde-indexed = "0.1.0" -ctap-types = { git = "https://github.com/solokeys/ctap-types", branch = "main" } -trussed = { git = "https://github.com/trussed-dev/trussed", branch = "main" } +ctap-types = { git = "https://github.com/solokeys/ctap-types" } +trussed = { git = "https://github.com/trussed-dev/trussed" } [features] enable-fido-pre = []