Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update defmt requirement from 0.2.3 to 0.3.3 #30

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 30, 2023

Updates the requirements on defmt to permit the latest version.

Release notes

Sourced from defmt's releases.

defmt v0.3.3

What's Changed

New Contributors

Full Changelog: knurling-rs/defmt@defmt-v0.3.2...defmt-v0.3.3

Changelog

Sourced from defmt's changelog.

[v0.3.3] - 2023-03-29

  • #745: Release defmt-v0.3.3, defmt-decoder-v0.3.5, defmt-macros v0.3.4, defmt-parser v0.3.2, defmt-print v0.3.5 and panic-probe v0.3.1
  • #744: defmt-parser: Clean and simplify
  • #742: defmt-decoder: Include crate name in symbol name
  • #743: defmt-parser: Simplify tests with rstest
  • #741: defmt-macros: Disable default-features for rstest
  • #740: Snapshot tests for core::net
  • #739: xtask: Clean up
  • #737: panic-probe: Add hard_fault() for use in defmt::panic_handler
  • #733: defmt: Add formatting for core::net with the ip_in_core feature
  • #603: defmt: Raw pointers now print as 0x1234 instead of 1234
  • #536: defmt-parser: Switch to using an enum for errors, and add some help text pointing you to the defmt docs if you use the wrong type specifier in a format string.

#745: knurling-rs/defmt#745 #744: knurling-rs/defmt#744 #742: knurling-rs/defmt#742 #743: knurling-rs/defmt#743 #741: knurling-rs/defmt#741 #740: knurling-rs/defmt#740 #739: knurling-rs/defmt#739 #737: knurling-rs/defmt#737 #733: knurling-rs/defmt#733 #603: knurling-rs/defmt#734 #536: knurling-rs/defmt#735

defmt-decoder v0.3.4, defmt-print v0.3.4

  • #729: Release defmt-decoder v0.3.4, defmt-print v0.3.4
  • #726: defmt-decoder: Remove difference in favor of dissimilar
  • #725: defmt-decoder: Replace chrono with time
  • #719: defmt-print: Fix panic
  • #715: xtask: Update clap to version 4
  • #710: CI: Update CI
  • #706: defmt, defmt-decoder, defmt-itm, defmt-macros, defmt-parser, defmt-print, defmt-test-macros: Satisfy clippy

#729: knurling-rs/defmt#729 #726: knurling-rs/defmt#726 #725: knurling-rs/defmt#725 #715: knurling-rs/defmt#715 #710: knurling-rs/defmt#710 #706: knurling-rs/defmt#706

defmt-decoder v0.3.3, defmt-macros v0.3.3, defmt-print v0.3.3, vdefmt-rtt 0.4.0

  • #704: Release defmt-macros 0.3.3, defmt-print 0.3.3, defmt-rtt 0.4.0
  • #703: defmt-print: Update to clap 4.0.
  • #701: defmt-rtt: Pre-relase cleanup
  • #695: defmt-rtt: Refactor rtt [3/2]
  • #689: defmt-rtt: Update to critical-section 1.0
  • #692: defmt-macros: Wrap const fn in const item to ensure compile-time-evaluation.

... (truncated)

Commits
  • 064ba39 Merge #745
  • 68fb261 Update CHANGELOG.md
  • 3789241 Prepare release
  • 59c14b9 Merge #744
  • f2de4ba defmt-parser: Fold index_err tests into error_msg tests
  • 7287f07 defmt-parser: Fold range_err tests into error_msg tests
  • 0d0bd74 defmt-parser: Fold stray_braces tests into error_msg tests
  • 0a2715d Update CHANGELOG.md
  • ccc283a defmt-parser: Simplify DisplayHint::parse
  • 7a1ce9e defmt-parser: Make fn fn parse_display_hint the DisplayHint-constructor
  • Additional commits viewable in compare view

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 commands and options

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)

Updates the requirements on [defmt](https://github.com/knurling-rs/defmt) to permit the latest version.
- [Release notes](https://github.com/knurling-rs/defmt/releases)
- [Changelog](https://github.com/knurling-rs/defmt/blob/main/CHANGELOG.md)
- [Commits](knurling-rs/defmt@defmt-v0.2.3...defmt-v0.3.3)

---
updated-dependencies:
- dependency-name: defmt
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 30, 2023
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Apr 5, 2023

Superseded by #31.

@dependabot dependabot bot closed this Apr 5, 2023
@dependabot dependabot bot deleted the dependabot/cargo/defmt-0.3.3 branch April 5, 2023 15:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants