Skip to content

chore(deps): bump the all-rust-deps group across 1 directory with 28 updates - #19

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/all-rust-deps-7f1b1afcb0
Open

chore(deps): bump the all-rust-deps group across 1 directory with 28 updates#19
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/all-rust-deps-7f1b1afcb0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 1, 2026

Copy link
Copy Markdown
Contributor

Bumps the all-rust-deps group with 28 updates in the / directory:

Package From To
flate2 1.1.9 1.1.10
tikv-jemallocator 0.6.1 0.7.0
rand 0.9.5 0.10.2
base64 0.23.0 0.23.1
thiserror 2.0.19 2.0.20
rio-vt 0.5.3 0.5.26
clap 4.6.4 4.6.6
clap_complete 4.6.8 4.6.9
futures 0.3.33 0.3.34
indexmap 2.14.0 2.14.1
async-trait 0.1.91 0.1.92
serde-saphyr 0.0.29 1.1.0
hotpath 0.22.0 0.24.0
uuid 1.24.0 1.26.0
ignore 0.4.31 0.4.33
syn 3.0.3 3.0.4
webbrowser 1.2.2 1.2.4
tiktoken 3.5.1 4.1.2
log 0.4.33 0.4.34
rmcp 3.0.0 3.1.4
dbus-secret-service-keyring-store 1.0.0 1.0.1
apple-native-keyring-store 1.0.1 1.0.2
lru 0.18.1 0.18.3
tree-sitter 0.26.11 0.26.13
rusqlite 0.39.0 0.40.2
jsonschema 0.49.2 0.52.0
which 8.0.5 8.0.6
line-clipping 0.3.7 0.3.8

Updates flate2 from 1.1.9 to 1.1.10

Release notes

Sourced from flate2's releases.

1.1.10

What's Changed

New Contributors

Full Changelog: rust-lang/flate2-rs@1.1.9...1.1.10

Commits
  • ed93d4f Merge pull request #558 from rust-lang/lib-doc-update
  • fb5228d Merge pull request #559 from bushrat011899/no_std
  • 6ed3ba3 Add executable no_std example
  • faed8a0 Expand CI to test no_std compatibility and correctness
  • 2ba8e7e Add unstable no_std support behind flate2_unstable_nightly_alloc_io
  • 3fe1126 Centralize usage of std for error and io
  • 98e313a Add GzHeader::mtime_as_duration
  • 0642965 Switch to core implicit prelude and only use std where required
  • 454a63c Remove left-over dbg! statement
  • 2a490b7 Add runtime_detection feature
  • Additional commits viewable in compare view

Updates tikv-jemallocator from 0.6.1 to 0.7.0

Release notes

Sourced from tikv-jemallocator's releases.

