Update Rust crate tokio to v1.44.0
All checks were successful
tests / fmt (push) Successful in 1m16s
tests / build (push) Successful in 1m40s
tests / test (push) Successful in 1m46s
tests / clippy (push) Successful in 1m15s
tests / pre-commit (push) Successful in 3m12s
deploy / release-image (push) Successful in 6m36s
renovate / renovate (push) Successful in 17s

This commit was merged in pull request #34.
This commit is contained in:
2025-03-07 23:15:39 +00:00
parent 5b5ca52c04
commit 4ecf9bf205

4
Cargo.lock generated
View File

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