Merge pull request 'fix(deps): update rust crate tokio to 1.40.0' (#15) from renovate/dependencies-(major-and-minor) into main
Some checks failed
Cargo Build & Test / Test publish (push) Failing after 25s

Reviewed-on: #15
This commit is contained in:
Jan Gleytenhoover 2024-09-04 06:42:12 +00:00
commit 38b0668057

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