Skip to content

Commit 2d5b13d

Browse files
bors[bot]dependabot[bot]AfoHT
authored
Merge #97
97: Bump defmt from `0cb72e6` to `54f6aae` in /rtic_v0.5/stm32f0_hid_mouse r=AfoHT a=dependabot[bot] Bumps [defmt](https://github.com/knurling-rs/defmt) from `0cb72e6` to `54f6aae`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/knurling-rs/defmt/commit/54f6aaedd2f65698710ea8e48cc629febcf8926a"><code>54f6aae</code></a> Merge <a href="https://github-redirect.dependabot.com/knurling-rs/defmt/issues/729">#729</a></li> <li><a href="https://github.com/knurling-rs/defmt/commit/af2fdfc3c838063290a09269dcc14418e83666ba"><code>af2fdfc</code></a> Update <code>CHANGELOG.md</code></li> <li><a href="https://github.com/knurling-rs/defmt/commit/b0cd01771286e6651d810b9c214b201605e6d2b2"><code>b0cd017</code></a> <code>defmt-print</code>: Bump version</li> <li><a href="https://github.com/knurling-rs/defmt/commit/84d83b03bb1a847a39ed8e24c5f28e6989de5a80"><code>84d83b0</code></a> Update <code>CHANGELOG.md</code></li> <li><a href="https://github.com/knurling-rs/defmt/commit/3f8f1de6635bbf4ee7a05826136820b6368364ec"><code>3f8f1de</code></a> <code>defmt-decoder</code>: Bump version</li> <li><a href="https://github.com/knurling-rs/defmt/commit/4365c05368b7d7abb329813913e86ab94dc168d5"><code>4365c05</code></a> <code>defmt-decoder</code>: Update dependencies</li> <li><a href="https://github.com/knurling-rs/defmt/commit/7e96d300f11f35340739b5ec2117d57611a16af5"><code>7e96d30</code></a> Update <code>CHANGELOG.md</code></li> <li><a href="https://github.com/knurling-rs/defmt/commit/f9e99fc34feba0e63232d9ae222d58cd73c1d531"><code>f9e99fc</code></a> Merge <a href="https://github-redirect.dependabot.com/knurling-rs/defmt/issues/725">#725</a></li> <li><a href="https://github.com/knurling-rs/defmt/commit/6ee9e33f7ee1a91e3a3e9a6445cf3c9854e44ad3"><code>6ee9e33</code></a> Update frame.rs</li> <li><a href="https://github.com/knurling-rs/defmt/commit/c2732193e342103d290503c1cc651aebc87e0069"><code>c273219</code></a> Update CHANGELOG.md</li> <li>Additional commits viewable in <a href="https://github.com/knurling-rs/defmt/compare/0cb72e6d362ab040739559da32b68733bce7589f...54f6aaedd2f65698710ea8e48cc629febcf8926a">compare view</a></li> </ul> </details> <br /> You can trigger a rebase of this PR 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` 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Henrik Tjäder <[email protected]>
2 parents 6009410 + ef1ef2c commit 2d5b13d

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

rtic_v0.5/stm32f0_hid_mouse/Cargo.lock

Lines changed: 14 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rtic_v0.5/stm32f0_hid_mouse/Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,9 @@ version = "0.1.0"
44
authors = ["Roman Valls Guimera <[email protected]>", "Josh Johnson"]
55
edition = "2018"
66

7-
[dependencies.defmt]
8-
git = "https://github.com/knurling-rs/defmt"
9-
branch = "main"
10-
117
[dependencies]
128
embedded-hal = "0.2.4"
9+
defmt = "0.3.2"
1310
usb-device = "0.2.5"
1411
usbd-hid = "0.6.1"
1512
rtt-target = { version = "0.3.1", features = ["cortex-m"] }

0 commit comments

Comments
 (0)