Skip to content

Bump the myceliumd-private group in /myceliumd-private with 4 updates#766

Merged
LeeSmet merged 1 commit intomasterfrom
dependabot/cargo/myceliumd-private/myceliumd-private-7d5538533e
Feb 17, 2026
Merged

Bump the myceliumd-private group in /myceliumd-private with 4 updates#766
LeeSmet merged 1 commit intomasterfrom
dependabot/cargo/myceliumd-private/myceliumd-private-7d5538533e

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 16, 2026

Bumps the myceliumd-private group in /myceliumd-private with 4 updates: clap, tracing-logfmt, reqwest and toml.

Updates clap from 4.5.54 to 4.5.59

Release notes

Sourced from clap's releases.

v4.5.59

[4.5.59] - 2026-02-16

Fixes

  • Command::ignore_errors no longer masks help/version on subcommands

v4.5.58

[4.5.58] - 2026-02-11

v4.5.57

[4.5.57] - 2026-02-03

Fixes

  • Regression from 4.5.55 where having an argument with .value_terminator("--") caused problems with an argument with .last(true)

v4.5.56

[4.5.56] - 2026-01-29

Fixes

  • On conflict error, don't show conflicting arguments in the usage

v4.5.55

[4.5.55] - 2026-01-27

Fixes

  • Fix inconsistency in precedence between positionals with a value_terminator("--") and escapes (--) where ./foo -- bar means the first arg is empty, rather than escaping future args
Changelog

Sourced from clap's changelog.

[4.5.59] - 2026-02-16

Fixes

  • Command::ignore_errors no longer masks help/version on subcommands

[4.5.58] - 2026-02-11

[4.5.57] - 2026-02-03

Fixes

  • Regression from 4.5.55 where having an argument with .value_terminator("--") caused problems with an argument with .last(true)

[4.5.56] - 2026-01-29

Fixes

  • On conflict error, don't show conflicting arguments in the usage

[4.5.55] - 2026-01-27

Fixes

  • Fix inconsistency in precedence between positionals with a value_terminator("--") and escapes (--) where ./foo -- bar means the first arg is empty, rather than escaping future args
Commits
  • 0bb3ad7 chore: Release
  • 5cb5ce3 docs: Update changelog
  • 245c8ba Merge pull request #6149 from epage/wrap
  • dd17a41 fix(help): Correctly calculate wrap points with ANSI escape codes
  • 2cc4e35 test(ui): Avoid override term width
  • 93e3559 refactor(help): Clarify that we're carrying over indentation
  • b1c46e6 refactor(help): Clarify var name
  • 03b9b38 test(help): Show styled wrapping behavior
  • c9a39a5 Merge pull request #6146 from clap-rs/renovate/actions-checkout-5.x
  • 58599fb chore(deps): Update actions/checkout action to v5
  • Additional commits viewable in compare view

Updates tracing-logfmt from 0.3.5 to 0.3.7

Release notes

Sourced from tracing-logfmt's releases.

0.3.7

Fixed

  • PR#21 resolved #20 by returning 0 on unsupported platforms.

0.3.6

Added

  • PR#17 added support for span events.
  • PR#18 added support for emitting thread names (if the thread was assigned one) and/or thread ids. Note that this current implementation emits the OS assigned thread id, not the std::thread::ThreadId, unlike eg. tokio-tracing.

Changed

  • PR#19 added the lockfile to the repository, updated the lints to 1.93.0, and updated the deny configuration.
Changelog

Sourced from tracing-logfmt's changelog.

[0.3.7] - 2026-01-30

Fixed

  • PR#21 resolved #20 by returning 0 on unsupported platforms.

[0.3.6] - 2026-01-28

Added

  • PR#17 added support for span events.
  • PR#18 added support for emitting thread names (if the thread was assigned one) and/or thread ids. Note that this current implementation emits the OS assigned thread id, not the std::thread::ThreadId, unlike eg. tokio-tracing.

Changed

  • PR#19 added the lockfile to the repository, updated the lints to 1.93.0, and updated the deny configuration.
Commits

Updates reqwest from 0.13.1 to 0.13.2

Changelog

Sourced from reqwest's changelog.

v0.13.2

  • Fix HTTP/2 and native-tls ALPN feature combinations.
  • Fix HTTP/3 to send h3 ALPN.
  • (wasm) fix RequestBuilder::json() from override previously set content-type.
Commits

Updates toml from 0.9.11+spec-1.1.0 to 1.0.2+spec-1.1.0

Commits
  • 500b269 chore: Release
  • daeba3e docs: Update changelog
  • 0f40c40 fix(parser): Report errors for -_1 (#1104)
  • 447b05c fix(parser): Report errors for -_1
  • 5a7b742 fix(parser): Improve error location for digit sep after prefix
  • 5c978e5 refactor(parser): Improve consistency in error calcs
  • 8a3c0b0 fix(parser): Be consistent about digit sep error
  • 3e63bc4 test(parser): Check different digit separator cases
  • 767747f chore: Release
  • c68aa87 fix(parser): Plug another whole in synthetic events (#1102)
  • 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 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

Bumps the myceliumd-private group in /myceliumd-private with 4 updates: [clap](https://github.com/clap-rs/clap), [tracing-logfmt](https://github.com/EmbarkStudios/tracing-logfmt), [reqwest](https://github.com/seanmonstar/reqwest) and [toml](https://github.com/toml-rs/toml).


Updates `clap` from 4.5.54 to 4.5.59
- [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.54...clap_complete-v4.5.59)

Updates `tracing-logfmt` from 0.3.5 to 0.3.7
- [Release notes](https://github.com/EmbarkStudios/tracing-logfmt/releases)
- [Changelog](https://github.com/EmbarkStudios/tracing-logfmt/blob/main/CHANGELOG.md)
- [Commits](EmbarkStudios/tracing-logfmt@0.3.5...0.3.7)

Updates `reqwest` from 0.13.1 to 0.13.2
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.13.1...v0.13.2)

Updates `toml` from 0.9.11+spec-1.1.0 to 1.0.2+spec-1.1.0
- [Commits](toml-rs/toml@toml-v0.9.11...toml-v1.0.2)

---
updated-dependencies:
- dependency-name: clap
  dependency-version: 4.5.59
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: myceliumd-private
- dependency-name: tracing-logfmt
  dependency-version: 0.3.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: myceliumd-private
- dependency-name: reqwest
  dependency-version: 0.13.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: myceliumd-private
- dependency-name: toml
  dependency-version: 1.0.2+spec-1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: myceliumd-private
...

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 Feb 16, 2026
@dependabot dependabot bot requested a review from LeeSmet as a code owner February 16, 2026 23:14
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Feb 16, 2026
@LeeSmet LeeSmet merged commit 5d6ed80 into master Feb 17, 2026
17 checks passed
@LeeSmet LeeSmet deleted the dependabot/cargo/myceliumd-private/myceliumd-private-7d5538533e branch February 17, 2026 10:51
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