From 5a980d7a4eb93dd72fd4ccbc68d418bea40fde88 Mon Sep 17 00:00:00 2001 From: Thomas Fossati Date: Fri, 7 Mar 2025 16:48:00 +0100 Subject: [PATCH] chore(deps): update ear to 0.3.0 Signed-off-by: Thomas Fossati --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6f91add..9d99e79 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,6 +24,6 @@ bitmask = "0.5.0" serde_with = { version = "3.4.0", features = ["hex"] } jsonwebtoken = "9.1.0" cose-rust = "0.1.7" -ear = "0.1.1" +ear = "0.3.0" clap = { version = "4.4.10", features = ["derive"] } openssl = "0.10.34"