diff options
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" |