Commit e0b4b38
authored
Bump the okio group with 1 update (#102)
Bumps the okio group with 1 update:
[com.squareup.okio:okio](https://github.com/square/okio).
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/square/okio/blob/master/CHANGELOG.md">com.squareup.okio:okio's
changelog</a>.</em></p>
<blockquote>
<h2>Version 3.5.0</h2>
<p><em>2023-08-02</em></p>
<ul>
<li>New: Support the WebAssembly (WASM) platform. Okio's support for
WASM is experimental, but
improving, just like Kotlin's own support for WASM.</li>
<li>New: Adapt WebAssembly System Interface (WASI) API's as an Okio
FileSystem using
<code>WasiFileSystem</code>. This is in the new
<code>okio-wasifilesystem</code> module. It requires the [preview1]
WASI API. We’ll make backwards-incompatible upgrades to new WASI API
versions as they become
available.</li>
<li>Fix: Return relative paths in the NIO adapter FileSystem when
required. <code>FileSystem.list()</code>
had always returned absolute paths, even when the target directory was
supplied as a relative
path.</li>
<li>Fix: Don't crash when reading into an empty array using
<code>FileHandle</code> on Kotlin/Native.</li>
<li>Upgrade: [Kotlin 1.9.0][kotlin_1_9_0].</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/square/okio/commit/5bf5a1de7bb430ecd10715ace11f4483139f72c7"><code>5bf5a1d</code></a>
Prepare for release 3.5.0.</li>
<li><a
href="https://github.com/square/okio/commit/28c43f1e4e22f19ab5d00af6772c68fcc343598d"><code>28c43f1</code></a>
Restore wasm to the publish job (<a
href="https://redirect.github.com/square/okio/issues/1322">#1322</a>)</li>
<li><a
href="https://github.com/square/okio/commit/386d18f0a5a4887bc70baadb54b0ab4b27a1d1e0"><code>386d18f</code></a>
Only create relative symlinks in WasiFileSystem (<a
href="https://redirect.github.com/square/okio/issues/1321">#1321</a>)</li>
<li><a
href="https://github.com/square/okio/commit/094fd455dd79300c3b5b0f4b6e240351eaab926a"><code>094fd45</code></a>
Automatically get preopens via the API (<a
href="https://redirect.github.com/square/okio/issues/1319">#1319</a>)</li>
<li><a
href="https://github.com/square/okio/commit/3e30feba9f15c157ecf869c1cfd48bb7bdfae444"><code>3e30feb</code></a>
Document why we use NUL terminated strings (<a
href="https://redirect.github.com/square/okio/issues/1318">#1318</a>)</li>
<li><a
href="https://github.com/square/okio/commit/c7e7ad35778466a33e3bd5709cb34181dcfec224"><code>c7e7ad3</code></a>
Add API to choose non-default preopens (<a
href="https://redirect.github.com/square/okio/issues/1317">#1317</a>)</li>
<li><a
href="https://github.com/square/okio/commit/0aac56670a0fe83eb5b6bc82d0b8cc96023ffb0c"><code>0aac566</code></a>
Get AbstractFileSystemTest running on WASM (<a
href="https://redirect.github.com/square/okio/issues/1316">#1316</a>)</li>
<li><a
href="https://github.com/square/okio/commit/0709c1fa96fa74e4fb17f691a488934423a87d35"><code>0709c1f</code></a>
WasiFileSystem.openReadOnly and openReadWrite (<a
href="https://redirect.github.com/square/okio/issues/1315">#1315</a>)</li>
<li><a
href="https://github.com/square/okio/commit/32dc86bdb7b992acdc659a2443a59319db0a0bac"><code>32dc86b</code></a>
WasiFileSystem.canonicalize (<a
href="https://redirect.github.com/square/okio/issues/1313">#1313</a>)</li>
<li><a
href="https://github.com/square/okio/commit/1740e8a5501cca6f606c8609d880619feb5a1a12"><code>1740e8a</code></a>
Attempt to fix publishing with WASM (<a
href="https://redirect.github.com/square/okio/issues/1314">#1314</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/square/okio/compare/parent-3.4.0...parent-3.5.0">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent b6d7ab4 commit e0b4b38
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
182 | | - | |
| 182 | + | |
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
| |||
220 | 220 | | |
221 | 221 | | |
222 | 222 | | |
223 | | - | |
| 223 | + | |
224 | 224 | | |
225 | 225 | | |
226 | 226 | | |
| |||
0 commit comments