diff options
| author | Sebastian Holmin <sebastian.holmin@mullvad.net> | 2025-08-22 10:42:21 +0200 |
|---|---|---|
| committer | Sebastian Holmin <sebastian.holmin@mullvad.net> | 2025-08-26 15:32:04 +0200 |
| commit | e679ad52b5b0ce4d3f731b72c6dcf670759544af (patch) | |
| tree | b7b4595fc617511bbe14f7ac42632c91b868e3b7 /.github/workflows | |
| parent | 6b52ebea312baf888ee23595b6bed5d0e450d3c8 (diff) | |
| download | mullvadvpn-e679ad52b5b0ce4d3f731b72c6dcf670759544af.tar.xz mullvadvpn-e679ad52b5b0ce4d3f731b72c6dcf670759544af.zip | |
Update `reqwest` to resolve dependency conflict
Note that the new version increases the size of Mullvad loader
a bit, forcing us to bump the limit in the CI check. We should
consider replacing it with a smaller alternative, perhaps
`hyper_rustls`.
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/downloader.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/downloader.yml b/.github/workflows/downloader.yml index 54efd57a14..841c1f5d6b 100644 --- a/.github/workflows/downloader.yml +++ b/.github/workflows/downloader.yml @@ -63,7 +63,7 @@ jobs: env: # If the file is larger than this, a regression has probably been introduced. # You should think twice before increasing this limit. - MAX_BINARY_SIZE: 3196928 + MAX_BINARY_SIZE: 3210000 steps: - name: Checkout repository uses: actions/checkout@v4 |
