chore(deps): update rust crate tokio to 1.46.1 (#3989)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-07-07 18:04:40 +08:00
committed by GitHub
Unverified
parent 2e82bd8624
commit 8bc433711d
3 changed files with 4 additions and 4 deletions

4
src-tauri/Cargo.lock generated
View File

@@ -7698,9 +7698,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
[[package]]
name = "tokio"
version = "1.46.0"
version = "1.46.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1140bb80481756a8cbe10541f37433b459c5aa1e727b4c020fbfebdc25bf3ec4"
checksum = "0cc3a2344dafbe23a245241fe8b09735b521110d30fcefbbd5feb1797ca35d17"
dependencies = [
"backtrace",
"bytes",

View File

@@ -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.46.0", features = [
tokio = { version = "1.46.1", features = [
"rt-multi-thread",
"macros",
"time",

View File

@@ -6,6 +6,6 @@ edition = "2024"
reqwest = { version = "0.12.22", features = ["json"] }
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.140"
tokio = { version = "1.46.0", features = ["rt", "macros", "time"] }
tokio = { version = "1.46.1", features = ["rt", "macros", "time"] }
[dev-dependencies]