diff --git a/Cargo.lock b/Cargo.lock index 343ce934..cf32f3bf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1840,9 +1840,9 @@ dependencies = [ [[package]] name = "octocrab" -version = "0.42.0" +version = "0.42.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5235d5839910001bef2c3df99a88688c7c781e5b1fd5fe40c5d8fa8bd786ac5a" +checksum = "7b97f949a7cb04608441c2ddb28e15a377e8b5142c2d1835ad2686d434de8558" dependencies = [ "arc-swap", "async-trait", diff --git a/examples/apps/async-github/Cargo.toml b/examples/apps/async-github/Cargo.toml index 3c0278af..fa896a46 100644 --- a/examples/apps/async-github/Cargo.toml +++ b/examples/apps/async-github/Cargo.toml @@ -16,7 +16,7 @@ rust-version.workspace = true [dependencies] color-eyre = "0.6.3" crossterm = { workspace = true, features = ["event-stream"] } -octocrab = "0.42.0" +octocrab = "0.42.1" ratatui.workspace = true tokio = { version = "1.41.1", features = ["rt-multi-thread", "macros"] } tokio-stream = "0.1.16"