Skip to content

Commit

Permalink
fix(deps): update rust crate octocrab to 0.41.0 (#1570)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 30, 2024
1 parent 67ef36f commit 64afba4
Show file tree
Hide file tree
Showing 2 changed files with 152 additions and 40 deletions.
190 changes: 151 additions & 39 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/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ imageproc = "0.25.0"
ab_glyph = { version = "0.2.28", default-features = false }

rand = "0.8.5"
octocrab = { version = "0.40.0", default-features = false, features = ["default-client", "retry", "rustls", "rustls-webpki-tokio"] }
octocrab = { version = "0.41.0", default-features = false, features = ["default-client", "retry", "rustls", "rustls-webpki-tokio"] }

# auth/security
jsonwebtoken = { version = "9.3.0", default-features = false, features = [] }
Expand Down

0 comments on commit 64afba4

Please sign in to comment.