From 80119326d7194a1673edcddd1a09819246c1cca8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jun 2023 16:02:06 +0000 Subject: [PATCH] build(deps): bump octocrab from 0.23.0 to 0.25.0 Bumps [octocrab](https://github.com/XAMPPRocky/octocrab) from 0.23.0 to 0.25.0. - [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.23.0...v0.25.0) --- updated-dependencies: - dependency-name: octocrab dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4821e18..cfb2cf8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1247,9 +1247,9 @@ dependencies = [ [[package]] name = "octocrab" -version = "0.23.0" +version = "0.25.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1b4fffbe0c545f4d1c0c7945cd66f1e9feb5d5138eb64274642cf6ae5305dd8" +checksum = "0ab66307295163fe58fde1c323554044abdd3517a301f62bcd471c90cccb2459" dependencies = [ "arc-swap", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 5faab41..7bb079a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ url = "2.3" walkdir = "2.3" gh-config = { version = "0.2.1", optional = true } -octocrab = { version = "0.23.0", optional = true } +octocrab = { version = "0.25.0", optional = true } [target.'cfg(windows)'.dependencies.windows] version = "0.48.0"