From 9afe5511427fb2b5574fe8b12e496ffa6aaf3e44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Dec 2022 12:03:04 +0000 Subject: [PATCH] Bump octocrab from 0.18.0 to 0.18.1 Bumps [octocrab](https://github.com/XAMPPRocky/octocrab) from 0.18.0 to 0.18.1. - [Release notes](https://github.com/XAMPPRocky/octocrab/releases) - [Changelog](https://github.com/XAMPPRocky/octocrab/blob/master/CHANGELOG.md) - [Commits](https://github.com/XAMPPRocky/octocrab/compare/octocrab@0.18.0...octocrab@0.18.1) --- updated-dependencies: - dependency-name: octocrab dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- lychee-lib/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fad0c13..6a6a6c8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2258,9 +2258,9 @@ dependencies = [ [[package]] name = "octocrab" -version = "0.18.0" +version = "0.18.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b4c8222d7c7c3a1a14b76cd365b220f738dd789fdbf52dd3eb71488290e52b7" +checksum = "55f21c2c98d2c7556e4bbacac59eb3d7449ef6a9b0f14d3aa348f692f4e851f6" dependencies = [ "arc-swap", "async-trait", diff --git a/lychee-lib/Cargo.toml b/lychee-lib/Cargo.toml index fcd0820..519414b 100644 --- a/lychee-lib/Cargo.toml +++ b/lychee-lib/Cargo.toml @@ -50,7 +50,7 @@ futures = "0.3.25" lazy_static = "1.4.0" html5ever = "0.26.0" html5gum = "0.5.2" -octocrab = "0.18.0" +octocrab = "0.18.1" ip_network = "0.4.1" secrecy = "0.8.0"