chore: prepare Tokio v1.47.5 (#8122)

This commit is contained in:
Alice Ryhl
2026-05-07 13:55:35 +02:00
committed by GitHub
parent f085b6211b
commit 11bfc1345b
5 changed files with 20 additions and 6 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.4", features = ["full"] }
tokio = { version = "1.47.5", features = ["full"] }
```
Then, on your main.rs: