Skip to content

Commit 4c92186

Browse files
authored
Rollup merge of #139969 - psumbera:libc-rust-analyzer, r=lnicola
update libc This is needed for #138699 (comment)
2 parents 026d56b + 35a4140 commit 4c92186

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: Cargo.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -2022,9 +2022,9 @@ checksum = "9fa0e2a1fcbe2f6be6c42e342259976206b383122fc152e872795338b5a3f3a7"
20222022

20232023
[[package]]
20242024
name = "libc"
2025-
version = "0.2.171"
2025+
version = "0.2.172"
20262026
source = "registry+https://github.com/rust-lang/crates.io-index"
2027-
checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6"
2027+
checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa"
20282028

20292029
[[package]]
20302030
name = "libdbus-sys"

Diff for: src/tools/rust-analyzer/Cargo.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -902,9 +902,9 @@ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
902902

903903
[[package]]
904904
name = "libc"
905-
version = "0.2.169"
905+
version = "0.2.172"
906906
source = "registry+https://github.com/rust-lang/crates.io-index"
907-
checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a"
907+
checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa"
908908

909909
[[package]]
910910
name = "libloading"

0 commit comments

Comments
 (0)