diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-07-18 13:19:17 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-07-18 13:19:17 +0200 |
| commit | fe9c6f722f8ce767ed56b73e024aaf257bd741b8 (patch) | |
| tree | 44212acbf6bfa8e8839c7271365f291d6d32f128 /Cargo.toml | |
| parent | 0065feab2673862d168a6271e680c6115a7e9a73 (diff) | |
Add configuration status tests
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -8,10 +8,10 @@ homepage = "https://r.bdr.sh/blog.html" authors = ["Rubén Beltrán del Río <blog@r.bdr.sh>"] [dependencies] -gema_texto = "1.0.0" -time = { version = "0.3.37", features = ["macros", "formatting"] } -serde = { version = "1.0.217", features = ["derive"] } -serde_json = "1.0.134" +gema_texto = "1.0.3" +time = { version = "0.3.41", features = ["macros", "formatting"] } +serde = { version = "1.0.219", features = ["derive"] } +serde_json = "1.0.140" [dev-dependencies] test_utilities = { path = "test_utilities" } |