From 308fd092246c938883c0e3060bf22e23cb7b5c29 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 11:43:06 +0000 Subject: [PATCH] Update Rust crate octocrab to 0.53 --- Cargo.lock | 17 +++++++++++++---- Cargo.toml | 2 +- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ada4623e..c8d00d6a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1289,6 +1289,16 @@ dependencies = [ "pin-project-lite", ] +[[package]] +name = "http-serde" +version = "2.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0f056c8559e3757392c8d091e796416e4649d8e49e88b8d76df6c002f05027fd" +dependencies = [ + "http", + "serde", +] + [[package]] name = "httparse" version = "1.10.1" @@ -1848,9 +1858,9 @@ dependencies = [ [[package]] name = "octocrab" -version = "0.49.7" +version = "0.53.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "63f6687a23731011d0117f9f4c3cdabaa7b5e42ca671f42b5cc0657c492540e3" +checksum = "fe45bd53ce50c9e85e8a27259675f65d772165fe5eef3e278c1b6168c3f97623" dependencies = [ "arc-swap", "async-trait", @@ -1859,7 +1869,6 @@ dependencies = [ "cargo_metadata", "cfg-if", "chrono", - "either", "futures", "futures-core", "futures-util", @@ -1867,12 +1876,12 @@ dependencies = [ "http", "http-body", "http-body-util", + "http-serde", "hyper", "hyper-rustls", "hyper-timeout", "hyper-util", "jsonwebtoken", - "once_cell", "percent-encoding", "pin-project", "secrecy", diff --git a/Cargo.toml b/Cargo.toml index 5fb56822..e6b5ce98 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.53", features = ["timeout", "stream"] } # Async futures = "0.3"