aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRuben Beltran del Rio <git@r.bdr.sh>2025-07-18 13:19:17 +0200
committerRuben Beltran del Rio <git@r.bdr.sh>2025-07-18 13:19:17 +0200
commitfe9c6f722f8ce767ed56b73e024aaf257bd741b8 (patch)
tree44212acbf6bfa8e8839c7271365f291d6d32f128 /Cargo.toml
parent0065feab2673862d168a6271e680c6115a7e9a73 (diff)
Add configuration status tests
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index fa81475..a8ec38a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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" }