diff options
| author | Matthieu Pignolet <matthieu@puffer.fish> | 2025-09-12 10:51:13 +0200 |
|---|---|---|
| committer | Matthieu Pignolet <matthieu@puffer.fish> | 2025-09-12 10:51:13 +0200 |
| commit | eeef79f763c4ecdc4a9f130c0a0c65ba5bc7213e (patch) | |
| tree | a877c8b47f58859b9fc523aef736e5a05ea892f7 /Cargo.toml | |
| parent | 3919e96f537b0ecaf0c9622d7a36d76059cb7761 (diff) | |
chore: update dependencies
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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] |
