Skip to content

Commit 103af14

Browse files
chore: update min. req. for libc to 0.2.171
1 parent d6e087d commit 103af14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ indicatif = "0.18"
135135
itertools = { version = "0.14" }
136136
jobserver = "0.1"
137137
ktx2 = "0.4"
138-
libc = { version = "0.2.168", default-features = false }
138+
libc = { version = "0.2.171", default-features = false }
139139
# See https://github.com/rust-fuzz/libfuzzer/issues/126
140140
libfuzzer-sys = ">0.4.0,<=0.4.7"
141141
libloading = "0.8"

0 commit comments

Comments
 (0)