Skip to content

Commit b8b5522

Browse files
committed
build: Update libc version
1 parent bf6adec commit b8b5522

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -1965,9 +1965,9 @@ checksum = "baff4b617f7df3d896f97fe922b64817f6cd9a756bb81d40f8883f2f66dcb401"
19651965

19661966
[[package]]
19671967
name = "libc"
1968-
version = "0.2.161"
1968+
version = "0.2.164"
19691969
source = "registry+https://github.com/rust-lang/crates.io-index"
1970-
checksum = "8e9489c2807c139ffd9c1794f4af0ebe86a828db53ecdc7fea2111d0fed085d1"
1970+
checksum = "433bfe06b8c75da9b2e3fbea6e5329ff87748f0b144ef75306e674c3f6f7c13f"
19711971

19721972
[[package]]
19731973
name = "libdbus-sys"

library/std/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ miniz_oxide = { version = "0.7.0", optional = true, default-features = false }
3434
addr2line = { version = "0.22.0", optional = true, default-features = false }
3535

3636
[target.'cfg(not(all(windows, target_env = "msvc")))'.dependencies]
37-
libc = { version = "0.2.161", default-features = false, features = [
37+
libc = { version = "0.2.164", default-features = false, features = [
3838
'rustc-dep-of-std',
3939
], public = true }
4040

0 commit comments

Comments
 (0)