Skip to content

Commit

Permalink
build(deps): bump rtt-target from 0.3.1 to 0.5.0
Browse files Browse the repository at this point in the history
Bumps [rtt-target](https://github.com/probe-rs/rtt-target) from 0.3.1 to 0.5.0.
- [Release notes](https://github.com/probe-rs/rtt-target/releases)
- [Commits](probe-rs/rtt-target@v0.3.1...v0.5.0)

---
updated-dependencies:
- dependency-name: rtt-target
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 16, 2024
1 parent c9d74ed commit 2dca929
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
14 changes: 12 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ embedded-storage = "0.3"
cortex-m = { version = "0.7.7", features = ["inline-asm", "critical-section-single-core"] }
cortex-m-rt = { version = "0.7", features = ["device"] }
log = { version = "0.4", features = ["max_level_trace", "release_max_level_info"] }
rtt-target = "0.3"
rtt-target = "0.5"
serde = { version = "1.0", features = ["derive"], default-features = false }
serde-json-core = "0.5"
heapless = { version = "0.7.16", features = ["serde"] }
Expand Down

0 comments on commit 2dca929

Please sign in to comment.