summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2024-04-12 19:31:43 +0300
committerLars Wirzenius <liw@liw.fi>2024-04-12 19:33:31 +0300
commite5110c887bf08f98a84c97a5fe67a6b8d81ecbf3 (patch)
tree1c688cb7c3b993398d721641e68f96b6e1655ddd
parente84374c45b606daa5376743e2dfc9b66d10c39fe (diff)
downloadhtml-page-e5110c887bf08f98a84c97a5fe67a6b8d81ecbf3.tar.gz
chore: drop unused dependency line-col0.2.1
Signed-off-by: Lars Wirzenius <liw@liw.fi> Sponsored-by: author
-rw-r--r--Cargo.lock9
-rw-r--r--Cargo.toml3
2 files changed, 2 insertions, 10 deletions
diff --git a/Cargo.lock b/Cargo.lock
index e449c6a..2847138 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -13,19 +13,12 @@ dependencies = [
[[package]]
name = "html-page"
-version = "0.2.0"
+version = "0.2.1"
dependencies = [
"html-escape",
- "line-col",
]
[[package]]
-name = "line-col"
-version = "0.2.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9e69cdf6b85b5c8dce514f694089a2cf8b1a702f6cd28607bcb3cf296c9778db"
-
-[[package]]
name = "utf8-width"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
diff --git a/Cargo.toml b/Cargo.toml
index 0eaf583..282f0d2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "html-page"
-version = "0.2.0"
+version = "0.2.1"
edition = "2021"
authors = [
"Lars Wirzenius <liw@liw.fi>",
@@ -11,4 +11,3 @@ repository = "https://gitlab.com/larswirzenius/html-page"
[dependencies]
html-escape = "0.2.13"
-line-col = "0.2.1"