diff --git a/Cargo.lock b/Cargo.lock index 72a88c4b..e2f59c22 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1868,9 +1868,9 @@ dependencies = [ [[package]] name = "octocrab" -version = "0.42.1" +version = "0.43.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b97f949a7cb04608441c2ddb28e15a377e8b5142c2d1835ad2686d434de8558" +checksum = "27527d68322f4c603319f7958973db8f9fa4be62c0e3fafe084f5562cf6353df" dependencies = [ "arc-swap", "async-trait", diff --git a/examples/apps/async-github/Cargo.toml b/examples/apps/async-github/Cargo.toml index 0126a6f4..66111bda 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.1" +octocrab = "0.43.0" ratatui.workspace = true tokio = { version = "1.43.0", features = ["rt-multi-thread", "macros"] } tokio-stream = "0.1.17"