Goooler / FileDownloader

Multitask、MultiThread(MultiConnection)、Breakpoint-resume、High-concurrency、Simple to use、Single/NotSingle-process
Apache License 2.0
7 stars 4 forks source link

fix(deps): update dependency com.squareup.okio:okio to v1.17.6 - autoclosed #9

Closed renovate[bot] closed 4 months ago

renovate[bot] commented 4 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.squareup.okio:okio 1.14.0 -> 1.17.6 age adoption passing confidence

Release Notes

square/okio (com.squareup.okio:okio) ### [`v1.17.6`](https://togithub.com/square/okio/blob/HEAD/CHANGELOG.md#Version-1176) *2023-10-01* - Fix: Don't crash decoding GZIP files when the optional extra data (`XLEN`) is 32 KiB or larger. ### [`v1.17.5`](https://togithub.com/square/okio/blob/HEAD/CHANGELOG.md#Version-1175) *2019-12-11* - Fix: Don't crash when an `InputStream` source is exhausted exactly at a buffer segment boundary. We had a bug where a sequence of reads could violate a buffer's invariants, and this could result in a crash when subsequent reads encountered an unexpected empty segment. ### [`v1.17.4`](https://togithub.com/square/okio/blob/HEAD/CHANGELOG.md#Version-1174) *2019-04-29* - Fix: Don't block unless strictly necessary in `BufferedSource.peek()`. ### [`v1.17.3`](https://togithub.com/square/okio/blob/HEAD/CHANGELOG.md#Version-1173) *2019-01-28* - Fix: Make `Pipe.fold()` close the underlying sink when necessary. ### [`v1.17.2`](https://togithub.com/square/okio/blob/HEAD/CHANGELOG.md#Version-1172) *2019-01-17* - Fix: Make `Pipe.fold()` flush the underlying sink. ### [`v1.17.1`](https://togithub.com/square/okio/blob/HEAD/CHANGELOG.md#Version-1171) *2019-01-16* - Fix: Make the newly-backported `Pipe.fold()` public. ### [`v1.17.0`](https://togithub.com/square/okio/blob/HEAD/CHANGELOG.md#Version-1170) *2019-01-16* - New: Backport `Pipe.fold()` to Okio 1.x. ### [`v1.16.0`](https://togithub.com/square/okio/blob/HEAD/CHANGELOG.md#Version-1160) *2018-10-08* - New: Backport `BufferedSource.peek()` and `BufferedSource.getBuffer()` to Okio 1.x. - Fix: Enforce timeouts when closing `AsyncTimeout` sources. ### [`v1.15.0`](https://togithub.com/square/okio/blob/HEAD/CHANGELOG.md#Version-1150) *2018-07-18* - New: Trie-based `Buffer.select()`. This improves performance when selecting among large lists of options. - Fix: Retain interrupted state when throwing `InterruptedIOException`.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.