1
0
mirror of https://github.com/actix/examples synced 2025-08-19 13:35:34 +02:00

Merge pull request #1122 from actix/dependabot/cargo/tokio-1.47.1

chore(deps): bump tokio from 1.47.0 to 1.47.1
This commit is contained in:
Rob Ede
2025-08-04 22:51:08 +00:00
committed by GitHub

6
Cargo.lock generated
View File

@@ -8516,9 +8516,9 @@ dependencies = [
[[package]]
name = "tokio"
version = "1.47.0"
version = "1.47.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43864ed400b6043a4757a25c7a64a8efde741aed79a056a2fb348a406701bb35"
checksum = "89e49afdadebb872d3145a5638b59eb0691ea23e46ca484037cfab3b76b95038"
dependencies = [
"backtrace",
"bytes",
@@ -9749,7 +9749,7 @@ version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
dependencies = [
"windows-sys 0.59.0",
"windows-sys 0.48.0",
]
[[package]]