From 33c3d6cf7b55c2429a3e79f1406e45131a15f841 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Jun 2023 23:02:06 +0200 Subject: [PATCH] Bump octocrab from 0.24.0 to 0.25.1 (#1101) Bumps [octocrab](https://github.com/XAMPPRocky/octocrab) from 0.24.0 to 0.25.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.24.0...v0.25.1) --- 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 8167897..f700eb9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2298,9 +2298,9 @@ dependencies = [ [[package]] name = "octocrab" -version = "0.24.0" +version = "0.25.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc2933cea20ebe622c37a945661ae6c460ef2324cf2eb3246be01a49bf59a412" +checksum = "a0bc095e456c43e3afe5a53cdcf11aae1965663b941f7a5efb49b6ef53ce8529" dependencies = [ "arc-swap", "async-trait", diff --git a/lychee-lib/Cargo.toml b/lychee-lib/Cargo.toml index 9b60b8a..9307dcc 100644 --- a/lychee-lib/Cargo.toml +++ b/lychee-lib/Cargo.toml @@ -50,7 +50,7 @@ futures = "0.3.27" lazy_static = "1.4.0" html5ever = "0.26.0" html5gum = "0.5.3" -octocrab = "0.24.0" +octocrab = "0.25.1" ip_network = "0.4.1" secrecy = "0.8.0" hyper = "0.14.26"