Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 10, 2025

Bumps defmt-rtt from 1.0.0 to 1.1.0.

Changelog

Sourced from defmt-rtt's changelog.

[defmt-v1.0.0] (2025-04-01)

  • #909 First 1.0 stable release 🎉
  • #940 defmt-print: Allow reading from a serial port
  • #938 Emit option_env!("DEFMT_LOG") so rustc depinfo can track it
  • #935 Add note in book's setup chapter to clarify staticlib setup
  • #914 Add cargo-deny as a CI action to check crate security and licensing

[defmt-v0.3.100] (2025-04-01)

  • #909 Re-exports defmt-1.0.0

[defmt-v0.3.10] (2024-11-29)

  • #902 Minor change to Format impl for core::panic::PanicInfo, eliding a lifetime specifier to satisfy Clippy 1.83.
  • #899 Pin the defmt-macro crate to avoid incompatible versions being used together

[defmt-v0.3.9] (2024-11-27)

  • #889 Add script for book hosting
  • #887 Fix interning example in the book
  • #884 Upgrade dependencies: notify is now at v7, thiserror is now at v2
  • #883 Mark decoder and parser not as unstable anymore
  • #880 Merge function calls emitted by the macro to save space.
  • #874 defmt: Fix doc test
  • #872 defmt: Add expect! as alias for unwrap! for discoverability
  • #871 Set MSRV to Rust 1.76
  • #869 macros: Add missing type hints
  • #865 defmt: Replace proc-macro-error with proc-macro-error2
  • #858 defmt: Implement "passthrough" trait impls for *2Format wrappers
  • #857 Add an octal display hint (:o)
  • #856 defmt: Add a Format impl for PanicInfo and related types.
  • #852 CI: Update mdbook to v0.4.40
  • #848 decoder: add optional one-line format
  • #847 decoder: Fix log format width specifier not working as expected
  • #845 decoder: fix println!() records being printed with formatting
  • #843 defmt: Sort IDs of log msgs by severity to allow runtime filtering by severity
  • #822 CI: Run cargo semver-checks on every PR

[defmt-v0.3.8] (2024-05-17)

  • #840 defmt: Support pre-1.77
  • #839 CI: Fix tests
  • #838 defmt: Switch to Cargo instruction compatible with older versions of Cargo

[defmt-v0.3.7] (2024-05-13 (yanked))

  • #831 CI: Fix CI
  • #830 book: Add section about feature-gated derive Format
  • #821 Clean up

... (truncated)

Commits
  • fde51d5 Merge pull request #998 from knurling-rs/defmt-rtt-110
  • c471901 Another CHANGELOG markdown fix.
  • ab43561 Bump defmt-rtt to v1.1.0
  • 4cbda5f Fix bad markdown in CHANGELOG
  • 42f4012 Merge pull request #990 from Dirbaio/errormsg
  • db5ce9c Fix clippy.
  • 9da2b84 decoder: improve version mismatch error message, don't mention probe-run.
  • 350356e Merge pull request #988 from knurling-rs/set-addr-main
  • d79da45 Move --set-addr to only exist for the TCP subcommand.
  • b2fda59 Add extra help text
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [defmt-rtt](https://github.com/knurling-rs/defmt) from 1.0.0 to 1.1.0.
- [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-rtt-v1.0.0...defmt-rtt-v1.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Oct 10, 2025
@BartMassey BartMassey added this pull request to the merge queue Oct 10, 2025
Merged via the queue into main with commit c2a41bb Oct 10, 2025
12 of 13 checks passed
@BartMassey BartMassey deleted the dependabot/cargo/defmt-rtt-1.1.0 branch October 10, 2025 20:50
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 rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants