From ddf1703a45a15ad1316a061642fe08c13f9f9f0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 09:14:08 +0000 Subject: [PATCH] chore(deps): update typst-eval requirement from 0.14 to 0.15 Updates the requirements on [typst-eval](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-eval 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..6395c92 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,5 +11,5 @@ crate-type = ["cdylib"] [dependencies] pyo3 = { version = "0.28", features = ["extension-module"] } typst = "0.14" -typst-eval = "0.14" +typst-eval = "0.15" typst-kit = "0.14"