diff --git a/Cargo.lock b/Cargo.lock index d7b13fdb..a4b25e48 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1841,9 +1841,9 @@ dependencies = [ [[package]] name = "octocrab" -version = "0.49.7" +version = "0.51.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "63f6687a23731011d0117f9f4c3cdabaa7b5e42ca671f42b5cc0657c492540e3" +checksum = "eb2ad8abffe4e2b05f9cdc7e061de63d305a6dca0af81ca1064a7d98e0b78267" dependencies = [ "arc-swap", "async-trait", @@ -1852,7 +1852,6 @@ dependencies = [ "cargo_metadata", "cfg-if", "chrono", - "either", "futures", "futures-core", "futures-util", diff --git a/Cargo.toml b/Cargo.toml index 854f3a2e..9513b7b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ toml = "1.0" rust_team_data = { git = "https://github.com/rust-lang/team" } # GitHub -octocrab = { version = "0.49", features = ["timeout", "stream"] } +octocrab = { version = "0.51", features = ["timeout", "stream"] } # Async futures = "0.3"