Skip to content

Commit

Permalink
Update all non-major dependencies (#1037)
Browse files Browse the repository at this point in the history
* Update all non-major dependencies

* added the `default-client` feature to octocrab

---------

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 Mar 19, 2024
1 parent c53bdf7 commit a115cb5
Show file tree
Hide file tree
Showing 3 changed files with 147 additions and 7 deletions.
150 changes: 145 additions & 5 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 @@ -27,7 +27,7 @@ rustls.workspace = true

rand = "0.8.5"
regex = "1.10.3"
octocrab = { version = "0.35.0", default-features = false, features = ["rustls", "rustls-webpki-tokio", "retry"] }
octocrab = { version = "0.36.0", default-features = false, features = ["rustls", "rustls-webpki-tokio", "retry", "default-client"] }

# web
jsonwebtoken = { version = "9.2.0", default-features = false, features = [] }
Expand Down
2 changes: 1 addition & 1 deletion server/main-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ regex = "1.10.3"

# web access
oauth2 = { version = "4.4.2", default-features = false, features = ["rustls-tls", "reqwest"] }
reqwest = { version = "0.11.26", default-features = false, features = ["tokio-rustls", "rustls-tls-webpki-roots", "rustls", "webpki-roots", "json", "gzip"] }
reqwest = { version = "0.11.27", default-features = false, features = ["tokio-rustls", "rustls-tls-webpki-roots", "rustls", "webpki-roots", "json", "gzip", "hickory-dns"] }

# image production
image = { version = "0.24.9", default-features = false, features = ["jpeg", "png", "webp", "webp-encoder"] }
Expand Down

0 comments on commit a115cb5

Please sign in to comment.