chore: prepare Tokio v1.53.1 (#8303)

This commit is contained in:
ADD-SP
2026-07-20 19:05:08 +02:00
committed by GitHub
parent ae9d011213
commit 75fef53d0a
4 changed files with 21 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.53.0", features = ["full"] }
tokio = { version = "1.53.1", features = ["full"] }
```
Then, on your main.rs: