diff --git a/Cargo.lock b/Cargo.lock index f17d6c72a..cf35dddba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -140,9 +140,9 @@ dependencies = [ [[package]] name = "archery" -version = "1.2.1" +version = "1.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eae2ed21cd55021f05707a807a5fc85695dafb98832921f6cfa06db67ca5b869" +checksum = "70e0a5f99dfebb87bb342d0f53bb92c81842e100bbb915223e38349580e5441d" dependencies = [ "triomphe", ] @@ -535,7 +535,7 @@ dependencies = [ "strsim", "terminal_size", "unicase", - "unicode-width 0.2.1", + "unicode-width 0.2.2", ] [[package]] @@ -640,8 +640,9 @@ dependencies = [ [[package]] name = "codex" -version = "0.1.1" -source = "git+https://github.com/typst/codex?rev=775d828#775d82873c3f74ce95ec2621f8541de1b48778a7" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9589e1effc5cacbea347899645c654158b03b2053d24bb426fd3128ced6e423c" [[package]] name = "color_quant" @@ -1017,7 +1018,7 @@ dependencies = [ "libc", "option-ext", "redox_users 0.5.2", - "windows-sys 0.61.1", + "windows-sys 0.61.2", ] [[package]] @@ -1080,12 +1081,6 @@ dependencies = [ "zip", ] -[[package]] -name = "downcast-rs" -version = "1.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2" - [[package]] name = "dyn-clone" version = "1.0.20" @@ -1199,7 +1194,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" dependencies = [ "libc", - "windows-sys 0.61.1", + "windows-sys 0.61.2", ] [[package]] @@ -1293,12 +1288,6 @@ version = "1.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" -[[package]] -name = "foldhash" -version = "0.1.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" - [[package]] name = "font-types" version = "0.10.0" @@ -1586,15 +1575,6 @@ dependencies = [ "ahash 0.8.12", ] -[[package]] -name = "hashbrown" -version = "0.15.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" -dependencies = [ - "foldhash", -] - [[package]] name = "hashbrown" version = "0.16.0" @@ -1673,6 +1653,20 @@ dependencies = [ "yoke 0.8.0", ] +[[package]] +name = "hayro-svg" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e8c673304cec6e0dfd3b4f71fccecd45646899aa70279b62d3f933842abc4ac5" +dependencies = [ + "base64", + "hayro-interpret", + "image", + "kurbo 0.12.0", + "siphasher", + "xmlwriter", +] + [[package]] name = "hayro-syntax" version = "0.4.0" @@ -2692,12 +2686,6 @@ dependencies = [ "pxfm", ] -[[package]] -name = "multi-stash" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "685a9ac4b61f4e728e1d2c6a7844609c16527aeb5e6c865915c08e619c16410f" - [[package]] name = "mutate_once" version = "0.1.2" @@ -3142,7 +3130,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "749d63085aa461d80b3233e48781bf9e9dca8147fbc98f577e0697c6827dc418" dependencies = [ "typed-arena", - "unicode-width 0.2.1", + "unicode-width 0.2.2", ] [[package]] @@ -3740,9 +3728,9 @@ checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97" [[package]] name = "rpds" -version = "1.1.1" +version = "1.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a7f89f654d51fffdd6026289d07d1fd523244d46ae0a8bc22caa6dd7f9e8cb0b" +checksum = "acb4efcdbf5d5489a878f48686e08e0e38da594e98295235b5aeeabe905fbff6" dependencies = [ "archery", ] @@ -3818,7 +3806,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys", - "windows-sys 0.61.1", + "windows-sys 0.61.2", ] [[package]] @@ -4234,16 +4222,6 @@ dependencies = [ "float-cmp 0.9.0", ] -[[package]] -name = "string-interner" -version = "0.18.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a3275464d7a9f2d4cac57c89c2ef96a8524dba2864c8d6f82e3980baf136f9b" -dependencies = [ - "hashbrown 0.15.5", - "serde", -] - [[package]] name = "strsim" version = "0.11.1" @@ -4438,7 +4416,7 @@ dependencies = [ "getrandom 0.3.3", "once_cell", "rustix", - "windows-sys 0.61.1", + "windows-sys 0.61.2", ] [[package]] @@ -5325,9 +5303,9 @@ dependencies = [ [[package]] name = "triomphe" -version = "0.1.14" +version = "0.1.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef8f7726da4807b58ea5c96fdc122f80702030edc33b35aff9190a51148ccc85" +checksum = "dd69c5aa8f924c7519d6372789a74eac5b94fb0f8fcf0d4a97eb0bfc3e785f39" [[package]] name = "try-lock" @@ -5421,7 +5399,7 @@ dependencies = [ [[package]] name = "typst" version = "0.14.0" -source = "git+https://github.com/ParaN3xus/typst.git?rev=575b4b779c29bffc439513491ffbeb4ed917bcc7#575b4b779c29bffc439513491ffbeb4ed917bcc7" +source = "git+https://github.com/ParaN3xus/typst.git?rev=d1166fb85ed91741fe29989c483d9d4ace08da76#d1166fb85ed91741fe29989c483d9d4ace08da76" dependencies = [ "comemo", "ecow", @@ -5458,7 +5436,7 @@ source = "git+https://github.com/typst/typst-assets?rev=fbf00f9#fbf00f9539fdb082 [[package]] name = "typst-eval" version = "0.14.0" -source = "git+https://github.com/ParaN3xus/typst.git?rev=575b4b779c29bffc439513491ffbeb4ed917bcc7#575b4b779c29bffc439513491ffbeb4ed917bcc7" +source = "git+https://github.com/ParaN3xus/typst.git?rev=d1166fb85ed91741fe29989c483d9d4ace08da76#d1166fb85ed91741fe29989c483d9d4ace08da76" dependencies = [ "comemo", "ecow", @@ -5477,7 +5455,7 @@ dependencies = [ [[package]] name = "typst-html" version = "0.14.0" -source = "git+https://github.com/ParaN3xus/typst.git?rev=575b4b779c29bffc439513491ffbeb4ed917bcc7#575b4b779c29bffc439513491ffbeb4ed917bcc7" +source = "git+https://github.com/ParaN3xus/typst.git?rev=d1166fb85ed91741fe29989c483d9d4ace08da76#d1166fb85ed91741fe29989c483d9d4ace08da76" dependencies = [ "bumpalo", "comemo", @@ -5497,7 +5475,7 @@ dependencies = [ [[package]] name = "typst-layout" version = "0.14.0" -source = "git+https://github.com/ParaN3xus/typst.git?rev=575b4b779c29bffc439513491ffbeb4ed917bcc7#575b4b779c29bffc439513491ffbeb4ed917bcc7" +source = "git+https://github.com/ParaN3xus/typst.git?rev=d1166fb85ed91741fe29989c483d9d4ace08da76#d1166fb85ed91741fe29989c483d9d4ace08da76" dependencies = [ "az", "bumpalo", @@ -5531,7 +5509,7 @@ dependencies = [ [[package]] name = "typst-library" version = "0.14.0" -source = "git+https://github.com/ParaN3xus/typst.git?rev=575b4b779c29bffc439513491ffbeb4ed917bcc7#575b4b779c29bffc439513491ffbeb4ed917bcc7" +source = "git+https://github.com/ParaN3xus/typst.git?rev=d1166fb85ed91741fe29989c483d9d4ace08da76#d1166fb85ed91741fe29989c483d9d4ace08da76" dependencies = [ "az", "bitflags 2.9.4", @@ -5596,7 +5574,7 @@ dependencies = [ [[package]] name = "typst-macros" version = "0.14.0" -source = "git+https://github.com/ParaN3xus/typst.git?rev=575b4b779c29bffc439513491ffbeb4ed917bcc7#575b4b779c29bffc439513491ffbeb4ed917bcc7" +source = "git+https://github.com/ParaN3xus/typst.git?rev=d1166fb85ed91741fe29989c483d9d4ace08da76#d1166fb85ed91741fe29989c483d9d4ace08da76" dependencies = [ "heck", "proc-macro2", @@ -5607,7 +5585,7 @@ dependencies = [ [[package]] name = "typst-pdf" version = "0.14.0" -source = "git+https://github.com/ParaN3xus/typst.git?rev=575b4b779c29bffc439513491ffbeb4ed917bcc7#575b4b779c29bffc439513491ffbeb4ed917bcc7" +source = "git+https://github.com/ParaN3xus/typst.git?rev=d1166fb85ed91741fe29989c483d9d4ace08da76#d1166fb85ed91741fe29989c483d9d4ace08da76" dependencies = [ "az", "bytemuck", @@ -5632,7 +5610,7 @@ dependencies = [ [[package]] name = "typst-realize" version = "0.14.0" -source = "git+https://github.com/ParaN3xus/typst.git?rev=575b4b779c29bffc439513491ffbeb4ed917bcc7#575b4b779c29bffc439513491ffbeb4ed917bcc7" +source = "git+https://github.com/ParaN3xus/typst.git?rev=d1166fb85ed91741fe29989c483d9d4ace08da76#d1166fb85ed91741fe29989c483d9d4ace08da76" dependencies = [ "arrayvec", "bumpalo", @@ -5649,7 +5627,7 @@ dependencies = [ [[package]] name = "typst-render" version = "0.14.0" -source = "git+https://github.com/ParaN3xus/typst.git?rev=575b4b779c29bffc439513491ffbeb4ed917bcc7#575b4b779c29bffc439513491ffbeb4ed917bcc7" +source = "git+https://github.com/ParaN3xus/typst.git?rev=d1166fb85ed91741fe29989c483d9d4ace08da76#d1166fb85ed91741fe29989c483d9d4ace08da76" dependencies = [ "bytemuck", "comemo", @@ -5679,13 +5657,14 @@ dependencies = [ [[package]] name = "typst-svg" version = "0.14.0" -source = "git+https://github.com/ParaN3xus/typst.git?rev=575b4b779c29bffc439513491ffbeb4ed917bcc7#575b4b779c29bffc439513491ffbeb4ed917bcc7" +source = "git+https://github.com/ParaN3xus/typst.git?rev=d1166fb85ed91741fe29989c483d9d4ace08da76#d1166fb85ed91741fe29989c483d9d4ace08da76" dependencies = [ "base64", "comemo", "ecow", "flate2", "hayro", + "hayro-svg", "image", "rustc-hash 2.1.1", "ttf-parser 0.25.1", @@ -5719,7 +5698,7 @@ dependencies = [ [[package]] name = "typst-syntax" version = "0.14.0" -source = "git+https://github.com/ParaN3xus/typst.git?rev=575b4b779c29bffc439513491ffbeb4ed917bcc7#575b4b779c29bffc439513491ffbeb4ed917bcc7" +source = "git+https://github.com/ParaN3xus/typst.git?rev=d1166fb85ed91741fe29989c483d9d4ace08da76#d1166fb85ed91741fe29989c483d9d4ace08da76" dependencies = [ "ecow", "rustc-hash 2.1.1", @@ -5748,7 +5727,7 @@ dependencies = [ [[package]] name = "typst-timing" version = "0.14.0" -source = "git+https://github.com/ParaN3xus/typst.git?rev=575b4b779c29bffc439513491ffbeb4ed917bcc7#575b4b779c29bffc439513491ffbeb4ed917bcc7" +source = "git+https://github.com/ParaN3xus/typst.git?rev=d1166fb85ed91741fe29989c483d9d4ace08da76#d1166fb85ed91741fe29989c483d9d4ace08da76" dependencies = [ "parking_lot", "serde", @@ -5772,7 +5751,7 @@ dependencies = [ [[package]] name = "typst-utils" version = "0.14.0" -source = "git+https://github.com/ParaN3xus/typst.git?rev=575b4b779c29bffc439513491ffbeb4ed917bcc7#575b4b779c29bffc439513491ffbeb4ed917bcc7" +source = "git+https://github.com/ParaN3xus/typst.git?rev=d1166fb85ed91741fe29989c483d9d4ace08da76#d1166fb85ed91741fe29989c483d9d4ace08da76" dependencies = [ "once_cell", "portable-atomic", @@ -5795,7 +5774,7 @@ dependencies = [ "toml", "tracing", "typst-syntax 0.13.1", - "unicode-width 0.2.1", + "unicode-width 0.2.2", ] [[package]] @@ -5810,7 +5789,7 @@ dependencies = [ "smallvec", "thiserror 2.0.17", "typst-syntax 0.14.0", - "unicode-width 0.2.1", + "unicode-width 0.2.2", ] [[package]] @@ -5946,9 +5925,9 @@ checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" [[package]] name = "unicode-width" -version = "0.2.1" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4a1a07cc7db3810833284e8d372ccdc6da29741639ecc70c9ec107df0fa6154c" +checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254" [[package]] name = "unsafe-libyaml" @@ -6206,13 +6185,10 @@ dependencies = [ [[package]] name = "wasmi" -version = "0.40.0" +version = "0.51.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a19af97fcb96045dd1d6b4d23e2b4abdbbe81723dbc5c9f016eb52145b320063" +checksum = "cb4f6b71d5cb04a4615b9a8a2e522ba284c491ad847afd9e905d89be15e3efc0" dependencies = [ - "arrayvec", - "multi-stash", - "smallvec", "spin", "wasmi_collections", "wasmi_core", @@ -6222,40 +6198,35 @@ dependencies = [ [[package]] name = "wasmi_collections" -version = "0.40.0" +version = "0.51.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e80d6b275b1c922021939d561574bf376613493ae2b61c6963b15db0e8813562" -dependencies = [ - "string-interner", -] +checksum = "6a4a11fa090c4d742e5a77dbbc8efbbe1aa151db7335ca6850232e6cafbb1023" [[package]] name = "wasmi_core" -version = "0.40.0" +version = "0.51.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3a8c51482cc32d31c2c7ff211cd2bedd73c5bd057ba16a2ed0110e7a96097c33" +checksum = "ab3e422fc1f4df78c9ded6ed48c4ca6d1f55f4609f04c99962fc07532e4db61d" dependencies = [ - "downcast-rs", "libm", ] [[package]] name = "wasmi_ir" -version = "0.40.0" +version = "0.51.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6e431a14c186db59212a88516788bd68ed51f87aa1e08d1df742522867b5289a" +checksum = "13fe9f9f1747ec81644e764c4dc798f063f5d54a495f0a3b4a375bce9af65399" dependencies = [ "wasmi_core", ] [[package]] name = "wasmparser" -version = "0.221.3" +version = "0.228.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185" +checksum = "4abf1132c1fdf747d56bbc1bb52152400c70f336870f968b85e89ea422198ae3" dependencies = [ "bitflags 2.9.4", - "indexmap 2.11.4", ] [[package]] @@ -6280,9 +6251,9 @@ dependencies = [ [[package]] name = "webpki-roots" -version = "1.0.2" +version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e8983c3ab33d6fb807cfcdad2491c4ea8cbc8ed839181c7dfd9c67c83e261b2" +checksum = "32b130c0d2d49f8b6889abc456e795e82525204f27c42cf767cf0d7734e089b8" dependencies = [ "rustls-pki-types", ] @@ -6315,7 +6286,7 @@ version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" dependencies = [ - "windows-sys 0.61.1", + "windows-sys 0.61.2", ] [[package]] @@ -6326,9 +6297,9 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windows-core" -version = "0.62.1" +version = "0.62.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6844ee5416b285084d3d3fffd743b925a6c9385455f64f6d4fa3031c4c2749a9" +checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb" dependencies = [ "windows-implement", "windows-interface", @@ -6339,9 +6310,9 @@ dependencies = [ [[package]] name = "windows-implement" -version = "0.60.1" +version = "0.60.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "edb307e42a74fb6de9bf3a02d9712678b22399c87e6fa869d6dfcd8c1b7754e0" +checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf" dependencies = [ "proc-macro2", "quote", @@ -6350,9 +6321,9 @@ dependencies = [ [[package]] name = "windows-interface" -version = "0.59.2" +version = "0.59.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0abd1ddbc6964ac14db11c7213d6532ef34bd9aa042c2e5935f59d7908b46a5" +checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358" dependencies = [ "proc-macro2", "quote", @@ -6361,24 +6332,24 @@ dependencies = [ [[package]] name = "windows-link" -version = "0.2.0" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "45e46c0661abb7180e7b9c281db115305d49ca1709ab8242adf09666d2173c65" +checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" [[package]] name = "windows-result" -version = "0.4.0" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7084dcc306f89883455a206237404d3eaf961e5bd7e0f312f7c91f57eb44167f" +checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5" dependencies = [ "windows-link", ] [[package]] name = "windows-strings" -version = "0.5.0" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7218c655a553b0bed4426cf54b20d7ba363ef543b52d515b3e48d7fd55318dda" +checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091" dependencies = [ "windows-link", ] @@ -6416,14 +6387,14 @@ version = "0.60.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" dependencies = [ - "windows-targets 0.53.4", + "windows-targets 0.53.5", ] [[package]] name = "windows-sys" -version = "0.61.1" +version = "0.61.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6f109e41dd4a3c848907eb83d5a42ea98b3769495597450cf6d153507b166f0f" +checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" dependencies = [ "windows-link", ] @@ -6461,19 +6432,19 @@ dependencies = [ [[package]] name = "windows-targets" -version = "0.53.4" +version = "0.53.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d42b7b7f66d2a06854650af09cfdf8713e427a439c97ad65a6375318033ac4b" +checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3" dependencies = [ "windows-link", - "windows_aarch64_gnullvm 0.53.0", - "windows_aarch64_msvc 0.53.0", - "windows_i686_gnu 0.53.0", - "windows_i686_gnullvm 0.53.0", - "windows_i686_msvc 0.53.0", - "windows_x86_64_gnu 0.53.0", - "windows_x86_64_gnullvm 0.53.0", - "windows_x86_64_msvc 0.53.0", + "windows_aarch64_gnullvm 0.53.1", + "windows_aarch64_msvc 0.53.1", + "windows_i686_gnu 0.53.1", + "windows_i686_gnullvm 0.53.1", + "windows_i686_msvc 0.53.1", + "windows_x86_64_gnu 0.53.1", + "windows_x86_64_gnullvm 0.53.1", + "windows_x86_64_msvc 0.53.1", ] [[package]] @@ -6490,9 +6461,9 @@ checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" [[package]] name = "windows_aarch64_gnullvm" -version = "0.53.0" +version = "0.53.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764" +checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53" [[package]] name = "windows_aarch64_msvc" @@ -6508,9 +6479,9 @@ checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" [[package]] name = "windows_aarch64_msvc" -version = "0.53.0" +version = "0.53.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c" +checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006" [[package]] name = "windows_i686_gnu" @@ -6526,9 +6497,9 @@ checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" [[package]] name = "windows_i686_gnu" -version = "0.53.0" +version = "0.53.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3" +checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3" [[package]] name = "windows_i686_gnullvm" @@ -6538,9 +6509,9 @@ checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" [[package]] name = "windows_i686_gnullvm" -version = "0.53.0" +version = "0.53.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11" +checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c" [[package]] name = "windows_i686_msvc" @@ -6556,9 +6527,9 @@ checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" [[package]] name = "windows_i686_msvc" -version = "0.53.0" +version = "0.53.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d" +checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2" [[package]] name = "windows_x86_64_gnu" @@ -6574,9 +6545,9 @@ checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" [[package]] name = "windows_x86_64_gnu" -version = "0.53.0" +version = "0.53.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba" +checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499" [[package]] name = "windows_x86_64_gnullvm" @@ -6592,9 +6563,9 @@ checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" [[package]] name = "windows_x86_64_gnullvm" -version = "0.53.0" +version = "0.53.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57" +checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1" [[package]] name = "windows_x86_64_msvc" @@ -6610,9 +6581,9 @@ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" [[package]] name = "windows_x86_64_msvc" -version = "0.53.0" +version = "0.53.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486" +checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" [[package]] name = "winnow" diff --git a/Cargo.toml b/Cargo.toml index c843f2b8a..1dc820d66 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -275,16 +275,16 @@ extend-exclude = ["/.git", "fixtures"] # These patches use a different version of `typst`, which only exports some private functions and information for code analysis. # # A regular build MUST use `tag` or `rev` to specify the version of the patched crate to ensure stability. -typst = { git = "https://github.com/ParaN3xus/typst.git", rev = "575b4b779c29bffc439513491ffbeb4ed917bcc7" } -typst-macros = { git = "https://github.com/ParaN3xus/typst.git", rev = "575b4b779c29bffc439513491ffbeb4ed917bcc7" } -typst-library = { git = "https://github.com/ParaN3xus/typst.git", rev = "575b4b779c29bffc439513491ffbeb4ed917bcc7" } -typst-html = { git = "https://github.com/ParaN3xus/typst.git", rev = "575b4b779c29bffc439513491ffbeb4ed917bcc7" } -typst-timing = { git = "https://github.com/ParaN3xus/typst.git", rev = "575b4b779c29bffc439513491ffbeb4ed917bcc7" } -typst-svg = { git = "https://github.com/ParaN3xus/typst.git", rev = "575b4b779c29bffc439513491ffbeb4ed917bcc7" } -typst-render = { git = "https://github.com/ParaN3xus/typst.git", rev = "575b4b779c29bffc439513491ffbeb4ed917bcc7" } -typst-pdf = { git = "https://github.com/ParaN3xus/typst.git", rev = "575b4b779c29bffc439513491ffbeb4ed917bcc7" } -typst-syntax = { git = "https://github.com/ParaN3xus/typst.git", rev = "575b4b779c29bffc439513491ffbeb4ed917bcc7" } -typst-eval = { git = "https://github.com/ParaN3xus/typst.git", rev = "575b4b779c29bffc439513491ffbeb4ed917bcc7" } +typst = { git = "https://github.com/ParaN3xus/typst.git", rev = "d1166fb85ed91741fe29989c483d9d4ace08da76" } +typst-macros = { git = "https://github.com/ParaN3xus/typst.git", rev = "d1166fb85ed91741fe29989c483d9d4ace08da76" } +typst-library = { git = "https://github.com/ParaN3xus/typst.git", rev = "d1166fb85ed91741fe29989c483d9d4ace08da76" } +typst-html = { git = "https://github.com/ParaN3xus/typst.git", rev = "d1166fb85ed91741fe29989c483d9d4ace08da76" } +typst-timing = { git = "https://github.com/ParaN3xus/typst.git", rev = "d1166fb85ed91741fe29989c483d9d4ace08da76" } +typst-svg = { git = "https://github.com/ParaN3xus/typst.git", rev = "d1166fb85ed91741fe29989c483d9d4ace08da76" } +typst-render = { git = "https://github.com/ParaN3xus/typst.git", rev = "d1166fb85ed91741fe29989c483d9d4ace08da76" } +typst-pdf = { git = "https://github.com/ParaN3xus/typst.git", rev = "d1166fb85ed91741fe29989c483d9d4ace08da76" } +typst-syntax = { git = "https://github.com/ParaN3xus/typst.git", rev = "d1166fb85ed91741fe29989c483d9d4ace08da76" } +typst-eval = { git = "https://github.com/ParaN3xus/typst.git", rev = "d1166fb85ed91741fe29989c483d9d4ace08da76" } typst-ansi-hl = { git = "https://github.com/ParaN3xus/typst-ansi-hl.git", rev = "1035feffb9492a84b0d7a907531693ae4cbce22f" } typstyle-core = { git = "https://github.com/ParaN3xus/typstyle/", rev = "fd8edaac14ddbdef879e4b1e65575f7f6fd3def4" }