Update Rust crate tokio to v1.44.1

This commit is contained in:
Pierre HUBERT 2025-03-14 00:06:10 +00:00
parent 8bd30b06dd
commit 1ffe9c3d32

4
Cargo.lock generated

@ -2206,9 +2206,9 @@ dependencies = [
[[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",