aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
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" }