about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2023-09-26 13:57:59 +0000
committerbors <bors@rust-lang.org>2023-09-26 13:57:59 +0000
commitc945f90cb9623973700aae72a2807b6b54e0b549 (patch)
tree8576158e346ec93bb41c0c796fd9271b60c6454f
parentb0fe99f02fe5bcfba35b43af51d9b4c8186475c2 (diff)
parent963ba5957971d2adeceedbe3fa8a4df3ff95bb6b (diff)
downloadrust-c945f90cb9623973700aae72a2807b6b54e0b549.tar.gz
rust-c945f90cb9623973700aae72a2807b6b54e0b549.zip
Auto merge of #15663 - chenx97:libc-148, r=Veykril
minor: update libc to 0.2.148

This update is a follow-up for [#112374](https://github.com/rust-lang/rust/pull/112374).

The command that does this update:

`cargo update -p libc`
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index fa7b6a2fa37..7eac6267b8b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -916,9 +916,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
 
 [[package]]
 name = "libc"
-version = "0.2.146"
+version = "0.2.148"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f92be4933c13fd498862a9e02a3055f8a8d9c039ce33db97306fd5a6caa7f29b"
+checksum = "9cdc71e17332e86d2e1d38c1f99edcb6288ee11b815fb1a4b049eaa2114d369b"
 
 [[package]]
 name = "libloading"