summaryrefslogtreecommitdiff
path: root/locale/tools
diff options
context:
space:
mode:
Diffstat (limited to 'locale/tools')
-rw-r--r--locale/tools/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/locale/tools/Cargo.toml b/locale/tools/Cargo.toml
index e8084b23..47f9e0d1 100644
--- a/locale/tools/Cargo.toml
+++ b/locale/tools/Cargo.toml
@@ -4,6 +4,6 @@ version = "0.1.0"
edition = "2021"
[dependencies]
-clap = { version = "4.5.16", features = ["derive"] }
-anyhow = "1.0.86"
-serde_json = "1.0.127"
+clap = { version = "4.5.18", features = ["derive"] }
+anyhow = "1.0.89"
+serde_json = "1.0.128"