chore: prepare Tokio v1.52.3 (#8130)

This commit is contained in:
Alice Ryhl
2026-05-08 14:52:32 +02:00
committed by GitHub
parent e1aebb031c
commit d87569164f
4 changed files with 12 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.52.2", features = ["full"] }
tokio = { version = "1.52.3", features = ["full"] }
```
Then, on your main.rs: