fix(deps): update rust crate tokio to 1.40.0
Some checks failed
Cargo Build & Test / Tests (pull_request) Successful in 10s
Cargo Build & Test / Test publish (pull_request) Successful in 25s
Cargo Build & Test / check-cargo-version (pull_request) Failing after 6s

This commit is contained in:
Renovate 2024-09-04 06:36:40 +00:00
commit 3101b86e26
2 changed files with 3 additions and 3 deletions

View file

@ -10,4 +10,4 @@ edition = "2021"
tiny_http = "0.12.0"
maud = "0.26.0"
ascii = "1.1.0"
tokio = { version = "1.39.3", features = [ "full" ] }
tokio = { version = "1.40.0", features = [ "full" ] }