Skip to content

Commit 78e2825

Browse files
bors[bot]dependabot[bot]AfoHT
authored
Merge #92
92: Bump cortex-m from 0.7.6 to 0.7.7 in /rtic_v0.5/stm32f0_hid_mouse r=AfoHT a=dependabot[bot] Bumps [cortex-m](https://github.com/rust-embedded/cortex-m) from 0.7.6 to 0.7.7. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rust-embedded/cortex-m/releases">cortex-m's releases</a>.</em></p> <blockquote> <h2>v0.7.7</h2> <h2>What's Changed</h2> <ul> <li>cortex-m v0.7.7: add documentation for critical-section-single-core by <a href="https://github.com/adamgreig"><code>`@​adamgreig</code></a>` in <a href="https://github-redirect.dependabot.com/rust-embedded/cortex-m/pull/458">rust-embedded/cortex-m#458</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/rust-embedded/cortex-m/compare/v0.7.6...v0.7.7">https://github.com/rust-embedded/cortex-m/compare/v0.7.6...v0.7.7</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-embedded/cortex-m/blob/v0.7.7/CHANGELOG.md">cortex-m's changelog</a>.</em></p> <blockquote> <h2>[v0.7.7] - 2023-01-03</h2> <ul> <li>Add missing documentation for <code>critical-section-single-core</code> feature added in v0.7.6.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-embedded/cortex-m/commit/bb4a78208323260a161e68b2498438867f971bc5"><code>bb4a782</code></a> Merge <a href="https://github-redirect.dependabot.com/rust-embedded/cortex-m/issues/458">#458</a></li> <li><a href="https://github.com/rust-embedded/cortex-m/commit/47398ccfae7b3b032995a29c0e2b05561f19aa28"><code>47398cc</code></a> cortex-m v0.7.7: add documentation for critical-section-single-core</li> <li>See full diff in <a href="https://github.com/rust-embedded/cortex-m/compare/v0.7.6...v0.7.7">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cortex-m&package-manager=cargo&previous-version=0.7.6&new-version=0.7.7)](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` 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 <henrik@tjaders.com>
2 parents 1c00c67 + 77d7fac commit 78e2825

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

.github/dependabot.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,59 +9,74 @@ updates:
99
directory: "/rtic_v0.5/nrf52_monotonic"
1010
schedule:
1111
interval: "weekly"
12+
rebase-strategy: "disabled"
1213
- package-ecosystem: "cargo"
1314
directory: "/rtic_v0.5/stm32f0_hid_mouse"
1415
schedule:
1516
interval: "weekly"
17+
rebase-strategy: "disabled"
1618
- package-ecosystem: "cargo"
1719
directory: "/rtic_v0.5/stm32f1_bluepill_blinky"
1820
schedule:
1921
interval: "weekly"
22+
rebase-strategy: "disabled"
2023
- package-ecosystem: "cargo"
2124
directory: "/rtic_v0.5/stm32f3_blinky"
2225
schedule:
2326
interval: "weekly"
27+
rebase-strategy: "disabled"
2428
- package-ecosystem: "cargo"
2529
directory: "/rtic_v0.5/stm32l0_monotonic"
2630
schedule:
2731
interval: "weekly"
32+
rebase-strategy: "disabled"
2833
- package-ecosystem: "cargo"
2934
directory: "/rtic_v0.5/stm32l4_heartbeat"
3035
schedule:
3136
interval: "weekly"
37+
rebase-strategy: "disabled"
3238
- package-ecosystem: "cargo"
3339
directory: "/rtic_v1/nrf52_monotonic"
3440
schedule:
3541
interval: "weekly"
42+
rebase-strategy: "disabled"
3643
- package-ecosystem: "cargo"
3744
directory: "/rtic_v1/rp-pico_local_initilzd_resources"
3845
schedule:
3946
interval: "weekly"
47+
rebase-strategy: "disabled"
4048
- package-ecosystem: "cargo"
4149
directory: "/rtic_v1/stm32f0_hid_mouse"
4250
schedule:
4351
interval: "weekly"
52+
rebase-strategy: "disabled"
4453
- package-ecosystem: "cargo"
4554
directory: "/rtic_v1/stm32f1_bluepill_blinky"
4655
schedule:
4756
interval: "weekly"
57+
rebase-strategy: "disabled"
4858
- package-ecosystem: "cargo"
4959
directory: "/rtic_v1/stm32f3_blinky"
5060
schedule:
5161
interval: "weekly"
62+
rebase-strategy: "disabled"
5263
- package-ecosystem: "cargo"
5364
directory: "/rtic_v1/stm32f411_edge_counter"
5465
schedule:
5566
interval: "weekly"
67+
rebase-strategy: "disabled"
5668
- package-ecosystem: "cargo"
5769
directory: "/rtic_v1/stm32f4_independent_watchdog"
5870
schedule:
5971
interval: "weekly"
72+
rebase-strategy: "disabled"
6073
- package-ecosystem: "cargo"
6174
directory: "/rtic_v1/stm32f4_pwm_monitor"
6275
schedule:
6376
interval: "weekly"
77+
rebase-strategy: "disabled"
6478
- package-ecosystem: "cargo"
6579
directory: "/rtic_v1/stm32l4_heartbeat"
6680
schedule:
6781
interval: "weekly"
82+
rebase-strategy: "disabled"

rtic_v0.5/stm32f0_hid_mouse/Cargo.lock

Lines changed: 2 additions & 2 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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ usbd-hid = "0.6.1"
1515
rtt-target = { version = "0.3.1", features = ["cortex-m"] }
1616
panic-halt = "0.2.0"
1717
panic-rtt-target = { version = "0.1.1", features = ["cortex-m"] }
18-
cortex-m = "0.7.6"
18+
cortex-m = "0.7.7"
1919
cortex-m-rtic = { version = "0.5.9", default-features = false, features = ["cortex-m-7"] }
2020
stm32f0xx-hal = { version = "0.18.0", features = ["rt", "stm32f042", "stm32-usbd"] }
2121
stm32-usbd = { version = "0.6.0" }

update_dependabot_config.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,6 @@ for fld in $(find . -type f -name Cargo.toml | sort | sed 's#/Cargo.toml##' | se
1616
directory: "${fld}"
1717
schedule:
1818
interval: "weekly"
19+
rebase-strategy: "disabled"
1920
EOF
2021
done

0 commit comments

Comments
 (0)