From bfca8297bf45b25a06b6fccbc85c2d813b6ffcce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jul 2023 00:19:08 +0200 Subject: [PATCH] Bump octocrab from 0.26.0 to 0.27.0 (#1170) Bumps [octocrab](https://github.com/XAMPPRocky/octocrab) from 0.26.0 to 0.27.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.26.0...v0.27.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 9e439e4..d8002ad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2367,9 +2367,9 @@ dependencies = [ [[package]] name = "octocrab" -version = "0.26.0" +version = "0.27.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f4897d9b50fa8dd94c4d05ad57ef1b15c327607b686fefca7a1edb9bd4ab5501" +checksum = "beaf8e2f0cc237222006db617fca4bebc0db8db186adbe2695adaa481c58501b" dependencies = [ "arc-swap", "async-trait", diff --git a/lychee-lib/Cargo.toml b/lychee-lib/Cargo.toml index 8c9abb3..d421464 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.26.0" +octocrab = "0.27.0" once_cell = "1.18.0" openssl-sys = { version = "0.9.90", optional = true } path-clean = "1.0.1"