Update Rust crate tokio to v1.43.1 (#12733)

This commit is contained in:
renovate[bot] 2025-04-08 15:42:58 -04:00 committed by GitHub
parent e0b4dfe923
commit b9c5d4fed2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

4
Cargo.lock generated
View File

@ -4114,9 +4114,9 @@ source = "git+https://github.com/astral-sh/tl.git?rev=6e25b2ee2513d75385101a8ff9
[[package]] [[package]]
name = "tokio" name = "tokio"
version = "1.43.0" version = "1.43.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e" checksum = "492a604e2fd7f814268a378409e6c92b5525d747d10db9a229723f55a417958c"
dependencies = [ dependencies = [
"backtrace", "backtrace",
"bytes", "bytes",