chore: prepare Tokio v1.43.4 (#7821)

This commit is contained in:
Qi
2026-01-03 01:52:06 +08:00
parent 4a91f197b0
commit dfb0f00838
5 changed files with 12 additions and 4 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ Make sure you activated the full features of the tokio crate on Cargo.toml:
```toml
[dependencies]
tokio = { version = "1.43.3", features = ["full"] }
tokio = { version = "1.43.4", features = ["full"] }
```
Then, on your main.rs: