diff --git a/Cargo.lock b/Cargo.lock index e69793e45..cc3352a4d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4124,9 +4124,9 @@ checksum = "2c4a545a15244c7d945065b5d392b2d2d7f21526fba56ce51467b06ed445e8f7" [[package]] name = "libc" -version = "0.2.177" +version = "0.2.178" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976" +checksum = "37c93d8daa9d8a012fd8ab92f088405fb202ea0b6ab73ee2482ae66af4f42091" [[package]] name = "libloading" @@ -4221,9 +4221,9 @@ dependencies = [ [[package]] name = "log" -version = "0.4.28" +version = "0.4.29" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432" +checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" dependencies = [ "value-bag", ] diff --git a/Cargo.toml b/Cargo.toml index cf8b793d0..dd4607e89 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -61,7 +61,7 @@ tokio = { version = "1.48.0", features = [ "sync", ] } flexi_logger = "0.31.7" -log = "0.4.28" +log = "0.4.29" smartstring = { version = "1.0.1" } compact_str = { version = "0.9.0", features = ["serde"] } diff --git a/crates/tauri-plugin-clash-verge-sysinfo/Cargo.toml b/crates/tauri-plugin-clash-verge-sysinfo/Cargo.toml index 0ab3031ef..2ed474147 100644 --- a/crates/tauri-plugin-clash-verge-sysinfo/Cargo.toml +++ b/crates/tauri-plugin-clash-verge-sysinfo/Cargo.toml @@ -11,7 +11,7 @@ parking_lot = { workspace = true } sysinfo = { version = "0.37.2", features = ["network", "system"] } [target.'cfg(not(windows))'.dependencies] -libc = "0.2.177" +libc = "0.2.178" [target.'cfg(windows)'.dependencies] deelevate = { workspace = true }