Unnamed repository; edit this file 'description' to name the repository.
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`
bors 2023-09-26
parent b0fe99f · parent 963ba59 · commit c945f90
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index fa7b6a2fa3..7eac6267b8 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"