Skip to content

Commit 3953565

Browse files
chore(deps): update typst-pdf requirement from 0.13.1 to 0.14.0
Updates the requirements on [typst-pdf](https://github.com/typst/typst) to permit the latest version. - [Release notes](https://github.com/typst/typst/releases) - [Commits](typst/typst@v0.13.1...v0.14.0) --- updated-dependencies: - dependency-name: typst-pdf dependency-version: 0.14.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 20ff366 commit 3953565

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ tracing-log = "0.2.0"
179179
tracing-subscriber = { version = "0.3.18", features = ["registry", "tracing-log", "fmt", "env-filter", "json"] }
180180
typetag = "0.2.13"
181181
typst = { version = "0.13.1" }
182-
typst-pdf = { version = "0.13.1" }
182+
typst-pdf = { version = "0.14.0" }
183183
typst-svg = { version = "0.13.1" }
184184
typst-as-lib = { version = "0.14.1", features = [] }
185185
derive_typst_intoval = { version = "0.5.0", features = [] }

0 commit comments

Comments
 (0)