Skip to content

Bump defmt-rtt from 1.1.0 to 1.2.0#204

Merged
qwandor merged 1 commit into
mainfrom
dependabot/cargo/defmt-rtt-1.2.0
May 12, 2026
Merged

Bump defmt-rtt from 1.1.0 to 1.2.0#204
qwandor merged 1 commit into
mainfrom
dependabot/cargo/defmt-rtt-1.2.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 12, 2026

Bumps defmt-rtt from 1.1.0 to 1.2.0.

Changelog

Sourced from defmt-rtt's changelog.

[defmt-v1.1.0] (2026-05-12)

  • #974 Ensure typechecking is still performed on disabled log statement.
  • #960 Fix Format not accepting multiple helper attribute instances
  • #937 add support for #[defmt(transparent)] on Format derive
  • #959 Missing "unstable-test" cfg in tests module
  • #956 Link LICENSE-* in the crate folder
  • #955 Allow using the defmt/alloc feature on bare metal ESP32-S2
  • #972 Fix logic bug in env_filter
  • #1007 defmt: impl Format for core::fmt::Error
  • #983 Add Format implementation for core::num::Wrapping<T>
  • #1022 Re-fix accidental breaking change in Format macro
  • #1041 Ignore RUSTSEC-2026-0009
  • #1052 Pin UI tests to host MSRV

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

  • #954 Fix accidental breaking change in Format macro

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

  • #909 First 1.0 stable release 🎉
  • #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.

... (truncated)

Commits
  • 86c3c50 Bump defmt version
  • 02841ea Bump changelog sections
  • 3c95ffb Bump crate versions
  • 3ac30de Bump qemu-run to 0.3.0
  • 5bdb1bd Also support single arguments to qemu-run
  • 8b3c207 Update CHANGELOG
  • 13be3fd qemu-run supports --arg foo=bar to pass -foo bar to qemu.
  • d477bf3 Exclude defmt-test from cargo-semver-checks
  • 9ba998d Add changelog entry for semihosting crate migration
  • 716a714 Update QEMU test fw to use generic semihosting crate
  • 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 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.1.0 to 1.2.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.1.0...defmt-rtt-v1.2.0)

---
updated-dependencies:
- dependency-name: defmt-rtt
  dependency-version: 1.2.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 May 12, 2026
@qwandor qwandor added this pull request to the merge queue May 12, 2026
Merged via the queue into main with commit 815305c May 12, 2026
12 of 13 checks passed
@qwandor qwandor deleted the dependabot/cargo/defmt-rtt-1.2.0 branch May 12, 2026 23:33
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.

1 participant