fix(deps): update rust crate tokio to v1.46.1
All checks were successful
/ build (push) Successful in 2s
/ check-integration-tests (push) Successful in 11s
/ report-size (push) Successful in 2s

| datasource | package | from   | to     |
| ---------- | ------- | ------ | ------ |
| crate      | tokio   | 1.46.0 | 1.46.1 |
This commit is contained in:
Renovate Bot 2025-07-04 21:40:27 +02:00
parent 92e8df8690
commit 1df70e4140
Signed by: renovate
SSH key fingerprint: SHA256:Ok6vtqmmerU0tEwRrmaddAKicKgaATKobBC7exAUPLo

4
Cargo.lock generated
View file

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