chore(deps): update rust crate libc to 0.2.177 (#5003)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-10-09 22:24:19 +08:00
committed by GitHub
parent 2798e930ac
commit 0a771bd67a
2 changed files with 3 additions and 3 deletions

4
src-tauri/Cargo.lock generated
View File

@@ -3823,9 +3823,9 @@ checksum = "2c4a545a15244c7d945065b5d392b2d2d7f21526fba56ce51467b06ed445e8f7"
[[package]] [[package]]
name = "libc" name = "libc"
version = "0.2.176" version = "0.2.177"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58f929b4d672ea937a23a1ab494143d968337a5f47e56d0815df1e0890ddf174" checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976"
[[package]] [[package]]
name = "libloading" name = "libloading"

View File

@@ -65,7 +65,7 @@ base64 = "0.22.1"
getrandom = "0.3.3" getrandom = "0.3.3"
futures = "0.3.31" futures = "0.3.31"
sys-locale = "0.3.2" sys-locale = "0.3.2"
libc = "0.2.176" libc = "0.2.177"
gethostname = "1.0.2" gethostname = "1.0.2"
hmac = "0.12.1" hmac = "0.12.1"
sha2 = "0.10.9" sha2 = "0.10.9"