diff --git a/Cargo.toml b/Cargo.toml index 35510e7..d0a787d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ apdu-dispatch = { version = "0.1", optional = true } ctaphid-dispatch = { version = "0.1", optional = true } iso7816 = { version = "0.1.2", optional = true } -cbor-smol = { version = "0.4.0", features = ["bytes-from-array"] } +cbor-smol = { version = "0.4.1" } [features] dispatch = ["apdu-dispatch", "ctaphid-dispatch", "iso7816"] @@ -76,7 +76,6 @@ x509-parser = "0.16.0" features = ["dispatch"] [patch.crates-io] -cbor-smol = { git = "https://github.com/sosthene-nitrokey/cbor-smol.git", rev = "9a77dc9b528b08f531d76b44af2f5336c4ef17e0"} ctaphid-dispatch = { git = "https://github.com/trussed-dev/ctaphid-dispatch.git", rev = "57cb3317878a8593847595319aa03ef17c29ec5b" } apdu-dispatch = { git = "https://github.com/trussed-dev/apdu-dispatch.git", rev = "915fc237103fcecc29d0f0b73391f19abf6576de" } trussed = { git = "https://github.com/trussed-dev/trussed.git", rev = "a055e4f79a10122c8c0c882161442e6e02f0c5c6" }