Update Rust crate tokio to v1.44.1
Some checks failed
tests / fmt (push) Successful in 1m2s
tests / build (push) Successful in 5m2s
tests / test (push) Failing after 5m11s
tests / clippy (push) Successful in 2m39s
tests / pre-commit (push) Successful in 2m45s
deploy / release-image (push) Successful in 6m57s
renovate / renovate (push) Successful in 28s

This commit was merged in pull request #37.
This commit is contained in:
2025-03-13 14:11:29 +00:00
parent fa8f5f5b04
commit 4293775824

4
Cargo.lock generated
View File

@@ -3723,9 +3723,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
[[package]] [[package]]
name = "tokio" name = "tokio"
version = "1.44.0" version = "1.44.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9975ea0f48b5aa3972bf2d888c238182458437cc2a19374b81b25cdf1023fb3a" checksum = "f382da615b842244d4b8738c82ed1275e6c5dd90c459a30941cd07080b06c91a"
dependencies = [ dependencies = [
"backtrace", "backtrace",
"bytes", "bytes",