diff options
author | metamuffin <metamuffin@disroot.org> | 2024-09-28 11:56:45 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-09-28 11:56:50 +0200 |
commit | 045e34f78a498230f39101ce215424fcdcec9eb0 (patch) | |
tree | 7900e35b910a15f452ab14a7ca5630561df5d220 /locale/tools | |
parent | 0889f61f1d761726fcec17a3a2a0fb45b66c2116 (diff) | |
download | hurrycurry-045e34f78a498230f39101ce215424fcdcec9eb0.tar hurrycurry-045e34f78a498230f39101ce215424fcdcec9eb0.tar.bz2 hurrycurry-045e34f78a498230f39101ce215424fcdcec9eb0.tar.zst |
update cargo stuff
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 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" |