Skip to content

Commit

Permalink
Update Rust crate reqwest to 0.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 5, 2024
1 parent e7589ee commit 306f2a9
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 9 deletions.
26 changes: 18 additions & 8 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 @@ -44,7 +44,7 @@ regex = "1.10.4"

# web access
oauth2 = { version = "4.4.2", default-features = false, features = ["rustls-tls", "reqwest"] }
reqwest = { version = "0.12.2", default-features = false, features = ["rustls-tls", "http2", "charset", "json", "gzip", "hickory-dns"] }
reqwest = { version = "0.12.3", default-features = false, features = ["rustls-tls", "http2", "charset", "json", "gzip", "hickory-dns"] }

# image production
image.workspace = true
Expand Down

0 comments on commit 306f2a9

Please sign in to comment.