Merge pull request 'Update Rust crate tokio to 1.46.1' (#24) from renovate/tokio-1.x into master
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-07-05 00:42:31 +00:00
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1576,9 +1576,9 @@ dependencies = [
[[package]]
name = "tokio"
version = "1.46.0"
version = "1.46.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1140bb80481756a8cbe10541f37433b459c5aa1e727b4c020fbfebdc25bf3ec4"
checksum = "0cc3a2344dafbe23a245241fe8b09735b521110d30fcefbbd5feb1797ca35d17"
dependencies = [
"backtrace",
"bytes",

View File

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