diff --git a/Cargo.lock b/Cargo.lock index cf32f3bf..94c543e8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3300,9 +3300,9 @@ dependencies = [ [[package]] name = "tokio-stream" -version = "0.1.16" +version = "0.1.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f4e6ce100d0eb49a2734f8c0812bcd324cf357d21810932c5df6b96ef2b86f1" +checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047" dependencies = [ "futures-core", "pin-project-lite", diff --git a/examples/apps/async-github/Cargo.toml b/examples/apps/async-github/Cargo.toml index fa896a46..3e01537b 100644 --- a/examples/apps/async-github/Cargo.toml +++ b/examples/apps/async-github/Cargo.toml @@ -19,4 +19,4 @@ crossterm = { workspace = true, features = ["event-stream"] } octocrab = "0.42.1" ratatui.workspace = true tokio = { version = "1.41.1", features = ["rt-multi-thread", "macros"] } -tokio-stream = "0.1.16" +tokio-stream = "0.1.17"