From 750f21fe6858f86c5b9f92fb7a33f9f4ed9f3ea9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Aug 2026 06:55:13 +0000 Subject: [PATCH] chore(deps): bump octocrab in /bots/echidnabot Bumps [octocrab](https://github.com/XAMPPRocky/octocrab) in `/bots/echidnabot` from 0.54.0 to 0.54.1. Updates `octocrab` from 0.54.0 to 0.54.1 - [Release notes](https://github.com/XAMPPRocky/octocrab/releases) - [Changelog](https://github.com/XAMPPRocky/octocrab/blob/main/CHANGELOG.md) - [Commits](https://github.com/XAMPPRocky/octocrab/compare/v0.54.0...v0.54.1) --- updated-dependencies: - dependency-name: octocrab dependency-version: 0.54.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo ... Signed-off-by: dependabot[bot] --- bots/echidnabot/Cargo.lock | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bots/echidnabot/Cargo.lock b/bots/echidnabot/Cargo.lock index 887e6035..32bbf804 100644 --- a/bots/echidnabot/Cargo.lock +++ b/bots/echidnabot/Cargo.lock @@ -2589,9 +2589,9 @@ dependencies = [ [[package]] name = "octocrab" -version = "0.54.0" +version = "0.54.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "27be39870c558e1fbc5a5f8d4a29aa916268c1dbcb9d467f2a9bbab35598060e" +checksum = "432fad6f447c52acda76a7a0660f022b21f4c42f373bbdc29f04332ba19a89bf" dependencies = [ "arc-swap", "async-trait", @@ -2614,6 +2614,7 @@ dependencies = [ "jsonwebtoken", "percent-encoding", "pin-project", + "rustls", "secrecy", "serde", "serde_json",