diff --git a/Cargo.lock b/Cargo.lock index c210a3e8..966900e3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3428,9 +3428,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.45.0" +version = "1.45.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2513ca694ef9ede0fb23fe71a4ee4107cb102b9dc1930f6d0fd77aae068ae165" +checksum = "75ef51a33ef1da925cea3e4eb122833cb377c61439ca401b770f54902b806779" dependencies = [ "backtrace", "libc", diff --git a/examples/apps/async-github/Cargo.toml b/examples/apps/async-github/Cargo.toml index be5f4861..ee6d144c 100644 --- a/examples/apps/async-github/Cargo.toml +++ b/examples/apps/async-github/Cargo.toml @@ -18,5 +18,5 @@ color-eyre = "0.6.3" crossterm = { workspace = true, features = ["event-stream"] } octocrab = "0.44.0" ratatui.workspace = true -tokio = { version = "1.44.2", features = ["rt-multi-thread", "macros"] } +tokio = { version = "1.45.1", features = ["rt-multi-thread", "macros"] } tokio-stream = "0.1.17"