From a7cf7a727446fe73182c3546988bba5919ddfe6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 12:58:34 +0000 Subject: [PATCH] Bump octocrab from 0.21.0 to 0.23.0 Bumps [octocrab](https://github.com/XAMPPRocky/octocrab) from 0.21.0 to 0.23.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.21.0...v0.23.0) --- updated-dependencies: - dependency-name: octocrab dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- tools/automator/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 676ed3e48..dacb5d12b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1566,9 +1566,9 @@ dependencies = [ [[package]] name = "octocrab" -version = "0.21.0" +version = "0.23.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5db170d97e0e88e41faf8ef5277c850d8370c1ef759403c7004a43f2161ce357" +checksum = "a1b4fffbe0c545f4d1c0c7945cd66f1e9feb5d5138eb64274642cf6ae5305dd8" dependencies = [ "arc-swap", "async-trait", diff --git a/tools/automator/Cargo.toml b/tools/automator/Cargo.toml index 313bf4c77..ce0614c7e 100644 --- a/tools/automator/Cargo.toml +++ b/tools/automator/Cargo.toml @@ -8,7 +8,7 @@ publish = false anyhow = "1.0.71" chrono = "0.4.24" map-macro = "0.2.6" -octocrab = "0.21.0" +octocrab = "0.23.0" semver = "1.0.17" serde = "1.0.163" serde_json = "1.0.96"