aboutsummaryrefslogtreecommitdiff
path: root/locale
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-09-16 23:16:48 +0200
committermetamuffin <metamuffin@disroot.org>2025-09-16 23:16:48 +0200
commit15fbaa99f1700f15277187ce56f815a55fe5b7cc (patch)
treee27938387042cc15175b3519ab357dd222ac022e /locale
parent3f98582f903e579d9f47aba48f3976345eabe123 (diff)
downloadhurrycurry-15fbaa99f1700f15277187ce56f815a55fe5b7cc.tar
hurrycurry-15fbaa99f1700f15277187ce56f815a55fe5b7cc.tar.bz2
hurrycurry-15fbaa99f1700f15277187ce56f815a55fe5b7cc.tar.zst
upgrade deps
Diffstat (limited to 'locale')
-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 cdb7812f..89543937 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.39", features = ["derive"] }
-anyhow = "1.0.98"
-serde_json = "1.0.140"
+clap = { version = "4.5.47", features = ["derive"] }
+anyhow = "1.0.99"
+serde_json = "1.0.145"