Skip to content

Commit

Permalink
Update Rust crate octocrab to 0.33.0 (#941)
Browse files Browse the repository at this point in the history
* Update Rust crate octocrab to 0.33.0

* fixed the timeout feature not being enabled => thus causing a compilation error
This is an interim fix until XAMPPRocky/octocrab#519 is merged

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Frank Elsinga <[email protected]>
  • Loading branch information
renovate[bot] and CommanderStorm authored Jan 15, 2024
1 parent c29c52b commit 64ce6c5
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 3 deletions.
27 changes: 25 additions & 2 deletions server/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion server/feedback/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ serde_json.workspace = true

rand = "0.8.5"
regex = "1.10.2"
octocrab = { version = "0.32.0", default-features = false, features=["rustls","rustls-webpki-tokio","retry","tokio"] }
octocrab = { version = "0.33.0", default-features = false, features=["rustls","rustls-webpki-tokio","retry","tokio","timeout"] }

# web
jsonwebtoken = "9.2.0"
Expand Down

0 comments on commit 64ce6c5

Please sign in to comment.