0.7.0

  • Reverse order of MAKEFLAGS priority (#152)
  • Define ALIGNOF_MAX_ALIGN_T for riscv32 (#153)
  • Remove build directory once build of jemalloc-sys finishes (#119)
  • Fix cross-compile for tier-3 riscv64a23 target (#141)
  • sys: support *-windows-gnullvm targets (#150)
  • Propagate LDFLAGS, if present (#155)
  • jemalloc-ctl: fix invalid update implementation
  • add new free ffi
  • Update jemalloc to 5.3.1 (#161)
  • Add profiling_libunwind feature (#159)
  • passthrough cc env/args using native cc features (#158)
Changelog

Sourced from tikv-jemallocator's changelog.

0.7.0 - 2026-05-25

  • Reverse order of MAKEFLAGS priority (#152)
  • Define ALIGNOF_MAX_ALIGN_T for riscv32 (#153)
  • Remove build directory once build of jemalloc-sys finishes (#119)
  • Fix cross-compile for tier-3 riscv64a23 target (#141)
  • sys: support *-windows-gnullvm targets (#150)
  • Propagate LDFLAGS, if present (#155)
  • jemalloc-ctl: fix invalid update implementation
  • add new free ffi
  • Update jemalloc to 5.3.1 (#161)
  • Add profiling_libunwind feature (#159)
  • passthrough cc env/args using native cc features (#158)
Commits

Updates rand from 0.9.5 to 0.10.2

Changelog

Sourced from rand's changelog.

[0.10.2] — 2026-07-02

Fixes

  • Fix possible memory safety violation due to deserialization of UniformChar from bad source (#1790)

Changes

  • Document required output order of fn partial_shuffle and apply #[must_use] (#1769)
  • Avoid usage of unsafe in contexts where non-local memory corruption could invalidate contract (#1791)

#1769: rust-random/rand#1769 #1790: rust-random/rand#1790 #1791: rust-random/rand#1791

[0.10.1] — 2026-02-11

This release includes a fix for a soundness bug; see #1763.

Changes

  • Document panic behavior of make_rng and add #[track_caller] (#1761)
  • Deprecate feature log (#1763)

#1761: rust-random/rand#1761 #1763: rust-random/rand#1763

[0.10.0] - 2026-02-08

Changes

  • The dependency on rand_chacha has been replaced with a dependency on chacha20. This changes the implementation behind StdRng, but the output remains the same. There may be some API breakage when using the ChaCha-types directly as these are now the ones in chacha20 instead of rand_chacha (#1642).
  • Rename fns IndexedRandom::choose_multiple -> sample, choose_multiple_array -> sample_array, choose_multiple_weighted -> sample_weighted, struct SliceChooseIter -> IndexedSamples and fns IteratorRandom::choose_multiple -> sample, choose_multiple_fill -> sample_fill (#1632)
  • Use Edition 2024 and MSRV 1.85 (#1653)
  • Let Fill be implemented for element types, not sliceable types (#1652)
  • Fix OsError::raw_os_error on UEFI targets by returning Option<usize> (#1665)
  • Replace fn TryRngCore::read_adapter(..) -> RngReadAdapter with simpler struct RngReader (#1669)
  • Remove fns SeedableRng::from_os_rng, try_from_os_rng (#1674)
  • Remove Clone support for StdRng, ReseedingRng (#1677)
  • Use postcard instead of bincode to test the serde feature (#1693)
  • Avoid excessive allocation in IteratorRandom::sample when amount is much larger than iterator size (#1695)
  • Rename os_rng -> sys_rng, OsRng -> SysRng, OsError -> SysError (#1697)
  • Rename Rng -> RngExt as upstream rand_core has renamed RngCore -> Rng (#1717)

Additions

  • Add fns IndexedRandom::choose_iter, choose_weighted_iter (#1632)
  • Pub export Xoshiro128PlusPlus, Xoshiro256PlusPlus prngs (#1649)
  • Pub export ChaCha8Rng, ChaCha12Rng, ChaCha20Rng behind chacha feature (#1659)
  • Fn rand::make_rng() -> R where R: SeedableRng (#1734)

Removals

  • Removed ReseedingRng (#1722)
  • Removed unused feature "nightly" (#1732)
  • Removed feature small_rng (#1732)

... (truncated)

Commits

Updates base64 from 0.23.0 to 0.23.1

Changelog

Sourced from base64's changelog.

0.23.1

  • Make the tests build again on non-SIMD architectures
Commits

Updates thiserror from 2.0.19 to 2.0.20

Release notes

Sourced from thiserror's releases.

2.0.20

  • Suppress redundant_field_names clippy lint in generated code (#454)
Commits

Updates rio-vt from 0.5.3 to 0.5.26

Release notes

Sourced from rio-vt's releases.

v0.5.26

Full Changelog: https://rioterm.com/changelog

v0.5.25

Full Changelog: https://rioterm.com/changelog

v0.5.24

Full Changelog: https://rioterm.com/changelog

v0.5.23

No release notes provided.

v0.5.22

No release notes provided.

v0.5.21

No release notes provided.

v0.5.20

Full Changelog: https://rioterm.com/changelog

v0.5.19

Full Changelog: https://rioterm.com/changelog

v0.5.18

No release notes provided.

v0.5.16

Full Changelog: https://rioterm.com/changelog

v0.5.15

Full Changelog: https://rioterm.com/changelog

v0.5.14

No release notes provided.

v0.5.13

Full Changelog: https://rioterm.com/changelog

v0.5.12

Full Changelog: https://rioterm.com/changelog

v0.5.11

Full Changelog: https://rioterm.com/changelog

v0.5.10

Full Changelog: https://rioterm.com/changelog

v0.5.9

Full Changelog: https://rioterm.com/changelog

... (truncated)

Commits

Updates clap from 4.6.4 to 4.6.6

Release notes

Sourced from clap's releases.

v4.6.6

[4.6.6] - 2026-08-06

Features

  • Add Command::get_overridden_usage

v4.6.5

[4.6.5] - 2026-07-31

Fixes

  • (help) Correctly mark which value_names are optional with num_args
Changelog

Sourced from clap's changelog.

[4.6.6] - 2026-08-06

Features

  • Add Command::get_overridden_usage

[4.6.5] - 2026-07-31

Fixes

  • (help) Correctly mark which value_names are optional with num_args
Commits
  • 348cff3 chore: Release
  • d478377 docs: Update changelog
  • 04b9fbb Merge pull request #6414 from koopatroopa787/fix-bash-completion-bracket-glob
  • 7075239 Merge pull request #6422 from BaumiCoder/fix-fish-indentations
  • f90a966 fix(complete): Use spaces for indentation in fish
  • dd4997b fix(complete): Don't glob-expand bash positionals
  • 8387c81 Merge pull request #6399 from clap-rs/renovate/crate-ci-typos-1.x
  • 8141e11 chore(deps): Update compatible (dev) (#6398)
  • 8a6bd4e chore(deps): Update pre-commit hook crate-ci/typos to v1.47.0
  • 71a7213 chore(deps): Update Rust Stable to v1.96 (#6396)
  • Additional commits viewable in compare view

Updates clap_complete from 4.6.8 to 4.6.9

Commits
  • 715b812 chore: Release
  • 89e6e9b docs: Update changelog
  • 3918cb4 Merge pull request #6468 from sjh9714/fix-bash-posix-fn-name
  • 526c819 Merge pull request #6469 from latent-9/docs/fix-derive-reference-link
  • b2bd685 docs(clap_derive): Fix derive reference link
  • ecee8a4 fix(complete): Name the function after fn_name
  • 6dd2e5a test(complete): Show POSIX bash will not source
  • 4684d7a chore: Release
  • 51d50ad docs: Update changelog
  • 3bc3622 Merge pull request #6457 from bl4ck4t/master
  • Additional commits viewable in compare view

Updates futures from 0.3.33 to 0.3.34

Release notes

Sourced from futures's releases.

0.3.34

  • Preserve cloned waker identity. (#3032)
  • Updato syn to 3. (#3028)
Changelog

Sourced from futures's changelog.

0.3.34 - 2026-08-11

  • Preserve cloned waker identity. (#3032)
  • Updato syn to 3. (#3028)
Commits

Updates indexmap from 2.14.0 to 2.14.1

Changelog

Sourced from indexmap's changelog.

2.14.1 (2026-08-28)

  • Simplify comparisons where Equivalent isn't needed (Q = K).
  • Unify index assertions for bounds checks.
  • Fix (or expect) clippy lints.
Commits
  • fdf7e17 Merge pull request #449 from cuviper/release-2.14.1
  • ada540e Release 2.14.1
  • af93b43 expect clippy::redundant_slicing in tests
  • c95da18 fix clippy::derivable_impls
  • 2196365 fix clippy::useless_vec (and more) in tests
  • 1c2be7b use inherent usize::MAX
  • 64f4a06 fix clippy::int_plus_one
  • 41760c5 fix clippy::map_entry
  • be7ffd0 expect clippy::unnecessary_get_then_check in benches
  • bb35663 expect clippy::reversed_empty_ranges in tests
  • Additional commits viewable in compare view

Updates async-trait from 0.1.91 to 0.1.92

Release notes

Sourced from async-trait's releases.

0.1.92

  • Resolve double_must_use clippy lint in generated code (#303)
Commits

Updates serde-saphyr from 0.0.29 to 1.1.0

Release notes

Sourced from serde-saphyr's releases.

1.1.0 Maintenance release

Added

  • Added granit-parser resource limits to Budget (#172):

    • max_buffered_comment_events (default: 32)
    • simple_key_max_lookahead (default: 1,024 characters)
    • flow_nesting_limit (default: 255)

    The limits are applied to parsers created for strings, readers, standalone budget checks, and included YAML sources. When the serde_derived_types feature is enabled, deserializing an older Budget representation that omits these fields uses the documented defaults.

Fixes

  • Fixed enums tags for struct variants (#177)
  • Improved error message wording (#178)

1.0.1 maintenance release

  • Fix #170 regression on local type tags
  • By fixing granit-parser (use its release 1.0.1), explicitly fix #169 (large scalar deserialization performance regression)

This release is fully API compatible with 1.0.0 and must be a drop-in replacement.

1.0.0 - first real release

From this release onward, we are adopting the 1.x.x semantic versioning (SemVer) scheme. This means that API changes will be clearly reflected in the version number: the major version indicates breaking changes, the minor version indicates backward-compatible additions, and the patch version indicates backward-compatible fixes. The current compatibility status is indicated by the accompanying badge.

This release adds some #[track_caller] and #[must_use] annotations where looks reasonable. There are not many other changes that is exactly the point: the crate seems serving community well enough.

1.0.0-rc.1 release preview

From this release onward, we are adopting the 1.x.x semantic versioning (SemVer) scheme. This means that API changes will be clearly reflected in the version number: the major version indicates breaking changes, the minor version indicates backward-compatible additions, and the patch version indicates backward-compatible fixes. The current compatibility status is indicated by the accompanying badge.

Some breaking changes were made at this point because this is the last good time to streamline the API. Please raise any issues you find with the API changes, or if you would like to propose something. The goal of the release preview is exactly not to go 2.x.x next week after release.

  • Options, SerializerOptions, Budget, and AliasLimits are now #[non_exhaustive]. Construct them with options!, ser_options!, budget!, and alias_limits!.
  • Removed the deprecated to_writer and to_writer_with_options APIs. Use to_fmt_writer* for fmt::Write or to_io_writer* for io::Write.
  • API compatibility check no guards compatibility with 1.0.0

Also

  • Fix core tag enforcement. In the previous version, !!str 42 is accepted as i32(42), and !!int true is accepted as bool(true). Core tag handling is now hardened, and such constructs no longer pass.
  • Fix: budget callbacks were sometimes not delivered on immediate breaches
Changelog

Sourced from serde-saphyr's changelog.

1.1.0 Maintenance release

Added

  • Added granit-parser resource limits to Budget (#172):

    • max_buffered_comment_events (default: 32)
    • simple_key_max_lookahead (default: 1,024 characters)
    • flow_nesting_limit (default: 255)

    The limits are applied to parsers created for strings, readers, standalone budget checks, and included YAML sources. When the serde_derived_types feature is enabled, deserializing an older Budget representation that omits these fields uses the documented defaults.

Fixes

  • Fixed enums tags for struct variants (#177).
  • Improved error message wording (#178).
Commits

Updates hotpath from 0.22.0 to 0.24.0

Release notes

Sourced from hotpath's releases.

v0.24.0

Changelog: https://github.com/pawurb/hotpath-rs/blob/main/CHANGELOG.md#0240---2026-08-22

v0.23.3

Changelog: https://github.com/pawurb/hotpath-rs/blob/main/CHANGELOG.md#0233---2026-08-15

v0.23.2

Changelog: https://github.com/pawurb/hotpath-rs/blob/main/CHANGELOG.md#0232---2026-08-11

v0.23.1

Changelog: https://github.com/pawurb/hotpath-rs/blob/main/CHANGELOG.md#0231---2026-08-06

v0.23.0

Changelog: https://github.com/pawurb/hotpath-rs/blob/main/CHANGELOG.md#0230---2026-08-02

Changelog

Sourced from hotpath's changelog.

[0.24.0] - 2026-08-22

🚀 Features

  • Add axum endpoints tracing

  • Add metrics auth

  • Track axum endpoint source

🐛 Bug Fixes

  • Limit unbounded metrics growth

  • Compute channel rates against correct elapsed time

⚙️ Miscellaneous Tasks

  • Release 0.24.0

[0.23.3] - 2026-08-15

🚀 Features

  • Add opencode init CLI

  • Support ureq http tracing

⚙️ Miscellaneous Tasks

  • Release 0.23.3

[0.23.2] - 2026-08-11

🐛 Bug Fixes

  • Register short lived threads

⚙️ Miscellaneous Tasks

  • Release 0.23.2

[0.23.1] - 2026-08-06

... (truncated)

Commits

Updates uuid from 1.24.0 to 1.26.0

Release notes

Sourced from uuid's releases.

v1.26.0

What's Changed

Full Changelog: uuid-rs/uuid@1.25.0...v1.26.0

1.25.0

What's Changed

New Contributors

Full Changelog: uuid-rs/uuid@v1.24.1...1.25.0

v1.24.1

What's Changed

New Contributors

Full Changelog: uuid-rs/uuid@v1.24.0...v1.24.1

Commits
  • cdc96a8 Merge pull request #905 from uuid-rs/cargo/v1.26.0
  • 34e4f49 don't test macros under miri
  • d9e7242 update nightly used for miri
  • ec16819 prepare for 1.26.0 release
  • 162cd20 Merge pull request #904 from ChrisJr404/v7-additional-precision-bits
  • 97eceff Add ContextV7::with_additional_precision_bits for microsecond clocks
  • 302e0bf Merge pull request #903 from uuid-rs/cargo/1.25.0
  • b7ccde8 prepare for 1.25.0 release
  • c62dffb Merge pull request #902 from ChrisJr404/serde-bytes-module
  • 8c198b2 Add a serde::bytes module that encodes as a byte string
  • Additional commits viewable in compare view

Updates ignore from 0.4.31 to 0.4.33

Commits
  • 3fce3b5 ignore-0.4.33
  • 5055264 globset-0.4.20
  • 020687a ignore,globset: increase pool capacity
  • 5ed408e ignore-0.4.32
  • 435f59f ignore: skip loading unreachable ignore files
  • f9c05a9 index: remove incorrect README
  • 8372866 index: add some initial indexing scaffolding
  • d99ac34 core: add index module
  • 2ed0c00 flags: disable many flags when indexing is enabled
  • See full diff in compare view

Updates syn from 3.0.3 to 3.0.4

Release notes

Sourced from syn's releases.

3.0.4

  • Allow safe fn in impl Parse for ForeignItemFn (#2078)
Commits
  • b5d62a6 Release 3.0.4
  • abf019c Merge pull request #2078 from dtolnay/foreginitemfn
  • d454333 Allow safe fn in impl Parse for ForeignItemFn
  • 8011b1c Update test suite to nightly-2026-08-18
  • 56a8d83 Raise rayon thread size for tests
  • f2c5c50 Ignore assert_is_empty pedantic clippy lint
  • 0eba76d Update test suite to nightly-2026-08-05
  • baaebce Update test suite to nightly-2026-07-25
  • b886a38 Update test suite to nightly-2026-07-24
  • 3c41416 Update test suite to nightly-2026-07-23
  • See full diff in compare view

Updates webbrowser from 1.2.2 to 1.2.4

Release notes

Sourced from webbrowser's releases.

v1.2.4

Fixed

  • Unix: Avoid redundant url addition to BROWSER env based command. See #120
  • Unix: Fix the sequence in which BROWSER fields are substituted. See #121

v1.2.3

Fixed

  • Windows: Fix UNC paths where host names are involved. See #116
Changelog

Sourced from webbrowser's changelog.

[1.2.4] - 2026-08-04

Fixed

  • Unix: Avoid redundant url addition to BROWSER env based command. See #120
  • Unix: Fix the sequence in which BROWSER fields are substituted. See #121

[1.2.3] - 2026-08-03

Fixed

  • Windows: Fix UNC paths where host names are involved. See #116
Commits
  • 13fdff3 Release v1.2.4 [skip ci]
  • 40ac0f7 unix: fix BROWSER % field expansion logic
  • 1906cd3 unix: avoid redundant url append in BROWSER command. Fixes #120
  • dc5a476 Release v1.2.3 [skip ci]
  • 9f647a3 Merge branch 'fix/116'. See issue #116 and PR #118
  • 530a691 windows: fix UNC paths
  • ...

    Description has been truncated

…updates

Bumps the all-rust-deps group with 28 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [flate2](https://github.com/rust-lang/flate2-rs) | `1.1.9` | `1.1.10` |
| [tikv-jemallocator](https://github.com/tikv/jemallocator) | `0.6.1` | `0.7.0` |
| [rand](https://github.com/rust-random/rand) | `0.9.5` | `0.10.2` |
| [base64](https://github.com/marshallpierce/rust-base64) | `0.23.0` | `0.23.1` |
| [thiserror](https://github.com/dtolnay/thiserror) | `2.0.19` | `2.0.20` |
| [rio-vt](https://github.com/raphamorim/rio) | `0.5.3` | `0.5.26` |
| [clap](https://github.com/clap-rs/clap) | `4.6.4` | `4.6.6` |
| [clap_complete](https://github.com/clap-rs/clap) | `4.6.8` | `4.6.9` |
| [futures](https://github.com/rust-lang/futures-rs) | `0.3.33` | `0.3.34` |
| [indexmap](https://github.com/indexmap-rs/indexmap) | `2.14.0` | `2.14.1` |
| [async-trait](https://github.com/dtolnay/async-trait) | `0.1.91` | `0.1.92` |
| [serde-saphyr](https://github.com/bourumir-wyngs/serde-saphyr) | `0.0.29` | `1.1.0` |
| [hotpath](https://github.com/pawurb/hotpath-rs) | `0.22.0` | `0.24.0` |
| [uuid](https://github.com/uuid-rs/uuid) | `1.24.0` | `1.26.0` |
| [ignore](https://github.com/BurntSushi/ripgrep) | `0.4.31` | `0.4.33` |
| [syn](https://github.com/dtolnay/syn) | `3.0.3` | `3.0.4` |
| [webbrowser](https://github.com/amodm/webbrowser-rs) | `1.2.2` | `1.2.4` |
| [tiktoken](https://github.com/goliajp/rust-tiktoken) | `3.5.1` | `4.1.2` |
| [log](https://github.com/rust-lang/log) | `0.4.33` | `0.4.34` |
| [rmcp](https://github.com/modelcontextprotocol/rust-sdk) | `3.0.0` | `3.1.4` |
| [dbus-secret-service-keyring-store](https://github.com/open-source-cooperative/dbus-secret-service-keyring-store) | `1.0.0` | `1.0.1` |
| [apple-native-keyring-store](https://github.com/open-source-cooperative/apple-native-keyring-store) | `1.0.1` | `1.0.2` |
| [lru](https://github.com/jeromefroe/lru-rs) | `0.18.1` | `0.18.3` |
| [tree-sitter](https://github.com/tree-sitter/tree-sitter) | `0.26.11` | `0.26.13` |
| [rusqlite](https://github.com/rusqlite/rusqlite) | `0.39.0` | `0.40.2` |
| [jsonschema](https://github.com/Stranger6667/jsonschema) | `0.49.2` | `0.52.0` |
| [which](https://github.com/harryfei/which-rs) | `8.0.5` | `8.0.6` |
| [line-clipping](https://github.com/ratatui/line-clipping) | `0.3.7` | `0.3.8` |



Updates `flate2` from 1.1.9 to 1.1.10
- [Release notes](https://github.com/rust-lang/flate2-rs/releases)
- [Commits](rust-lang/flate2-rs@1.1.9...1.1.10)

Updates `tikv-jemallocator` from 0.6.1 to 0.7.0
- [Release notes](https://github.com/tikv/jemallocator/releases)
- [Changelog](https://github.com/tikv/jemallocator/blob/main/CHANGELOG.md)
- [Commits](tikv/jemallocator@0.6.1...0.7.0)

Updates `rand` from 0.9.5 to 0.10.2
- [Release notes](https://github.com/rust-random/rand/releases)
- [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md)
- [Commits](rust-random/rand@0.9.5...0.10.2)

Updates `base64` from 0.23.0 to 0.23.1
- [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md)
- [Commits](marshallpierce/rust-base64@v0.23.0...v0.23.1)

Updates `thiserror` from 2.0.19 to 2.0.20
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@2.0.19...2.0.20)

Updates `rio-vt` from 0.5.3 to 0.5.26
- [Release notes](https://github.com/raphamorim/rio/releases)
- [Commits](raphamorim/rio@v0.5.3...v0.5.26)

Updates `clap` from 4.6.4 to 4.6.6
- [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.6.4...clap_complete-v4.6.6)

Updates `clap_complete` from 4.6.8 to 4.6.9
- [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.6.8...clap_complete-v4.6.9)

Updates `futures` from 0.3.33 to 0.3.34
- [Release notes](https://github.com/rust-lang/futures-rs/releases)
- [Changelog](https://github.com/rust-lang/futures-rs/blob/main/CHANGELOG.md)
- [Commits](rust-lang/futures-rs@0.3.33...0.3.34)

Updates `indexmap` from 2.14.0 to 2.14.1
- [Changelog](https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md)
- [Commits](indexmap-rs/indexmap@2.14.0...2.14.1)

Updates `async-trait` from 0.1.91 to 0.1.92
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](dtolnay/async-trait@0.1.91...0.1.92)

Updates `serde-saphyr` from 0.0.29 to 1.1.0
- [Release notes](https://github.com/bourumir-wyngs/serde-saphyr/releases)
- [Changelog](https://github.com/bourumir-wyngs/serde-saphyr/blob/master/CHANGELOG.md)
- [Commits](bourumir-wyngs/serde-saphyr@0.0.29...1.1.0)

Updates `hotpath` from 0.22.0 to 0.24.0
- [Release notes](https://github.com/pawurb/hotpath-rs/releases)
- [Changelog](https://github.com/pawurb/hotpath-rs/blob/main/CHANGELOG.md)
- [Commits](pawurb/hotpath-rs@v0.22.0...v0.24.0)

Updates `uuid` from 1.24.0 to 1.26.0
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@v1.24.0...v1.26.0)

Updates `ignore` from 0.4.31 to 0.4.33
- [Release notes](https://github.com/BurntSushi/ripgrep/releases)
- [Changelog](https://github.com/BurntSushi/ripgrep/blob/master/CHANGELOG.md)
- [Commits](BurntSushi/ripgrep@ignore-0.4.31...ignore-0.4.33)

Updates `syn` from 3.0.3 to 3.0.4
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](dtolnay/syn@3.0.3...3.0.4)

Updates `webbrowser` from 1.2.2 to 1.2.4
- [Release notes](https://github.com/amodm/webbrowser-rs/releases)
- [Changelog](https://github.com/amodm/webbrowser-rs/blob/main/CHANGELOG.md)
- [Commits](amodm/webbrowser-rs@v1.2.2...v1.2.4)

Updates `tiktoken` from 3.5.1 to 4.1.2
- [Release notes](https://github.com/goliajp/rust-tiktoken/releases)
- [Commits](goliajp/rust-tiktoken@tiktoken-wasm-v3.5.1...tiktoken-wasm-v4.1.2)

Updates `log` from 0.4.33 to 0.4.34
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](rust-lang/log@0.4.33...0.4.34)

Updates `rmcp` from 3.0.0 to 3.1.4
- [Release notes](https://github.com/modelcontextprotocol/rust-sdk/releases)
- [Changelog](https://github.com/modelcontextprotocol/rust-sdk/blob/main/release-plz.toml)
- [Commits](modelcontextprotocol/rust-sdk@rmcp-v3.0.0...rmcp-v3.1.4)

Updates `dbus-secret-service-keyring-store` from 1.0.0 to 1.0.1
- [Release notes](https://github.com/open-source-cooperative/dbus-secret-service-keyring-store/releases)
- [Commits](open-source-cooperative/dbus-secret-service-keyring-store@v1.0.0...v1.0.1)

Updates `apple-native-keyring-store` from 1.0.1 to 1.0.2
- [Release notes](https://github.com/open-source-cooperative/apple-native-keyring-store/releases)
- [Commits](open-source-cooperative/apple-native-keyring-store@v1.0.1...v1.0.2)

Updates `lru` from 0.18.1 to 0.18.3
- [Changelog](https://github.com/jeromefroe/lru-rs/blob/master/CHANGELOG.md)
- [Commits](jeromefroe/lru-rs@0.18.1...0.18.3)

Updates `tree-sitter` from 0.26.11 to 0.26.13
- [Release notes](https://github.com/tree-sitter/tree-sitter/releases)
- [Commits](tree-sitter/tree-sitter@v0.26.11...v0.26.13)

Updates `rusqlite` from 0.39.0 to 0.40.2
- [Release notes](https://github.com/rusqlite/rusqlite/releases)
- [Changelog](https://github.com/rusqlite/rusqlite/blob/master/Changelog.md)
- [Commits](rusqlite/rusqlite@v0.39.0...v0.40.2)

Updates `jsonschema` from 0.49.2 to 0.52.0
- [Release notes](https://github.com/Stranger6667/jsonschema/releases)
- [Changelog](https://github.com/Stranger6667/jsonschema/blob/master/CHANGELOG.md)
- [Commits](Stranger6667/jsonschema@cli-v0.49.2...cli-v0.52.0)

Updates `which` from 8.0.5 to 8.0.6
- [Release notes](https://github.com/harryfei/which-rs/releases)
- [Changelog](https://github.com/harryfei/which-rs/blob/master/CHANGELOG.md)
- [Commits](harryfei/which-rs@8.0.5...8.0.6)

Updates `line-clipping` from 0.3.7 to 0.3.8
- [Release notes](https://github.com/ratatui/line-clipping/releases)
- [Changelog](https://github.com/ratatui/line-clipping/blob/main/CHANGELOG.md)
- [Commits](ratatui/line-clipping@v0.3.7...v0.3.8)

---
updated-dependencies:
- dependency-name: flate2
  dependency-version: 1.1.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-rust-deps
- dependency-name: tikv-jemallocator
  dependency-version: 0.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-rust-deps
- dependency-name: rand
  dependency-version: 0.10.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-rust-deps
- dependency-name: base64
  dependency-version: 0.23.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-rust-deps
- dependency-name: thiserror
  dependency-version: 2.0.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-rust-deps
- dependency-name: rio-vt
  dependency-version: 0.5.26
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-rust-deps
- dependency-name: clap
  dependency-version: 4.6.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-rust-deps
- dependency-name: clap_complete
  dependency-version: 4.6.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-rust-deps
- dependency-name: futures
  dependency-version: 0.3.34
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-rust-deps
- dependency-name: indexmap
  dependency-version: 2.14.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-rust-deps
- dependency-name: async-trait
  dependency-version: 0.1.92
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-rust-deps
- dependency-name: serde-saphyr
  dependency-version: 1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-rust-deps
- dependency-name: hotpath
  dependency-version: 0.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-rust-deps
- dependency-name: uuid
  dependency-version: 1.26.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-rust-deps
- dependency-name: ignore
  dependency-version: 0.4.33
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-rust-deps
- dependency-name: syn
  dependency-version: 3.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-rust-deps
- dependency-name: webbrowser
  dependency-version: 1.2.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-rust-deps
- dependency-name: tiktoken
  dependency-version: 4.1.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-rust-deps
- dependency-name: log
  dependency-version: 0.4.34
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-rust-deps
- dependency-name: rmcp
  dependency-version: 3.1.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-rust-deps
- dependency-name: dbus-secret-service-keyring-store
  dependency-version: 1.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-rust-deps
- dependency-name: apple-native-keyring-store
  dependency-version: 1.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-rust-deps
- dependency-name: lru
  dependency-version: 0.18.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-rust-deps
- dependency-name: tree-sitter
  dependency-version: 0.26.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-rust-deps
- dependency-name: rusqlite
  dependency-version: 0.40.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-rust-deps
- dependency-name: jsonschema
  dependency-version: 0.52.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-rust-deps
- dependency-name: which
  dependency-version: 8.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-rust-deps
- dependency-name: line-clipping
  dependency-version: 0.3.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-rust-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 Sep 1, 2026
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