fix(deps): update rust crate octocrab to 0.44.0 (#536)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-03-26 19:16:54 +00:00 committed by GitHub
parent 0e101ac103
commit 728ba70f6e
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

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

View file

@ -22,7 +22,7 @@ env_logger = "0.11.3"
eyre = "0.6.12" eyre = "0.6.12"
log = "0.4.21" log = "0.4.21"
poise = "0.6.1" poise = "0.6.1"
octocrab = "0.43.0" octocrab = "0.44.0"
redis = { version = "0.29.0", features = ["tokio-comp", "tokio-rustls-comp"] } redis = { version = "0.29.0", features = ["tokio-comp", "tokio-rustls-comp"] }
regex = "1.10.4" regex = "1.10.4"
reqwest = { version = "0.12.4", default-features = false, features = [ reqwest = { version = "0.12.4", default-features = false, features = [