Skip to content

Commit 741a869

Browse files
Update Rust crate libc to 0.2.146 (#90)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9103495 commit 741a869

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

Diff for: Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: crates/fontconfig-sys/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ name = "fontconfig_sys"
88

99
[dependencies]
1010
figma-agent-freetype-sys = { path = "../freetype-sys" }
11-
libc = "0.2.145"
11+
libc = "0.2.146"
1212

1313
[build-dependencies]
1414
bindgen = "0.65.1"

Diff for: crates/fontconfig/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ name = "fontconfig"
99
[dependencies]
1010
figma-agent-fontconfig-sys = { path = "../fontconfig-sys" }
1111
figma-agent-freetype = { path = "../freetype" }
12-
libc = "0.2.145"
12+
libc = "0.2.146"

Diff for: crates/freetype-sys/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2021"
77
name = "freetype_sys"
88

99
[dependencies]
10-
libc = "0.2.145"
10+
libc = "0.2.146"
1111

1212
[build-dependencies]
1313
bindgen = "0.65.1"

Diff for: crates/freetype/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ name = "freetype"
88

99
[dependencies]
1010
figma-agent-freetype-sys = { path = "../freetype-sys" }
11-
libc = "0.2.145"
11+
libc = "0.2.146"

0 commit comments

Comments
 (0)