From 20a523b3d6711b52dfc1422e6ac9f079edb43d20 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 09:59:01 +0800 Subject: [PATCH] chore(deps): lock file maintenance (#6446) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 00924fb64..400c685ce 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1238,7 +1238,7 @@ dependencies = [ [[package]] name = "clash_verge_service_ipc" version = "2.1.3" -source = "git+https://github.com/clash-verge-rev/clash-verge-service-ipc#cab4c9b64a980c701ec296b7bc6eb1ec3403f4d8" +source = "git+https://github.com/clash-verge-rev/clash-verge-service-ipc#5b283382cf92e0e56966fcb043f6a3a39335a7cb" dependencies = [ "anyhow", "compact_str", @@ -3958,9 +3958,9 @@ checksum = "2c4a545a15244c7d945065b5d392b2d2d7f21526fba56ce51467b06ed445e8f7" [[package]] name = "libc" -version = "0.2.182" +version = "0.2.183" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112" +checksum = "b5b646652bf6661599e1da8901b3b9522896f01e736bad5f723fe7a3a27f899d" [[package]] name = "libloading"