From 94658d1c7ec3782a36fcfd8dea13b0ffa58c2f2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 09:04:17 +0000 Subject: [PATCH] chore(deps): bump octocrab from 0.42.1 to 0.43.0 Bumps [octocrab](https://github.com/XAMPPRocky/octocrab) from 0.42.1 to 0.43.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.42.1...v0.43.0) --- updated-dependencies: - dependency-name: octocrab dependency-type: direct:production update-type: version-update:semver-minor ... 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 cc8255c..56a4e80 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1030,9 +1030,9 @@ dependencies = [ [[package]] name = "octocrab" -version = "0.42.1" +version = "0.43.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b97f949a7cb04608441c2ddb28e15a377e8b5142c2d1835ad2686d434de8558" +checksum = "27527d68322f4c603319f7958973db8f9fa4be62c0e3fafe084f5562cf6353df" dependencies = [ "arc-swap", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 4694a8d..5c5581c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ futures = "0.3.31" idna = "1.0.3" log = "0.4.22" mio = "1.0.3" -octocrab = "0.42.1" +octocrab = "0.43.0" reqwest = { version = "0.12.9", default-features = false, features = [ "rustls-tls", ] }