Skip to content

Commit

Permalink
build(deps): update freetype-rs requirement from 0.32 to 0.34
Browse files Browse the repository at this point in the history
Updates the requirements on [freetype-rs](https://github.com/PistonDevelopers/freetype-rs) to permit the latest version.
- [Release notes](https://github.com/PistonDevelopers/freetype-rs/releases)
- [Commits](https://github.com/PistonDevelopers/freetype-rs/commits)

---
updated-dependencies:
- dependency-name: freetype-rs
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 23, 2023
1 parent 833080a commit e9acda5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cairo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ libc = "0.2"
bitflags = "2.3"
thiserror = "1.0.10"
once_cell = "1"
freetype-rs = { version = "0.32", optional = true }
freetype-rs = { version = "0.34", optional = true }

[dev-dependencies]
tempfile = "3.0"
Expand Down

0 comments on commit e9acda5

Please sign in to comment.