Skip to content

Commit b0a8ded

Browse files
committed
build: bump libc
1 parent fe43131 commit b0a8ded

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1951,9 +1951,9 @@ checksum = "baff4b617f7df3d896f97fe922b64817f6cd9a756bb81d40f8883f2f66dcb401"
19511951

19521952
[[package]]
19531953
name = "libc"
1954-
version = "0.2.159"
1954+
version = "0.2.162"
19551955
source = "registry+https://github.com/rust-lang/crates.io-index"
1956-
checksum = "561d97a539a36e26a9a5fad1ea11a3039a67714694aaa379433e580854bc3dc5"
1956+
checksum = "18d287de67fe55fd7e1581fe933d965a5a9477b38e949cfa9f8574ef01506398"
19571957

19581958
[[package]]
19591959
name = "libdbus-sys"

library/std/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ miniz_oxide = { version = "0.7.0", optional = true, default-features = false }
3838
addr2line = { version = "0.22.0", optional = true, default-features = false }
3939

4040
[target.'cfg(not(all(windows, target_env = "msvc")))'.dependencies]
41-
libc = { version = "0.2.161", default-features = false, features = [
41+
libc = { version = "0.2.162", default-features = false, features = [
4242
'rustc-dep-of-std',
4343
], public = true }
4444

0 commit comments

Comments
 (0)