cargo: bump pc-keyboard from 0.7.0 to 0.8.0 in /kernel
deps
Bumps [pc-keyboard](https://github.com/rust-embedded-community/pc-keyboard) from 0.7.0 to 0.8.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/rust-embedded-community/pc-keyboard/releases">pc-keyboard's releases</a>.</em></p>
<blockquote>
<h2>Release v0.8.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Update AltGr handling to accept Ctrl+Alt, add Norwegian keyboard layout by <a href="https://github.com/alexrsagen"><code>@alexrsagen</code></a> in <a href="https://redirect.github.com/rust-embedded-community/pc-keyboard/pull/34">rust-embedded-community/pc-keyboard#34</a></li>
<li>Update CHANGELOG.md to add No105 by <a href="https://github.com/jonathanpallant"><code>@jonathanpallant</code></a> in <a href="https://redirect.github.com/rust-embedded-community/pc-keyboard/pull/35">rust-embedded-community/pc-keyboard#35</a></li>
<li>Fix Norwegian layout by <a href="https://github.com/SPuntte"><code>@SPuntte</code></a> in <a href="https://redirect.github.com/rust-embedded-community/pc-keyboard/pull/37">rust-embedded-community/pc-keyboard#37</a></li>
<li>Add Finnish/Swedish keyboard layout by <a href="https://github.com/SPuntte"><code>@SPuntte</code></a> in <a href="https://redirect.github.com/rust-embedded-community/pc-keyboard/pull/38">rust-embedded-community/pc-keyboard#38</a></li>
<li>Add getter for the Modifiers struct to Keyboard by <a href="https://github.com/iTitus"><code>@iTitus</code></a> in <a href="https://redirect.github.com/rust-embedded-community/pc-keyboard/pull/40">rust-embedded-community/pc-keyboard#40</a></li>
<li>Azerty changes by <a href="https://github.com/CHiPs44"><code>@CHiPs44</code></a> in <a href="https://redirect.github.com/rust-embedded-community/pc-keyboard/pull/42">rust-embedded-community/pc-keyboard#42</a></li>
<li>Fix US backslash by <a href="https://github.com/thejpster"><code>@thejpster</code></a> in <a href="https://redirect.github.com/rust-embedded-community/pc-keyboard/pull/46">rust-embedded-community/pc-keyboard#46</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/alexrsagen"><code>@alexrsagen</code></a> made their first contribution in <a href="https://redirect.github.com/rust-embedded-community/pc-keyboard/pull/34">rust-embedded-community/pc-keyboard#34</a></li>
<li><a href="https://github.com/jonathanpallant"><code>@jonathanpallant</code></a> made their first contribution in <a href="https://redirect.github.com/rust-embedded-community/pc-keyboard/pull/35">rust-embedded-community/pc-keyboard#35</a></li>
<li><a href="https://github.com/SPuntte"><code>@SPuntte</code></a> made their first contribution in <a href="https://redirect.github.com/rust-embedded-community/pc-keyboard/pull/37">rust-embedded-community/pc-keyboard#37</a></li>
<li><a href="https://github.com/iTitus"><code>@iTitus</code></a> made their first contribution in <a href="https://redirect.github.com/rust-embedded-community/pc-keyboard/pull/40">rust-embedded-community/pc-keyboard#40</a></li>
<li><a href="https://github.com/CHiPs44"><code>@CHiPs44</code></a> made their first contribution in <a href="https://redirect.github.com/rust-embedded-community/pc-keyboard/pull/42">rust-embedded-community/pc-keyboard#42</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/rust-embedded-community/pc-keyboard/compare/v0.7.0...v0.8.0">https://github.com/rust-embedded-community/pc-keyboard/compare/v0.7.0...v0.8.0</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/rust-embedded-community/pc-keyboard/blob/main/CHANGELOG.md">pc-keyboard's changelog</a>.</em></p>
<blockquote>
<h2>v0.8.0 (13 Sep 2024)</h2>
<ul>
<li>Add 102/105-key Finnish/Swedish layout</li>
<li>Add 102/105-key Norwegian layout</li>
<li>Fix broken Backslash for Us104 layout</li>
<li>Fix <code><</code> and <code>></code> for Azerty layout</li>
<li>Renamed <code>Modifiers::alt_gr</code> to <code>Modifiers::ralt</code> and add <code>Modifiers::lalt</code></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/rust-embedded-community/pc-keyboard/commit/e29a30e511ef13c49958fd30fe8ab3825c8cdbc8"><code>e29a30e</code></a> Silence some clippy warnings.</li>
<li><a href="https://github.com/rust-embedded-community/pc-keyboard/commit/57182d6ee31ea0b4bd64ce37fd0ac9ba1da319e8"><code>57182d6</code></a> Bump to 0.8.0</li>
<li><a href="https://github.com/rust-embedded-community/pc-keyboard/commit/42acef25d9b939c21dc285fec7d5f0f69c50b151"><code>42acef2</code></a> Corrected layout of OEM keys.</li>
<li><a href="https://github.com/rust-embedded-community/pc-keyboard/commit/5c904e8dfabf464869cf99b052349ab968569607"><code>5c904e8</code></a> Fix keyboard ascii art.</li>
<li><a href="https://github.com/rust-embedded-community/pc-keyboard/commit/9acb8cacf10ffb7796c06ee1dd16f73755fd85ba"><code>9acb8ca</code></a> Removed non printed bindings and comments</li>
<li><a href="https://github.com/rust-embedded-community/pc-keyboard/commit/89998451a611bc61f8ef0f856b8a3e4e58816fd0"><code>8999845</code></a> cargo fmt -- --check: 2 spurious spaces removed</li>
<li><a href="https://github.com/rust-embedded-community/pc-keyboard/commit/79b7b3cffe9b28bda8b846a662d6828c78a96990"><code>79b7b3c</code></a> Better comments, added numpad AltGr+Shift, test of '<' on Oem5</li>
<li><a href="https://github.com/rust-embedded-community/pc-keyboard/commit/e4f0b867f1cd3a67f85551098f66c9aa21fd646d"><code>e4f0b86</code></a> Bug for Oem5 giving *µ instead of <>, amelioration for ² giving ¹³, comments ...</li>
<li><a href="https://github.com/rust-embedded-community/pc-keyboard/commit/4aa5ef6d41fead096c96879ca53497c9ec4ffc30"><code>4aa5ef6</code></a> Add getter for the Modifiers struct to Keyboard (<a href="https://redirect.github.com/rust-embedded-community/pc-keyboard/issues/40">#40</a>)</li>
<li><a href="https://github.com/rust-embedded-community/pc-keyboard/commit/327a8554d9994fadede1e9ba3b3ddda6676436c7"><code>327a855</code></a> Update README.md</li>
<li>Additional commits viewable in <a href="https://github.com/rust-embedded-community/pc-keyboard/compare/v0.7.0...v0.8.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
- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
</details>
合并状态:已合并 合并于 2024-09-16 关闭于 2024-09-16 0 条评论