fix(deps): update rust crate octocrab to 0.45.0 (#163)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-09-15 09:42:58 +02:00 committed by GitHub
parent 8e77d7f4a0
commit 92cdd63110
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

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

View file

@ -14,7 +14,7 @@ convert_case = "0.8.0"
env_logger = "0.11.5"
git2 = "0.20.0"
log.workspace = true
octocrab = "0.44.1"
octocrab = "0.45.0"
prettyplease = "0.2.25"
proc-macro2 = "1.0.92"
quote = "1.0.37"