Skip to content

Commit 0665aa9

Browse files
chore(deps): bump taffy from 0.11.0 to 0.12.1
Bumps [taffy](https://github.com/DioxusLabs/taffy) from 0.11.0 to 0.12.1. - [Release notes](https://github.com/DioxusLabs/taffy/releases) - [Changelog](https://github.com/DioxusLabs/taffy/blob/main/CHANGELOG.md) - [Commits](DioxusLabs/taffy@v0.11.0...v0.12.1) --- updated-dependencies: - dependency-name: taffy dependency-version: 0.12.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7cf16f2 commit 0665aa9

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ brotli = "8" #
151151
ttf-parser = "0.25" # TrueType font parser for embedded font cmap tables
152152
subsetter = "0.2" # Binary TrueType/OpenType subsetting (Typst's; MIT/Apache). Used by writer-side
153153
# EmbeddedFont to shrink embedded fonts to only the glyphs actually used.
154-
taffy = { version = "0.11", default-features = false, features = [
154+
taffy = { version = "0.12", default-features = false, features = [
155155
"std",
156156
"taffy_tree",
157157
"block_layout",

0 commit comments

Comments
 (0)