Skip to content

Commit

Permalink
Update Rust crate libc to v0.2.161
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 17, 2024
1 parent 5e64955 commit e30a1d5
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 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.161"

[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.161"
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.161"

[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.161"

0 comments on commit e30a1d5

Please sign in to comment.