From 872b28821be969b2ef0490ee09a5c74e77b70f95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 15:16:13 +0000 Subject: [PATCH] build(deps): bump octocrab from 0.29.1 to 0.29.2 Bumps [octocrab](https://github.com/XAMPPRocky/octocrab) from 0.29.1 to 0.29.2. - [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.29.1...v0.29.2) --- updated-dependencies: - dependency-name: octocrab dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ec89fb1..e4a33c1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1180,9 +1180,9 @@ dependencies = [ [[package]] name = "octocrab" -version = "0.29.1" +version = "0.29.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a2f5937fa816ca24c81cd817637a29be1eb9be0b4ddfccf3783df3eb095cc4f6" +checksum = "5e8c7bc06899f663c4208c548488face69abc134692887a2edd4366bef18655d" dependencies = [ "arc-swap", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 03c029a..2d8cbca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ url = "2.4" walkdir = "2.3" gh-config = { version = "0.2.1", optional = true } -octocrab = { version = "0.29.1", optional = true } +octocrab = { version = "0.29.2", optional = true } [target.'cfg(windows)'.dependencies.windows] version = "0.48.0"