1
0
mirror of https://github.com/actix/examples synced 2024-11-27 16:02:57 +01:00

Merge pull request #788 from actix/dependabot/cargo/tokio-stream-0.1.15

chore(deps): bump tokio-stream from 0.1.14 to 0.1.15
This commit is contained in:
Rob Ede 2024-06-05 03:58:11 +00:00 committed by GitHub
commit 65cf66a503
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

4
Cargo.lock generated
View File

@ -8474,9 +8474,9 @@ dependencies = [
[[package]]
name = "tokio-stream"
version = "0.1.14"
version = "0.1.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842"
checksum = "267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af"
dependencies = [
"futures-core",
"pin-project-lite 0.2.13",