summaryrefslogtreecommitdiff
path: root/docs/Cargo.toml
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2024-03-07 10:56:37 +0100
committerGitHub <noreply@github.com>2024-03-07 09:56:37 +0000
commita483321aa08e435c159d19c0d559e2413c1272f9 (patch)
tree3fcfae49b24bb8feaea0010d5f5ba2ac756fbb36 /docs/Cargo.toml
parent5dc6ce0022ef5bc83464b2dfefb20d608168df20 (diff)
Remove dependency on unicode_names2 (#3570)
Diffstat (limited to 'docs/Cargo.toml')
-rw-r--r--docs/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/Cargo.toml b/docs/Cargo.toml
index c24ec02f..b2bfcd43 100644
--- a/docs/Cargo.toml
+++ b/docs/Cargo.toml
@@ -31,7 +31,6 @@ serde = { workspace = true }
serde_yaml = { workspace = true }
syntect = { workspace = true, features = ["html"] }
typed-arena = { workspace = true }
-unicode_names2 = { workspace = true }
unscanny = { workspace = true }
yaml-front-matter = { workspace = true }
clap = { workspace = true, optional = true }