Merge pull request #318 from PrismLauncher/renovate/octocrab-0.x

This commit is contained in:
Sefa Eyeoglu 2024-04-30 22:45:24 +02:00 committed by GitHub
commit 861e0a41fc
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

@ -1180,9 +1180,9 @@ dependencies = [
[[package]]
name = "octocrab"
version = "0.37.0"
version = "0.38.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dedddd64be5eb5ea9311d1934a09ce32ef9be22fd29990bb2a5552c17712306e"
checksum = "68a8a3df00728324ad654ecd1ed449a60157c55b7ff8c109af3a35989687c367"
dependencies = [
"arc-swap",
"async-trait",

View file

@ -22,7 +22,7 @@ env_logger = "0.11.1"
eyre = "0.6.11"
log = "0.4.21"
poise = "0.6.1"
octocrab = "0.37.0"
octocrab = "0.38.0"
redis = { version = "0.25.3", features = ["tokio-comp", "tokio-rustls-comp"] }
regex = "1.10.3"
reqwest = { version = "0.12.4", default-features = false, features = [