Skip to content

Commit

Permalink
fixed the timeout feature not being enabled => thus causing a compila…
Browse files Browse the repository at this point in the history
…tion error

This is an interim fix until XAMPPRocky/octocrab#519 is merged
  • Loading branch information
CommanderStorm committed Jan 15, 2024
1 parent 9535bd6 commit 2eaaeaa
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 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.33.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 2eaaeaa

Please sign in to comment.