Update Rust crate tokio to 1.44.2
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
Renovate Bot 2025-04-06 00:37:31 +00:00
parent 58b58d35a8
commit 97f5159658
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1323,9 +1323,9 @@ dependencies = [
[[package]] [[package]]
name = "tokio" name = "tokio"
version = "1.44.1" version = "1.44.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f382da615b842244d4b8738c82ed1275e6c5dd90c459a30941cd07080b06c91a" checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48"
dependencies = [ dependencies = [
"backtrace", "backtrace",
"bytes", "bytes",

View File

@ -8,4 +8,4 @@ clap = { version = "4.5.35", features = ["derive"] }
log = "0.4.27" log = "0.4.27"
env_logger = "0.11.8" env_logger = "0.11.8"
reqwest = "0.12.15" reqwest = "0.12.15"
tokio = { version = "1", features = ["full"] } tokio = { version = "1.44.2", features = ["full"] }