summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2024-05-13 19:54:34 +0200
committerGitHub <noreply@github.com>2024-05-13 17:54:34 +0000
commit2d32ac73b63c81ea2754916feb7758c042f4ed3d (patch)
treec9770897cbb1134187132d6835702a1869a74a0a /Cargo.lock
parent95cd6adf24cb14ede8896fbb0c610432960f4f3a (diff)
Replace all `Prehashed` with `LazyHash` (#4127)
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 8ea562e3..d7edaf31 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2759,10 +2759,10 @@ dependencies = [
name = "typst-syntax"
version = "0.11.0"
dependencies = [
- "comemo",
"ecow",
"once_cell",
"serde",
+ "typst-utils",
"unicode-ident",
"unicode-math-class",
"unicode-script",