build: bump world crates to 0.13.37-rc1

This commit is contained in:
github-actions[bot] 2025-10-09 03:32:30 +00:00
parent d69d5fe56c
commit 2e95bdc3b1
2 changed files with 32 additions and 29 deletions

41
Cargo.lock generated
View file

@ -1549,12 +1549,13 @@ dependencies = [
[[package]]
name = "half"
version = "2.6.0"
version = "2.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "459196ed295495a68f7d7fe1d84f6c4b7ff0e21fe3017b2f283c6fac3ad803c9"
checksum = "e54c115d4f30f52c67202f079c5f9d8b49db4691f460fdb0b4c2e838261b2ba5"
dependencies = [
"cfg-if",
"crunchy",
"zerocopy",
]
[[package]]
@ -2427,8 +2428,9 @@ dependencies = [
[[package]]
name = "krilla"
version = "0.4.0"
source = "git+https://github.com/LaurenzV/krilla?rev=7c8605a#7c8605a3292c800b276e957dd43d77ca1b36bcd0"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "199be5f63da6e19b71051fd5276258a8e55449ac48e2e7492c68238f38ca9f3b"
dependencies = [
"base64",
"bumpalo",
@ -2457,8 +2459,9 @@ dependencies = [
[[package]]
name = "krilla-svg"
version = "0.1.0"
source = "git+https://github.com/LaurenzV/krilla?rev=7c8605a#7c8605a3292c800b276e957dd43d77ca1b36bcd0"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d3eec075c9507dfdbfb4b9bc3b2aeac074ed422b61bcfd93517616d6b3d19c3"
dependencies = [
"flate2",
"fontdb 0.23.0",
@ -5399,7 +5402,7 @@ dependencies = [
[[package]]
name = "typst"
version = "0.14.0"
source = "git+https://github.com/ParaN3xus/typst.git?rev=d1166fb85ed91741fe29989c483d9d4ace08da76#d1166fb85ed91741fe29989c483d9d4ace08da76"
source = "git+https://github.com/ParaN3xus/typst.git?rev=adfa2adb93691a46322e16c39adb64542f4c39ae#adfa2adb93691a46322e16c39adb64542f4c39ae"
dependencies = [
"comemo",
"ecow",
@ -5436,7 +5439,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=d1166fb85ed91741fe29989c483d9d4ace08da76#d1166fb85ed91741fe29989c483d9d4ace08da76"
source = "git+https://github.com/ParaN3xus/typst.git?rev=adfa2adb93691a46322e16c39adb64542f4c39ae#adfa2adb93691a46322e16c39adb64542f4c39ae"
dependencies = [
"comemo",
"ecow",
@ -5455,7 +5458,7 @@ dependencies = [
[[package]]
name = "typst-html"
version = "0.14.0"
source = "git+https://github.com/ParaN3xus/typst.git?rev=d1166fb85ed91741fe29989c483d9d4ace08da76#d1166fb85ed91741fe29989c483d9d4ace08da76"
source = "git+https://github.com/ParaN3xus/typst.git?rev=adfa2adb93691a46322e16c39adb64542f4c39ae#adfa2adb93691a46322e16c39adb64542f4c39ae"
dependencies = [
"bumpalo",
"comemo",
@ -5475,7 +5478,7 @@ dependencies = [
[[package]]
name = "typst-layout"
version = "0.14.0"
source = "git+https://github.com/ParaN3xus/typst.git?rev=d1166fb85ed91741fe29989c483d9d4ace08da76#d1166fb85ed91741fe29989c483d9d4ace08da76"
source = "git+https://github.com/ParaN3xus/typst.git?rev=adfa2adb93691a46322e16c39adb64542f4c39ae#adfa2adb93691a46322e16c39adb64542f4c39ae"
dependencies = [
"az",
"bumpalo",
@ -5509,7 +5512,7 @@ dependencies = [
[[package]]
name = "typst-library"
version = "0.14.0"
source = "git+https://github.com/ParaN3xus/typst.git?rev=d1166fb85ed91741fe29989c483d9d4ace08da76#d1166fb85ed91741fe29989c483d9d4ace08da76"
source = "git+https://github.com/ParaN3xus/typst.git?rev=adfa2adb93691a46322e16c39adb64542f4c39ae#adfa2adb93691a46322e16c39adb64542f4c39ae"
dependencies = [
"az",
"bitflags 2.9.4",
@ -5574,7 +5577,7 @@ dependencies = [
[[package]]
name = "typst-macros"
version = "0.14.0"
source = "git+https://github.com/ParaN3xus/typst.git?rev=d1166fb85ed91741fe29989c483d9d4ace08da76#d1166fb85ed91741fe29989c483d9d4ace08da76"
source = "git+https://github.com/ParaN3xus/typst.git?rev=adfa2adb93691a46322e16c39adb64542f4c39ae#adfa2adb93691a46322e16c39adb64542f4c39ae"
dependencies = [
"heck",
"proc-macro2",
@ -5585,7 +5588,7 @@ dependencies = [
[[package]]
name = "typst-pdf"
version = "0.14.0"
source = "git+https://github.com/ParaN3xus/typst.git?rev=d1166fb85ed91741fe29989c483d9d4ace08da76#d1166fb85ed91741fe29989c483d9d4ace08da76"
source = "git+https://github.com/ParaN3xus/typst.git?rev=adfa2adb93691a46322e16c39adb64542f4c39ae#adfa2adb93691a46322e16c39adb64542f4c39ae"
dependencies = [
"az",
"bytemuck",
@ -5610,7 +5613,7 @@ dependencies = [
[[package]]
name = "typst-realize"
version = "0.14.0"
source = "git+https://github.com/ParaN3xus/typst.git?rev=d1166fb85ed91741fe29989c483d9d4ace08da76#d1166fb85ed91741fe29989c483d9d4ace08da76"
source = "git+https://github.com/ParaN3xus/typst.git?rev=adfa2adb93691a46322e16c39adb64542f4c39ae#adfa2adb93691a46322e16c39adb64542f4c39ae"
dependencies = [
"arrayvec",
"bumpalo",
@ -5627,7 +5630,7 @@ dependencies = [
[[package]]
name = "typst-render"
version = "0.14.0"
source = "git+https://github.com/ParaN3xus/typst.git?rev=d1166fb85ed91741fe29989c483d9d4ace08da76#d1166fb85ed91741fe29989c483d9d4ace08da76"
source = "git+https://github.com/ParaN3xus/typst.git?rev=adfa2adb93691a46322e16c39adb64542f4c39ae#adfa2adb93691a46322e16c39adb64542f4c39ae"
dependencies = [
"bytemuck",
"comemo",
@ -5657,7 +5660,7 @@ dependencies = [
[[package]]
name = "typst-svg"
version = "0.14.0"
source = "git+https://github.com/ParaN3xus/typst.git?rev=d1166fb85ed91741fe29989c483d9d4ace08da76#d1166fb85ed91741fe29989c483d9d4ace08da76"
source = "git+https://github.com/ParaN3xus/typst.git?rev=adfa2adb93691a46322e16c39adb64542f4c39ae#adfa2adb93691a46322e16c39adb64542f4c39ae"
dependencies = [
"base64",
"comemo",
@ -5698,7 +5701,7 @@ dependencies = [
[[package]]
name = "typst-syntax"
version = "0.14.0"
source = "git+https://github.com/ParaN3xus/typst.git?rev=d1166fb85ed91741fe29989c483d9d4ace08da76#d1166fb85ed91741fe29989c483d9d4ace08da76"
source = "git+https://github.com/ParaN3xus/typst.git?rev=adfa2adb93691a46322e16c39adb64542f4c39ae#adfa2adb93691a46322e16c39adb64542f4c39ae"
dependencies = [
"ecow",
"rustc-hash 2.1.1",
@ -5727,7 +5730,7 @@ dependencies = [
[[package]]
name = "typst-timing"
version = "0.14.0"
source = "git+https://github.com/ParaN3xus/typst.git?rev=d1166fb85ed91741fe29989c483d9d4ace08da76#d1166fb85ed91741fe29989c483d9d4ace08da76"
source = "git+https://github.com/ParaN3xus/typst.git?rev=adfa2adb93691a46322e16c39adb64542f4c39ae#adfa2adb93691a46322e16c39adb64542f4c39ae"
dependencies = [
"parking_lot",
"serde",
@ -5751,7 +5754,7 @@ dependencies = [
[[package]]
name = "typst-utils"
version = "0.14.0"
source = "git+https://github.com/ParaN3xus/typst.git?rev=d1166fb85ed91741fe29989c483d9d4ace08da76#d1166fb85ed91741fe29989c483d9d4ace08da76"
source = "git+https://github.com/ParaN3xus/typst.git?rev=adfa2adb93691a46322e16c39adb64542f4c39ae#adfa2adb93691a46322e16c39adb64542f4c39ae"
dependencies = [
"once_cell",
"portable-atomic",

View file

@ -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 = "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 = { git = "https://github.com/ParaN3xus/typst.git", rev = "adfa2adb93691a46322e16c39adb64542f4c39ae" }
typst-macros = { git = "https://github.com/ParaN3xus/typst.git", rev = "adfa2adb93691a46322e16c39adb64542f4c39ae" }
typst-library = { git = "https://github.com/ParaN3xus/typst.git", rev = "adfa2adb93691a46322e16c39adb64542f4c39ae" }
typst-html = { git = "https://github.com/ParaN3xus/typst.git", rev = "adfa2adb93691a46322e16c39adb64542f4c39ae" }
typst-timing = { git = "https://github.com/ParaN3xus/typst.git", rev = "adfa2adb93691a46322e16c39adb64542f4c39ae" }
typst-svg = { git = "https://github.com/ParaN3xus/typst.git", rev = "adfa2adb93691a46322e16c39adb64542f4c39ae" }
typst-render = { git = "https://github.com/ParaN3xus/typst.git", rev = "adfa2adb93691a46322e16c39adb64542f4c39ae" }
typst-pdf = { git = "https://github.com/ParaN3xus/typst.git", rev = "adfa2adb93691a46322e16c39adb64542f4c39ae" }
typst-syntax = { git = "https://github.com/ParaN3xus/typst.git", rev = "adfa2adb93691a46322e16c39adb64542f4c39ae" }
typst-eval = { git = "https://github.com/ParaN3xus/typst.git", rev = "adfa2adb93691a46322e16c39adb64542f4c39ae" }
typst-ansi-hl = { git = "https://github.com/ParaN3xus/typst-ansi-hl.git", rev = "1035feffb9492a84b0d7a907531693ae4cbce22f" }
typstyle-core = { git = "https://github.com/ParaN3xus/typstyle/", rev = "fd8edaac14ddbdef879e4b1e65575f7f6fd3def4" }