Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 22, 2025

Bumps the rust-dependencies group with 4 updates in the / directory: tracing, av-decoders, clap_complete and tracing-appender.

Updates tracing from 0.1.41 to 0.1.44

Release notes

Sourced from tracing's releases.

tracing 0.1.44

Fixed

  • Fix record_all panic (#3432)

Changed

  • tracing-core: updated to 0.1.36 (#3440)

#3432: tokio-rs/tracing#3432 #3440: tokio-rs/tracing#3440

tracing 0.1.43

Important

The previous release [0.1.42] was yanked because #3382 was a breaking change. See further details in #3424. This release contains all the changes from that version, plus a revert for the problematic part of the breaking PR.

Fixed

  • Revert "make valueset macro sanitary" (#3425)

#3382: tokio-rs/tracing#3382 #3424: tokio-rs/tracing#3424 #3425: tokio-rs/tracing#3425 [0.1.42]: https://github.com/tokio-rs/tracing/releases/tag/tracing-0.1.42

tracing 0.1.42

Important

The [Span::record_all] method has been removed from the documented API. It was always unsuable via the documented API as it requried a ValueSet which has no publically documented constructors. The method remains, but should not be used outside of tracing macros.

Added

  • attributes: Support constant expressions as instrument field names (#3158)
  • Add record_all! macro for recording multiple values in one call (#3227)
  • core: Improve code generation at trace points significantly (#3398)

Changed

  • tracing-core: updated to 0.1.35 (#3414)
  • tracing-attributes: updated to 0.1.31 (#3417)

Fixed

  • Fix "name / parent" variant of event! (#2983)

... (truncated)

Commits

Updates av-decoders from 0.6.1 to 0.6.6

Changelog

Sourced from av-decoders's changelog.

Version 0.6.6

  • feat: add luma_only option to only return luma planes, may help perf for some applications

Version 0.6.5

  • fix: fix width and height returned from ffms2 get_video_details when no scaling was happening
  • fix: return error code when ffms2 rescaling fails
  • fix: proper video format conversion for ffms2

Version 0.6.4

  • feat: add ffms2_static feature to link a static ffms2

Version 0.6.3

  • feat: make ffms2's video_details field public to make using set_output_format less painful

Version 0.6.2

  • feat: add set_output_format method for ffms2 decoder
  • bump ffms2-sys dependency to 0.3
Commits

Updates clap_complete from 4.5.61 to 4.5.62

Commits
  • ca0aeba chore: Release
  • 44cdcc1 docs: Update changelog
  • 2dc500c Merge pull request #6198 from devjgm/greg/fix-clap-completer-issue-with-fish
  • 2280d48 fix: fix path quoting with dynamic env completer
  • ac1006c Merge pull request #6197 from devjgm/greg/fix-clap-completer-issue-with-fish
  • d495145 clap_complete: add unit test for fish env completer
  • 1a6c0de chore(deps): Update Rust Stable to v1.92 (#6194)
  • 53a6921 Merge pull request #6189 from clap-rs/renovate/actions-checkout-6.x
  • 7cbec58 chore(deps): Update actions/checkout action to v6
  • See full diff in compare view

Updates tracing-appender from 0.2.3 to 0.2.4

Release notes

Sourced from tracing-appender's releases.

tracing-appender 0.2.4

Added

  • Prune old files at startup (#2966)
  • Add fallback to file creation date (#3000)
  • Introduce weekly rotation (#3218)

Fixed

  • Fix max_files integer underflow when set to zero (#3348)

Documented

  • Update tracing-appender docs link to correct docs.rs URL (#3325)

#2966: tokio-rs/tracing#2966 #3000: tokio-rs/tracing#3000 #3218: tokio-rs/tracing#3218 #3325: tokio-rs/tracing#3325 #3348: tokio-rs/tracing#3348

Commits

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
av-decoders [>= 0.5.a, < 0.6]

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

… 4 updates

Bumps the rust-dependencies group with 4 updates in the / directory: [tracing](https://github.com/tokio-rs/tracing), [av-decoders](https://github.com/rust-av/av-decoders), [clap_complete](https://github.com/clap-rs/clap) and [tracing-appender](https://github.com/tokio-rs/tracing).


Updates `tracing` from 0.1.41 to 0.1.44
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](tokio-rs/tracing@tracing-0.1.41...tracing-0.1.44)

Updates `av-decoders` from 0.6.1 to 0.6.6
- [Release notes](https://github.com/rust-av/av-decoders/releases)
- [Changelog](https://github.com/rust-av/av-decoders/blob/main/CHANGELOG.md)
- [Commits](rust-av/av-decoders@v0.6.1...v0.6.6)

Updates `clap_complete` from 4.5.61 to 4.5.62
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.5.61...clap_complete-v4.5.62)

Updates `tracing-appender` from 0.2.3 to 0.2.4
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](tokio-rs/tracing@tracing-appender-0.2.3...tracing-appender-0.2.4)

---
updated-dependencies:
- dependency-name: tracing
  dependency-version: 0.1.44
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: av-decoders
  dependency-version: 0.6.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: clap_complete
  dependency-version: 4.5.62
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: tracing-appender
  dependency-version: 0.2.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
...

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 Dec 22, 2025
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