From 586c03e357dc014a2f9c9dff456afeda35c6519c Mon Sep 17 00:00:00 2001 From: Brady Fomegne Date: Mon, 4 Mar 2024 22:29:59 +0100 Subject: [PATCH] chore(service): update dependencies --- service/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/Cargo.toml b/service/Cargo.toml index 260ff1d..b5a57bd 100644 --- a/service/Cargo.toml +++ b/service/Cargo.toml @@ -24,7 +24,7 @@ strsim = ["afrim-translator/strsim"] inhibit = ["afrim-preprocessor/inhibit"] [dependencies] -clap = { version = "4.4.18", features = ["derive"] } +clap = { version = "4.5.1", features = ["derive"] } enigo = "0.1.3" afrim-config = { version = "0.4.3", path = "../config", default-features = false } afrim-preprocessor = { version = "0.5.1", path = "../engine/preprocessor", default-features = false }