summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthieu Pignolet <matthieu@puffer.fish>2025-09-12 10:51:13 +0200
committerMatthieu Pignolet <matthieu@puffer.fish>2025-09-12 10:51:13 +0200
commiteeef79f763c4ecdc4a9f130c0a0c65ba5bc7213e (patch)
treea877c8b47f58859b9fc523aef736e5a05ea892f7 /Cargo.toml
parent3919e96f537b0ecaf0c9622d7a36d76059cb7761 (diff)
chore: update dependencies
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b01a33c..7950543 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,7 +10,7 @@ description = "Implementation of Kondrak's ALINE alignment algorithm"
[dependencies]
once_cell = "1.21.3"
serde = { version = "1.0.219", features = ["derive"] }
-serde_json = "1.0.140"
+serde_json = "1.0.143"
unicode-segmentation = "1.12.0"
[lib]