From 5cba46a67f58d73edd1d20d4a9d4a8cd7fe13e49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jul 2023 17:35:47 +0200 Subject: [PATCH] Bump octocrab from 0.25.1 to 0.26.0 (#1155) Bumps [octocrab](https://github.com/XAMPPRocky/octocrab) from 0.25.1 to 0.26.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.25.1...v0.26.0) --- updated-dependencies: - dependency-name: octocrab dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- lychee-lib/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8235817..a9b53c3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2356,9 +2356,9 @@ dependencies = [ [[package]] name = "octocrab" -version = "0.25.1" +version = "0.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a0bc095e456c43e3afe5a53cdcf11aae1965663b941f7a5efb49b6ef53ce8529" +checksum = "f4897d9b50fa8dd94c4d05ad57ef1b15c327607b686fefca7a1edb9bd4ab5501" dependencies = [ "arc-swap", "async-trait", diff --git a/lychee-lib/Cargo.toml b/lychee-lib/Cargo.toml index 4eb0545..83e4199 100644 --- a/lychee-lib/Cargo.toml +++ b/lychee-lib/Cargo.toml @@ -32,7 +32,7 @@ ip_network = "0.4.1" jwalk = "0.8.1" linkify = "0.10.0" log = "0.4.19" -octocrab = "0.25.1" +octocrab = "0.26.0" once_cell = "1.18.0" openssl-sys = { version = "0.9.90", optional = true } path-clean = "1.0.1"