newAM / stm32wl-lightswitch-demo

Demo project for the stm32wlxx-hal
MIT License
7 stars 2 forks source link

build(deps): bump defmt from 0.3.2 to 0.3.3 #93

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps defmt from 0.3.2 to 0.3.3.

Release notes

Sourced from defmt's releases.

defmt v0.3.3

What's Changed

New Contributors

Full Changelog: https://github.com/knurling-rs/defmt/compare/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 compatibility score

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)