diff options
| author | metamuffin <metamuffin@disroot.org> | 2025-09-16 23:16:48 +0200 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2025-09-16 23:16:48 +0200 |
| commit | 15fbaa99f1700f15277187ce56f815a55fe5b7cc (patch) | |
| tree | e27938387042cc15175b3519ab357dd222ac022e /locale/tools | |
| parent | 3f98582f903e579d9f47aba48f3976345eabe123 (diff) | |
| download | hurrycurry-15fbaa99f1700f15277187ce56f815a55fe5b7cc.tar hurrycurry-15fbaa99f1700f15277187ce56f815a55fe5b7cc.tar.bz2 hurrycurry-15fbaa99f1700f15277187ce56f815a55fe5b7cc.tar.zst | |
upgrade deps
Diffstat (limited to 'locale/tools')
| -rw-r--r-- | locale/tools/Cargo.toml | 6 |
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" |