summaryrefslogtreecommitdiff
path: root/locale
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-06-03 20:00:18 +0200
committermetamuffin <metamuffin@disroot.org>2025-06-03 20:00:18 +0200
commitdb4587d3ec64b7e28691b43f9d9701939eed94d1 (patch)
tree1005017ea4a5d4e287024eaf08f876c7e34bfbdb /locale
parent9ee7eef2919feffe4e0695494d4027e8ec011808 (diff)
downloadhurrycurry-db4587d3ec64b7e28691b43f9d9701939eed94d1.tar
hurrycurry-db4587d3ec64b7e28691b43f9d9701939eed94d1.tar.bz2
hurrycurry-db4587d3ec64b7e28691b43f9d9701939eed94d1.tar.zst
update rust toolchain and rust dependencies.
`map_many_mut` and `trait_upcasting` was stabilized.
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 47f9e0d1..cdb7812f 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.18", features = ["derive"] }
-anyhow = "1.0.89"
-serde_json = "1.0.128"
+clap = { version = "4.5.39", features = ["derive"] }
+anyhow = "1.0.98"
+serde_json = "1.0.140"