diff options
| author | Abdul-Rahman Sibahi <asibahi@users.noreply.github.com> | 2024-10-31 14:52:11 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-31 11:52:11 +0000 |
| commit | b969c01b282287b44c3e131f8c0c53dcbb304e30 (patch) | |
| tree | fe58484bfa76e7fe7a35bf0bffdc339b24621693 /Cargo.lock | |
| parent | 644ed252dda1a0785d2bee577a89322416f4d950 (diff) | |
Replace `once_cell`'s `Lazy` as much as possible (#4617)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -2690,7 +2690,6 @@ dependencies = [ "fs_extra", "native-tls", "notify", - "once_cell", "open", "parking_lot", "pathdiff", @@ -2730,7 +2729,6 @@ dependencies = [ "clap", "ecow", "heck", - "once_cell", "pulldown-cmark", "serde", "serde_json", @@ -2828,7 +2826,6 @@ dependencies = [ "icu_provider_blob", "icu_segmenter", "kurbo", - "once_cell", "rustybuzz", "smallvec", "ttf-parser", @@ -2867,7 +2864,6 @@ dependencies = [ "kamadak-exif", "kurbo", "lipsum", - "once_cell", "palette", "phf", "png", @@ -2924,7 +2920,6 @@ dependencies = [ "image", "indexmap 2.6.0", "miniz_oxide", - "once_cell", "pdf-writer", "serde", "subsetter", @@ -2947,7 +2942,6 @@ dependencies = [ "bumpalo", "comemo", "ecow", - "once_cell", "regex", "typst-library", "typst-macros", @@ -2994,7 +2988,6 @@ name = "typst-syntax" version = "0.12.0" dependencies = [ "ecow", - "once_cell", "serde", "toml", "typst-timing", @@ -3013,7 +3006,6 @@ dependencies = [ "clap", "comemo", "ecow", - "once_cell", "oxipng", "parking_lot", "rayon", |
