mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-04-13 20:50:47 +02:00
cargo: bump the patch group in /src/exercises/bare-metal/rtc with 2 updates (#2699)
Bumps the patch group in /src/exercises/bare-metal/rtc with 2 updates: [log](https://github.com/rust-lang/log) and [cc](https://github.com/rust-lang/cc-rs). Updates `log` from 0.4.26 to 0.4.27 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/log/releases">log's releases</a>.</em></p> <blockquote> <h2>0.4.27</h2> <h2>What's Changed</h2> <ul> <li>A few minor lint fixes by <a href="https://github.com/nyurik"><code>@nyurik</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/671">rust-lang/log#671</a></li> <li>Enable clippy support for format-like macros by <a href="https://github.com/nyurik"><code>@nyurik</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/665">rust-lang/log#665</a></li> <li>Add an optional logger param by <a href="https://github.com/tisonkun"><code>@tisonkun</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/664">rust-lang/log#664</a></li> <li>Pass global logger by value, supplied logger by ref by <a href="https://github.com/KodrAus"><code>@KodrAus</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/673">rust-lang/log#673</a></li> <li>Prepare for 0.4.27 release by <a href="https://github.com/KodrAus"><code>@KodrAus</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/674">rust-lang/log#674</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/rust-lang/log/compare/0.4.26...0.4.27">https://github.com/rust-lang/log/compare/0.4.26...0.4.27</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/log/blob/master/CHANGELOG.md">log's changelog</a>.</em></p> <blockquote> <h2>[0.4.27] - 2025-03-24</h2> <h3>What's Changed</h3> <ul> <li>A few minor lint fixes by <a href="https://github.com/nyurik"><code>@nyurik</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/671">rust-lang/log#671</a></li> <li>Enable clippy support for format-like macros by <a href="https://github.com/nyurik"><code>@nyurik</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/665">rust-lang/log#665</a></li> <li>Add an optional logger param by <a href="https://github.com/tisonkun"><code>@tisonkun</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/664">rust-lang/log#664</a></li> <li>Pass global logger by value, supplied logger by ref by <a href="https://github.com/KodrAus"><code>@KodrAus</code></a> in <a href="https://redirect.github.com/rust-lang/log/pull/673">rust-lang/log#673</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/rust-lang/log/compare/0.4.26...0.4.27">https://github.com/rust-lang/log/compare/0.4.26...0.4.27</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="35161d0d25
"><code>35161d0</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/log/issues/674">#674</a> from rust-lang/cargo/0.4.27</li> <li><a href="cc131ef268
"><code>cc131ef</code></a> prepare for 0.4.27 release</li> <li><a href="ea6f54d395
"><code>ea6f54d</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/log/issues/673">#673</a> from rust-lang/feat/logger-by-ref</li> <li><a href="d229c7355b
"><code>d229c73</code></a> fix unclosed code block</li> <li><a href="02486e458c
"><code>02486e4</code></a> fill in more tests for logger argument</li> <li><a href="71e034ffa6
"><code>71e034f</code></a> expand logger tests</li> <li><a href="dfa067e65c
"><code>dfa067e</code></a> fix up kv passing</li> <li><a href="39d4c3ab88
"><code>39d4c3a</code></a> run fmt</li> <li><a href="7aacc8fea3
"><code>7aacc8f</code></a> pass global logger by value, supplied logger by ref</li> <li><a href="a438c6ed08
"><code>a438c6e</code></a> Merge pull request <a href="https://redirect.github.com/rust-lang/log/issues/664">#664</a> from tisonkun/logger-field</li> <li>Additional commits viewable in <a href="https://github.com/rust-lang/log/compare/0.4.26...0.4.27">compare view</a></li> </ul> </details> <br /> Updates `cc` from 1.2.16 to 1.2.17 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/cc-rs/releases">cc's releases</a>.</em></p> <blockquote> <h2>cc-v1.2.17</h2> <h3>Other</h3> <ul> <li>Regenerate target info (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1439">#1439</a>)</li> <li>Regenerate windows sys bindings (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1437">#1437</a>)</li> <li>Fix wasm32-wali-linux-musl target parsing (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1434">#1434</a>)</li> <li>Parse <code>rustc</code> target names (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1413">#1413</a>)</li> <li>Regenerate target info (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1429">#1429</a>)</li> <li>Added base support for <code>wasm32-wali-linux-musl</code> target (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1373">#1373</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md">cc's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/rust-lang/cc-rs/compare/cc-v1.2.16...cc-v1.2.17">1.2.17</a> - 2025-03-21</h2> <h3>Other</h3> <ul> <li>Regenerate target info (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1439">#1439</a>)</li> <li>Regenerate windows sys bindings (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1437">#1437</a>)</li> <li>Fix wasm32-wali-linux-musl target parsing (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1434">#1434</a>)</li> <li>Parse <code>rustc</code> target names (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1413">#1413</a>)</li> <li>Regenerate target info (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1429">#1429</a>)</li> <li>Added base support for <code>wasm32-wali-linux-musl</code> target (<a href="https://redirect.github.com/rust-lang/cc-rs/pull/1373">#1373</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="d9dd20e376
"><code>d9dd20e</code></a> chore: release v1.2.17 (<a href="https://redirect.github.com/rust-lang/cc-rs/issues/1435">#1435</a>)</li> <li><a href="c964f0e07c
"><code>c964f0e</code></a> Regenerate target info (<a href="https://redirect.github.com/rust-lang/cc-rs/issues/1439">#1439</a>)</li> <li><a href="a140cc79b0
"><code>a140cc7</code></a> Regenerate windows sys bindings (<a href="https://redirect.github.com/rust-lang/cc-rs/issues/1437">#1437</a>)</li> <li><a href="55051ebdc3
"><code>55051eb</code></a> Update windows-bindgen requirement from 0.60 to 0.61 (<a href="https://redirect.github.com/rust-lang/cc-rs/issues/1436">#1436</a>)</li> <li><a href="8054df013d
"><code>8054df0</code></a> Fix wasm32-wali-linux-musl target parsing (<a href="https://redirect.github.com/rust-lang/cc-rs/issues/1434">#1434</a>)</li> <li><a href="d2a5991051
"><code>d2a5991</code></a> ci: fix creating issue comment (<a href="https://redirect.github.com/rust-lang/cc-rs/issues/1433">#1433</a>)</li> <li><a href="cfb6a7cdbc
"><code>cfb6a7c</code></a> Fix failure from cargo not propagating because of pipe (<a href="https://redirect.github.com/rust-lang/cc-rs/issues/1432">#1432</a>)</li> <li><a href="968da78f52
"><code>968da78</code></a> Parse <code>rustc</code> target names (<a href="https://redirect.github.com/rust-lang/cc-rs/issues/1413">#1413</a>)</li> <li><a href="20300d573d
"><code>20300d5</code></a> Regenerate target info (<a href="https://redirect.github.com/rust-lang/cc-rs/issues/1429">#1429</a>)</li> <li><a href="830eea9ece
"><code>830eea9</code></a> Added base support for <code>wasm32-wali-linux-musl</code> target (<a href="https://redirect.github.com/rust-lang/cc-rs/issues/1373">#1373</a>)</li> <li>Additional commits viewable in <a href="https://github.com/rust-lang/cc-rs/compare/cc-v1.2.16...cc-v1.2.17">compare view</a></li> </ul> </details> <br /> 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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
2b32b1cb05
commit
560b79bf31
8
src/exercises/bare-metal/rtc/Cargo.lock
generated
8
src/exercises/bare-metal/rtc/Cargo.lock
generated
@ -26,9 +26,9 @@ checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd"
|
||||
|
||||
[[package]]
|
||||
name = "cc"
|
||||
version = "1.2.16"
|
||||
version = "1.2.17"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "be714c154be609ec7f5dad223a33bf1482fff90472de28f7362806e6d4832b8c"
|
||||
checksum = "1fcb57c740ae1daf453ae85f16e37396f672b039e00d9d866e07ddb24e328e3a"
|
||||
dependencies = [
|
||||
"shlex",
|
||||
]
|
||||
@ -54,9 +54,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "log"
|
||||
version = "0.4.26"
|
||||
version = "0.4.27"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "30bde2b3dc3671ae49d8e2e9f044c7c005836e7a023ee57cffa25ab82764bb9e"
|
||||
checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
|
||||
|
||||
[[package]]
|
||||
name = "num-traits"
|
||||
|
@ -10,9 +10,9 @@ publish = false
|
||||
arm-gic = "0.2.2"
|
||||
bitflags = "2.9.0"
|
||||
chrono = { version = "0.4.40", default-features = false }
|
||||
log = "0.4.26"
|
||||
log = "0.4.27"
|
||||
smccc = "0.1.1"
|
||||
spin = "0.9.8"
|
||||
|
||||
[build-dependencies]
|
||||
cc = "1.2.16"
|
||||
cc = "1.2.17"
|
||||
|
Loading…
x
Reference in New Issue
Block a user