Bump octocrab from 0.43.0 to 0.44.1

Bumps [octocrab](https://github.com/XAMPPRocky/octocrab) from 0.43.0 to 0.44.1.
- [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.43.0...v0.44.1)

---
updated-dependencies:
- dependency-name: octocrab
  dependency-version: 0.44.1
  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-05-12 04:29:38 +00:00 committed by GitHub
parent f203de98b2
commit a222d4898f
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

@ -1539,9 +1539,9 @@ dependencies = [
[[package]]
name = "octocrab"
version = "0.43.0"
version = "0.44.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "27527d68322f4c603319f7958973db8f9fa4be62c0e3fafe084f5562cf6353df"
checksum = "86996964f8b721067b6ed238aa0ccee56ecad6ee5e714468aa567992d05d2b91"
dependencies = [
"arc-swap",
"async-trait",

View File

@ -24,7 +24,7 @@ serde_json = "1.0.140"
roux = "2.2.13"
structstruck = "0.5.0"
reqwest = { version = "0.12.15", features = ["json"] }
octocrab = "0.43.0"
octocrab = "0.44.1"
tempfile = "3.19.1"
self-replace = "1.5.0"
zip = "2.2.2"