1
0
mirror of https://github.com/actix/examples synced 2025-05-04 21:36:33 +02:00

Merge pull request #1071 from actix/dependabot/cargo/tokio-util-0.7.15

chore(deps): bump tokio-util from 0.7.14 to 0.7.15
This commit is contained in:
Rob Ede 2025-04-30 23:15:55 +00:00 committed by GitHub
commit 00aedf05ea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

4
Cargo.lock generated
View File

@ -8670,9 +8670,9 @@ dependencies = [
[[package]] [[package]]
name = "tokio-util" name = "tokio-util"
version = "0.7.14" version = "0.7.15"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b9590b93e6fcc1739458317cccd391ad3955e2bde8913edf6f95f9e65a8f034" checksum = "66a539a9ad6d5d281510d5bd368c973d636c02dbf8a67300bfb6b950696ad7df"
dependencies = [ dependencies = [
"bytes", "bytes",
"futures-core", "futures-core",