Skip to content

Bump the all-cargo-deps group with 4 updates#163

Merged
github-actions[bot] merged 1 commit intomainfrom
dependabot/cargo/all-cargo-deps-4892dd3758
Dec 22, 2025
Merged

Bump the all-cargo-deps group with 4 updates#163
github-actions[bot] merged 1 commit intomainfrom
dependabot/cargo/all-cargo-deps-4892dd3758

Conversation

@dependabot
Copy link
Contributor

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

Bumps the all-cargo-deps group with 4 updates: clap_complete, serde_json, reqwest and ksni.

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 serde_json from 1.0.145 to 1.0.146

Release notes

Sourced from serde_json's releases.

v1.0.146

Commits
  • 75ad7e6 Release 1.0.146
  • bc6c827 Merge pull request #1305 from Xeonacid/patch-1
  • a09210a Set fast_arithmetic=64 for riscv64
  • 01182e5 Update actions/upload-artifact@v5 -> v6
  • 383b13a Update actions/upload-artifact@v4 -> v5
  • 04dd357 Raise required compiler to Rust 1.68
  • e047dfb Resolve manual_let_else pedantic clippy lint
  • a525d9c Raise required compiler to Rust 1.65
  • f815793 Remove rustc version badge from readme
  • 3f17d2c Update actions/checkout@v5 -> v6
  • Additional commits viewable in compare view

Updates reqwest from 0.12.26 to 0.12.28

Release notes

Sourced from reqwest's releases.

v0.12.27

tl;dr

  • Add ClientBuilder::windows_named_pipe(name) option that will force all requests over that Windows Named Pipe.

What's Changed

Full Changelog: seanmonstar/reqwest@v0.12.26...v0.12.27

Changelog

Sourced from reqwest's changelog.

v0.12.28

  • Fix compiling on Windows if TLS and SOCKS features are not enabled.

v0.12.27

  • Add ClientBuilder::windows_named_pipe(name) option that will force all requests over that Windows Named Piper.
Commits

Updates ksni from 0.3.2 to 0.3.3

Changelog

Sourced from ksni's changelog.

0.3.3 (2025-12-20)

Added

  • A new transparent builder pattern to configure spawn options, which contains:
    • TrayServiceBuilder: just a helper
    • TrayMethods::disable_dbus_name: replacement for TrayMethods::spawn_without_dbus_name e.g. tray.spawn_without_dbus_name() -> tray.disable_dbus_name(true).spawn()
  • TrayMethods::assume_sni_available: allow you to setup the tray before the desktop environment is fully initialized. Thanks to @​FrostyCoolSlug
  • Blocking version of above API
  • More documentation
  • More tests

Changed

Deprecated

  • TrayMethods::spawn_without_dbus_name
  • blocking::TrayMethods::spawn_without_dbus_name Will be removed in the next major release.
Commits
  • c76cc68 Bump version to 0.3.3, update CHANGELOG
  • 451c6dd Use a less restricted runtime for dev-deps
  • fbd278d Add missing links
  • b3b2d6b realworld.rs is a tokio example
  • ea0b31c Add examples/realworld.rs
  • 90088f1 Add ashpd::is_sandboxed to disable_dbus_name documentation
  • 169eb30 Potential fix for code scanning alert no. 1: Workflow does not contain permis...
  • 952e662 Merge pull request #31 from NyCodeGHG/push-uvqrnlltlxlv
  • 5612123 Merge branch 'master' into push-uvqrnlltlxlv
  • 9a935ed Documention
  • 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 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

Bumps the all-cargo-deps group with 4 updates: [clap_complete](https://github.com/clap-rs/clap), [serde_json](https://github.com/serde-rs/json), [reqwest](https://github.com/seanmonstar/reqwest) and [ksni](https://github.com/iovxw/ksni).


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 `serde_json` from 1.0.145 to 1.0.146
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.145...v1.0.146)

Updates `reqwest` from 0.12.26 to 0.12.28
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.12.26...v0.12.28)

Updates `ksni` from 0.3.2 to 0.3.3
- [Changelog](https://github.com/iovxw/ksni/blob/master/CHANGELOG.md)
- [Commits](iovxw/ksni@v0.3.2...v0.3.3)

---
updated-dependencies:
- dependency-name: clap_complete
  dependency-version: 4.5.62
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-cargo-deps
- dependency-name: serde_json
  dependency-version: 1.0.146
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-cargo-deps
- dependency-name: reqwest
  dependency-version: 0.12.28
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-cargo-deps
- dependency-name: ksni
  dependency-version: 0.3.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-cargo-deps
...

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
@github-actions github-actions bot merged commit f7f2947 into main Dec 22, 2025
3 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/all-cargo-deps-4892dd3758 branch December 22, 2025 23:18
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.

0 participants

Comments