Merge pull request #27 from shibedrill/dependabot/cargo/octocrab-0.43.0

Bump octocrab from 0.42.1 to 0.43.0
This commit is contained in:
August 2025-01-22 08:00:59 -05:00 committed by GitHub
commit c77952e5c4
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]] [[package]]
name = "octocrab" name = "octocrab"
version = "0.42.1" version = "0.43.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b97f949a7cb04608441c2ddb28e15a377e8b5142c2d1835ad2686d434de8558" checksum = "27527d68322f4c603319f7958973db8f9fa4be62c0e3fafe084f5562cf6353df"
dependencies = [ dependencies = [
"arc-swap", "arc-swap",
"async-trait", "async-trait",

View File

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