From 2e6e890c525973d9f27942a7af844f3d0d2e22e1 Mon Sep 17 00:00:00 2001 From: Nick Zana Date: Wed, 14 Jun 2023 21:20:46 -0400 Subject: [PATCH] ctap2-proto: Remove coset dependency after transition to cosey --- crates/ctap2-proto/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/ctap2-proto/Cargo.toml b/crates/ctap2-proto/Cargo.toml index a8fda3d..2c4f81a 100644 --- a/crates/ctap2-proto/Cargo.toml +++ b/crates/ctap2-proto/Cargo.toml @@ -8,7 +8,6 @@ edition = "2021" [dependencies] fido-common = { path = "../fido-common" } bounded-integer = { version = "0.5.3", features = ["types", "std"] } -coset = "0.3.3" serde = { version = "=1.0.136", features = ["derive"], optional = true } typed-builder = { version = "0.14.0", default-features = false } # Version <= to support older serde