chore(deps): bump tokio from 1.52.3 to 1.53.0 (#912)

This commit is contained in:
Ilka Schulz
2026-07-20 11:58:58 +02:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
Generated
+3 -3
View File
@@ -2524,9 +2524,9 @@ dependencies = [
[[package]]
name = "tokio"
version = "1.52.3"
version = "1.53.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fc7f01b389ac15039e4dc9531aa973a135d7a4135281b12d7c1bc79fd57fffe"
checksum = "d988bcd52dbe076d3d46903332f58c912b87a2c49b1428419a5845154762ffee"
dependencies = [
"bytes",
"libc",
@@ -2742,7 +2742,7 @@ version = "0.1.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
dependencies = [
"windows-sys 0.61.2",
"windows-sys 0.48.0",
]
[[package]]
+1 -1
View File
@@ -746,7 +746,7 @@ version = "2.0.17"
criteria = "safe-to-deploy"
[[exemptions.tokio]]
version = "1.52.3"
version = "1.53.0"
criteria = "safe-to-deploy"
[[exemptions.tokio-macros]]