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] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-01-20 04:36:13 +00:00 committed by GitHub
parent dbdd07c4a4
commit f3ac590f5d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1522,9 +1522,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",

View File

@ -24,7 +24,7 @@ serde_json = "1.0.134"
roux = "2.2.13"
structstruck = "0.4.1"
reqwest = { version = "0.12.12", features = ["json"] }
octocrab = "0.42.1"
octocrab = "0.43.0"
tempfile = "3.15.0"
self-replace = "1.5.0"
zip = "2.2.2"