chore: prepare Tokio v1.47.0 (#7482)

This commit is contained in:
Daksh
2025-07-26 16:50:58 +02:00
committed by GitHub
parent d545aa2601
commit 3911cb8523
4 changed files with 35 additions and 3 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.46.1", features = ["full"] }
tokio = { version = "1.47.0", features = ["full"] }
```
Then, on your main.rs: