summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock9
1 files changed, 1 insertions, 8 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"