Update Rust crate tokio to 1.45.1 #20

Merged
renovate merged 1 commits from renovate/tokio-1.x into master 2025-06-10 00:21:52 +00:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit 4444860f9b - Show all commits

4
Cargo.lock generated
View File

@ -1565,9 +1565,9 @@ dependencies = [
[[package]] [[package]]
name = "tokio" name = "tokio"
version = "1.45.0" version = "1.45.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2513ca694ef9ede0fb23fe71a4ee4107cb102b9dc1930f6d0fd77aae068ae165" checksum = "75ef51a33ef1da925cea3e4eb122833cb377c61439ca401b770f54902b806779"
dependencies = [ dependencies = [
"backtrace", "backtrace",
"bytes", "bytes",

View File

@ -15,4 +15,4 @@ log = "0.4.27"
env_logger = "0.11.8" env_logger = "0.11.8"
actix-web-httpauth = "0.8.2" actix-web-httpauth = "0.8.2"
askama = "0.14.0" askama = "0.14.0"
tokio = "1.45.0" tokio = "1.45.1"