Compare commits

..

3 Commits

Author SHA1 Message Date
38b0668057 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
2024-09-04 06:42:12 +00:00
4cb5f62965 Merge branch 'main' into renovate/dependencies-(major-and-minor)
Some checks failed
Cargo Build & Test / Tests (pull_request) Successful in 12s
Cargo Build & Test / check-cargo-version (pull_request) Failing after 7s
Cargo Build & Test / Test publish (pull_request) Successful in 26s
2024-09-04 06:42:04 +00:00
3101b86e26 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
2024-09-04 06:36:40 +00:00

@ -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" ] }