chore: prepare Tokio v1.47.4 (#8002)

This commit is contained in:
Alice Ryhl
2026-04-02 14:12:06 +02:00
committed by GitHub
parent bf18ed452d
commit aa65d0d0b8
5 changed files with 15 additions and 7 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.47.3", features = ["full"] }
tokio = { version = "1.47.4", features = ["full"] }
```
Then, on your main.rs: