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

View File

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