Skip to content

Commit

Permalink
fix(deps): update rust crate octocrab to 0.39.0 (#1385)
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 Jul 31, 2024
1 parent 2505447 commit 0ebc600
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 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/main-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ ab_glyph = "0.2.25"
lazy_static = "1.4.0"

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

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

0 comments on commit 0ebc600

Please sign in to comment.