From f5751d9bfe246ad0f451b80d04df45a72a5f760a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 09:13:56 +0000 Subject: [PATCH] chore(deps): update typst requirement from 0.14 to 0.15 Updates the requirements on [typst](https://github.com/typst/typst) to permit the latest version. - [Release notes](https://github.com/typst/typst/releases) - [Commits](https://github.com/typst/typst/compare/v0.14.0...v0.15.0) --- updated-dependencies: - dependency-name: typst dependency-version: 0.15.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 12702c6..e6b98bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,6 +10,6 @@ crate-type = ["cdylib"] [dependencies] pyo3 = { version = "0.28", features = ["extension-module"] } -typst = "0.14" +typst = "0.15" typst-eval = "0.14" typst-kit = "0.14"