From 85eb127e3f8fa689a4d41cab40f43ccac0c77047 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Jun 2026 13:37:33 +0000 Subject: [PATCH] fix(deps): update rust crate octocrab to 0.53.0 --- Cargo.lock | 4 ++-- crates/fuuka-bot/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1759669..f334266 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2989,9 +2989,9 @@ dependencies = [ [[package]] name = "octocrab" -version = "0.52.0" +version = "0.53.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85417c74d0350c730c329af964d2dea2c85caf297d75d6db5fd368f553ff364d" +checksum = "46a4184473c1d00a892dad5259e1d19421ab1f8e4b7d714113a6cfdb213d9980" dependencies = [ "arc-swap", "async-trait", diff --git a/crates/fuuka-bot/Cargo.toml b/crates/fuuka-bot/Cargo.toml index ac300e9..b15a2ea 100644 --- a/crates/fuuka-bot/Cargo.toml +++ b/crates/fuuka-bot/Cargo.toml @@ -34,7 +34,7 @@ minijinja = { version = "2.12.0", default-features = false, features = [ "loader", "speedups", ] } -octocrab = { version = "0.52.0", default-features = false, features = [ +octocrab = { version = "0.53.0", default-features = false, features = [ "jwt-rust-crypto", ] } parking_lot = "0.12.5"