Skip to content

Commit

Permalink
chore(service): update dependencies (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
pythonbrad authored Mar 5, 2024
1 parent 80b4b4f commit 78eaba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit 78eaba5

Please sign in to comment.