chore(deps): update cargo dependencies (#4297)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-08-04 14:46:54 +08:00
committed by GitHub
parent 5ab0438397
commit ecd396d70f
2 changed files with 7 additions and 7 deletions

10
src-tauri/Cargo.lock generated
View File

@@ -3012,7 +3012,7 @@ dependencies = [
"httpdate", "httpdate",
"itoa", "itoa",
"pin-project-lite", "pin-project-lite",
"socket2 0.4.10", "socket2 0.5.10",
"tokio", "tokio",
"tower-service", "tower-service",
"tracing", "tracing",
@@ -6399,9 +6399,9 @@ dependencies = [
[[package]] [[package]]
name = "serde_json" name = "serde_json"
version = "1.0.141" version = "1.0.142"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30b9eff21ebe718216c6ec64e1d9ac57087aad11efc64e32002bce4a0d4c03d3" checksum = "030fedb782600dcbd6f02d479bf0d817ac3bb40d644745b769d6a96bc3afc5a7"
dependencies = [ dependencies = [
"itoa", "itoa",
"memchr", "memchr",
@@ -7753,9 +7753,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
[[package]] [[package]]
name = "tokio" name = "tokio"
version = "1.47.0" version = "1.47.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43864ed400b6043a4757a25c7a64a8efde741aed79a056a2fb348a406701bb35" checksum = "89e49afdadebb872d3145a5638b59eb0691ea23e46ca484037cfab3b76b95038"
dependencies = [ dependencies = [
"backtrace", "backtrace",
"bytes", "bytes",

View File

@@ -27,7 +27,7 @@ nanoid = "0.4"
chrono = "0.4.41" chrono = "0.4.41"
sysinfo = { version = "=0.35.2", features = ["network", "system"] } sysinfo = { version = "=0.35.2", features = ["network", "system"] }
boa_engine = "0.20.0" boa_engine = "0.20.0"
serde_json = "1.0.141" serde_json = "1.0.142"
serde_yaml = "0.9.34" serde_yaml = "0.9.34"
once_cell = "1.21.3" once_cell = "1.21.3"
lazy_static = "1.5.0" lazy_static = "1.5.0"
@@ -35,7 +35,7 @@ port_scanner = "0.1.5"
delay_timer = "0.11.6" delay_timer = "0.11.6"
parking_lot = "0.12.4" parking_lot = "0.12.4"
percent-encoding = "2.3.1" percent-encoding = "2.3.1"
tokio = { version = "1.47.0", features = [ tokio = { version = "1.47.1", features = [
"rt-multi-thread", "rt-multi-thread",
"macros", "macros",
"time", "time",