Skip to content

Commit

Permalink
chore(deps): update rust crate libc to v0.2.169
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 19, 2024
1 parent 6709a1b commit 643eb40
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/fontconfig-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name = "fontconfig_sys"

[dependencies]
figma-agent-freetype-sys = { path = "../freetype-sys" }
libc = "=0.2.153"
libc = "=0.2.169"

[build-dependencies]
bindgen = "=0.69.4"
Expand Down
2 changes: 1 addition & 1 deletion crates/fontconfig/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ name = "fontconfig"
[dependencies]
figma-agent-fontconfig-sys = { path = "../fontconfig-sys" }
figma-agent-freetype = { path = "../freetype" }
libc = "=0.2.153"
libc = "=0.2.169"
2 changes: 1 addition & 1 deletion crates/freetype-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
name = "freetype_sys"

[dependencies]
libc = "=0.2.153"
libc = "=0.2.169"

[build-dependencies]
bindgen = "=0.69.4"
Expand Down
2 changes: 1 addition & 1 deletion crates/freetype/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ name = "freetype"

[dependencies]
figma-agent-freetype-sys = { path = "../freetype-sys" }
libc = "=0.2.153"
libc = "=0.2.169"

0 comments on commit 643eb40

Please sign in to comment.