aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock6
-rw-r--r--Cargo.toml4
2 files changed, 5 insertions, 5 deletions
diff --git a/Cargo.lock b/Cargo.lock
index d870580..27d2f31 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -4,13 +4,13 @@ version = 4
[[package]]
name = "gema_texto"
-version = "1.0.1"
+version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0bcf376038d369cac5bd10edbfe59b2a5faaa04fd701be3be5bb7ea25dc1e536"
+checksum = "f6b49f15786af45ac139d8b8cbdcbb9f601d974a37751a5bf9a3453b4d3eed40"
[[package]]
name = "page"
-version = "1.4.2"
+version = "1.4.3"
dependencies = [
"gema_texto",
"test_utilities",
diff --git a/Cargo.toml b/Cargo.toml
index cd627ff..98fc34e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "page"
-version = "1.4.2"
+version = "1.4.3"
edition = "2021"
license = "AGPL-3.0-or-later"
description = "Command line tool to generate a static website and gemini capsule from a directory with gemtext."
@@ -8,7 +8,7 @@ homepage = "https://r.bdr.sh/page.html"
authors = ["Rubén Beltrán del Río <page@r.bdr.sh>"]
[dependencies]
-gema_texto = "1.0.1"
+gema_texto = "1.0.2"
[dev-dependencies]
test_utilities = { path = "test_utilities" }