fix(deps): update rust crate octocrab to 0.43.0 (#499)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
394af82c01
commit
5f8ea566e0
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -1542,9 +1542,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "octocrab"
|
||||
version = "0.42.1"
|
||||
version = "0.43.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "7b97f949a7cb04608441c2ddb28e15a377e8b5142c2d1835ad2686d434de8558"
|
||||
checksum = "27527d68322f4c603319f7958973db8f9fa4be62c0e3fafe084f5562cf6353df"
|
||||
dependencies = [
|
||||
"arc-swap",
|
||||
"async-trait",
|
||||
|
|
|
@ -22,7 +22,7 @@ env_logger = "0.11.3"
|
|||
eyre = "0.6.12"
|
||||
log = "0.4.21"
|
||||
poise = "0.6.1"
|
||||
octocrab = "0.42.0"
|
||||
octocrab = "0.43.0"
|
||||
redis = { version = "0.28.0", features = ["tokio-comp", "tokio-rustls-comp"] }
|
||||
regex = "1.10.4"
|
||||
reqwest = { version = "0.12.4", default-features = false, features = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue