Merge pull request #49 from shibedrill/dependabot/cargo/octocrab-0.44.1

Bump octocrab from 0.43.0 to 0.44.1
This commit is contained in:
August 2025-05-28 09:35:15 -04:00 committed by GitHub
commit f0f17f7070
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

@ -1533,9 +1533,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 = "4.0.0"