diff --git a/Cargo.lock b/Cargo.lock index c40c3995..586a55e9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -485,7 +485,7 @@ dependencies = [ [[package]] name = "cbor-smol" version = "0.4.0" -source = "git+https://github.com/sosthene-nitrokey/cbor-smol.git?rev=94ee8c28edf9248b402aa4335c1dee157995197b#94ee8c28edf9248b402aa4335c1dee157995197b" +source = "git+https://github.com/sosthene-nitrokey/cbor-smol.git?rev=bac1ac69dd0117d1f80f3f5e1d3b60ba8987ad70#bac1ac69dd0117d1f80f3f5e1d3b60ba8987ad70" dependencies = [ "delog", "heapless", diff --git a/Cargo.toml b/Cargo.toml index 52e8f245..c08095ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ memory-regions = { path = "components/memory-regions" } # forked admin-app = { git = "https://github.com/Nitrokey/admin-app.git", rev = "1382ac6d31446b0ea37abf4de6f03b862e8e338a" } -cbor-smol = { git = "https://github.com/sosthene-nitrokey/cbor-smol.git", rev = "94ee8c28edf9248b402aa4335c1dee157995197b"} +cbor-smol = { git = "https://github.com/sosthene-nitrokey/cbor-smol.git", rev = "bac1ac69dd0117d1f80f3f5e1d3b60ba8987ad70"} fido-authenticator = { git = "https://github.com/Nitrokey/fido-authenticator.git", rev = "f37ae59b19c9c751f9995c9c4eff0f2dc2609a30" } flexiber = { git = "https://github.com/Nitrokey/flexiber", tag = "0.1.1.nitrokey" } lpc55-hal = { git = "https://github.com/Nitrokey/lpc55-hal", tag = "v0.3.0-nitrokey.2" }