chore: prepare Tokio v1.51.4 (#8286)

This commit is contained in:
Alice Ryhl
2026-07-16 13:59:24 +02:00
committed by GitHub
parent eacb98e189
commit f84b209126
4 changed files with 11 additions and 3 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ Make sure you enable the full features of the tokio crate on Cargo.toml:
```toml
[dependencies]
tokio = { version = "1.51.3", features = ["full"] }
tokio = { version = "1.51.4", features = ["full"] }
```
Then, on your main.rs: