Skip to content

Commit 26c6870

Browse files
dependabot[bot]bilelmoussaoui
authored andcommitted
build(deps): update freetype-rs requirement from 0.32 to 0.34
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]>
1 parent 833080a commit 26c6870

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cairo/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ libc = "0.2"
4545
bitflags = "2.3"
4646
thiserror = "1.0.10"
4747
once_cell = "1"
48-
freetype-rs = { version = "0.32", optional = true }
48+
freetype-rs = { version = "0.34", optional = true }
4949

5050
[dev-dependencies]
5151
tempfile = "3.0"

0 commit comments

Comments
 (0)