chore: prepare Tokio v1.45.0 (#7308)

This commit is contained in:
Carl Lerche
2025-05-06 08:43:25 +02:00
committed by GitHub
parent 1ae9434e8e
commit 00754c8f9c
4 changed files with 30 additions and 3 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.44.2", features = ["full"] }
tokio = { version = "1.45.0", features = ["full"] }
```
Then, on your main.rs: