Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jan 6, 2026

Bumps the cargo group with 8 updates in the / directory:

Package From To
clap_complete 4.5.62 4.5.64
crosstermion 0.14.0 0.15.0
tracing-forest 0.1.6 0.2.0
tracing 0.1.43 0.1.44
syn 2.0.111 2.0.112
insta 1.45.0 1.45.1
iri-string 0.7.9 0.7.10
rustls-native-certs 0.8.2 0.8.3

Updates clap_complete from 4.5.62 to 4.5.64

Commits
  • e115243 chore: Release
  • d4c34fa docs: Update changelog
  • ab4f438 Merge pull request #6203 from jpgrayson/fix/zsh-space-after-dir-completions
  • 5571b83 fix(complete): Trailing space after zsh directory completions
  • 06a2311 chore: Release
  • bed131f docs: Update changelog
  • a61c53e Merge pull request #6202 from iepathos/6201-symlink-path-completions
  • c3b4405 fix(complete): Follow symlinks in path completion
  • a794395 test(complete): Add symlink path completion tests
  • See full diff in compare view

Updates crosstermion from 0.14.0 to 0.15.0

Release notes

Sourced from crosstermion's releases.

crosstermion v0.15.0

New Features (BREAKING)

  • replace ansiterm with nu-ansi-term nu-ansi-term is more popular and maintained

Commit Statistics

  • 5 commits contributed to the release over the course of 634 calendar days.
  • 670 days passed between releases.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Thanks Clippy

Clippy helped 1 time to make code idiomatic.

Commit Details

  • Uncategorized
    • Merge pull request #10 from jbicha/nu-ansi-term (8ca3331)
    • Thanks clippy (aae463b)
    • Replace ansiterm with nu-ansi-term (02acee6)
    • Release tui-react v0.23.2 (08154f9)
    • Release tui-react v0.23.1 (57f7b9e)
Commits
  • 34809db Release tui-react v0.23.3, crosstermion v0.15.0
  • 8ca3331 Merge pull request #10 from jbicha/nu-ansi-term
  • aae463b thanks clippy
  • 02acee6 feat!: replace ansiterm with nu-ansi-term
  • 7df0aa5 Merge pull request #8 from 20jasper/patch-1
  • defe88a Fix typos in README
  • 08154f9 Release tui-react v0.23.2
  • 71c7581 fix: fix the fix which had unexpected side-effect.
  • 57f7b9e Release tui-react v0.23.1
  • 6d5e140 fix: prevent potential overflow during height computation
  • See full diff in compare view

Updates tracing-forest from 0.1.6 to 0.2.0

Commits

Updates tracing from 0.1.43 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

Commits

Updates syn from 2.0.111 to 2.0.112

Release notes

Sourced from syn's releases.

2.0.112

Commits
  • f8f2a42 Release 2.0.112
  • ca22ce0 Merge pull request #1951 from VictorArcium/vt/fix-lit-byte
  • 0c4bea1 Fix LitByte::new().
  • 7e38d5d Disable test_parse_buffer.test_unwind_safe under Miri
  • f987b14 Update actions/upload-artifact@v5 -> v6
  • 4642a17 Update actions/upload-artifact@v4 -> v5
  • 1f92a93 Merge pull request #1949 from heiher/issue-1948
  • 2cc3385 tests: Use smallvec and thin_vec from rustc_data_structures
  • 53a460f Update test suite to nightly-2025-12-15
  • 77e56b5 Add rust-version metadata
  • Additional commits viewable in compare view

Updates insta from 1.45.0 to 1.45.1

Release notes

Sourced from insta's releases.

1.45.1

Release Notes

  • Fix backward compatibility with TOML format produced by insta < 1.45.0. #849 (@​chitoku-k)

Install cargo-insta 1.45.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/mitsuhiko/insta/releases/download/1.45.1/cargo-insta-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/mitsuhiko/insta/releases/download/1.45.1/cargo-insta-installer.ps1 | iex"

Download cargo-insta 1.45.1

File Platform Checksum
cargo-insta-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
cargo-insta-x86_64-apple-darwin.tar.xz Intel macOS checksum
cargo-insta-x86_64-pc-windows-msvc.zip x64 Windows checksum
cargo-insta-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
cargo-insta-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum
Changelog

Sourced from insta's changelog.

1.45.1

  • Fix backward compatibility with TOML format produced by insta < 1.45.0. #849 (@​chitoku-k)
Commits

Updates iri-string from 0.7.9 to 0.7.10

Changelog

Sourced from iri-string's changelog.

[0.7.10]

  • Add syntax checkers for more components of URIs/IRIs.
  • Put detailed info into validate::Error type.
  • Fix validate::path() function to accept paths starting with //.
  • Update links to IETF RFC documents.

Added

  • Add syntax checkers for more components of URIs/IRIs.
    • List of added functions:
      • validate::scheme()
      • validate::authority()
      • validate::host()
      • validate::port()
      • validate::userinfo()
      • validate::path_segment()
    • Note that functions for path, query, and fragment components have already been provided.

Changed (non-breaking)

  • Put detailed info into validate::Error type.
    • Now validate::Error type will provide a little more detailed error info through Display and ToString.
    • Note that the messages or the categorization is not guaranteed to be stable. For now this is purely hint for human, and that is why the error kind is not a public type.

Fixed

  • Fix validate::path() function to accept paths starting with //.
    • Paths such as //foo/bar are valid although they cannot be used in some contexts.
  • Update links to IETF RFC documents.
    • Links to the old domain tools.ietf.org has redirect, but the redirection truncates the fragment, so the links to the specific sections of documents had not been working as expected.
    • Now such links are updated to point to www.rfc-editor.org, so the links in the documents and comments must be working as expected.
Commits
  • ff0799b chore(release): release v0.7.10
  • bad03aa Bump version to v0.7.10
  • 0d9b5fe test(ci): make sure MSRV tests pass with the default lockfile
  • 8a286ed chore(deps): bump indirect deps of the benchmarking crate
  • e150f9f Bump regex to v1.5.5
  • 9d0105d Bump crossbeam-queue to v0.2.3
  • 1fa1f3d Bump bumpalo to v3.11.1
  • 6cd9670 doc: update description about CI
  • 91213a1 refactor(validate): unify EmptyScheme error kind to InvalidScheme
  • 96c39ac feat(validate): add public validators for more syntax components
  • Additional commits viewable in compare view

Updates rustls-native-certs from 0.8.2 to 0.8.3

Release notes

Sourced from rustls-native-certs's releases.

0.8.3

Upgrades to openssl-probe 0.2.0. See its release notes for more information.

What's Changed

Commits
  • 71e4dd8 Bump version to 0.8.3
  • e6e3e69 Upgrade to openssl-probe 0.2
  • 27e4d40 Take semver-compatible dependency updates
  • e985551 Fix comment formatting and grammar issues
  • c156cb7 build(deps): bump actions/checkout from 5 to 6
  • 3ec7d86 Update semver-compatible dependencies
  • fd78630 Upgrade x509-parser to 0.18
  • 3b6fae7 Disable broken macOS test for now
  • See full diff 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 cargo group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [clap_complete](https://github.com/clap-rs/clap) | `4.5.62` | `4.5.64` |
| [crosstermion](https://github.com/Byron/tui-crates) | `0.14.0` | `0.15.0` |
| [tracing-forest](https://github.com/QnnOkabayashi/tracing-forest) | `0.1.6` | `0.2.0` |
| [tracing](https://github.com/tokio-rs/tracing) | `0.1.43` | `0.1.44` |
| [syn](https://github.com/dtolnay/syn) | `2.0.111` | `2.0.112` |
| [insta](https://github.com/mitsuhiko/insta) | `1.45.0` | `1.45.1` |
| [iri-string](https://github.com/lo48576/iri-string) | `0.7.9` | `0.7.10` |
| [rustls-native-certs](https://github.com/rustls/rustls-native-certs) | `0.8.2` | `0.8.3` |



Updates `clap_complete` from 4.5.62 to 4.5.64
- [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.62...clap_complete-v4.5.64)

Updates `crosstermion` from 0.14.0 to 0.15.0
- [Release notes](https://github.com/Byron/tui-crates/releases)
- [Commits](Byron/tui-crates@crosstermion-v0.14.0...crosstermion-v0.15.0)

Updates `tracing-forest` from 0.1.6 to 0.2.0
- [Commits](https://github.com/QnnOkabayashi/tracing-forest/commits)

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

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

Updates `insta` from 1.45.0 to 1.45.1
- [Release notes](https://github.com/mitsuhiko/insta/releases)
- [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md)
- [Commits](mitsuhiko/insta@1.45.0...1.45.1)

Updates `iri-string` from 0.7.9 to 0.7.10
- [Changelog](https://github.com/lo48576/iri-string/blob/develop/CHANGELOG.md)
- [Commits](lo48576/iri-string@v0.7.9...v0.7.10)

Updates `rustls-native-certs` from 0.8.2 to 0.8.3
- [Release notes](https://github.com/rustls/rustls-native-certs/releases)
- [Commits](rustls/rustls-native-certs@v/0.8.2...v/0.8.3)

---
updated-dependencies:
- dependency-name: clap_complete
  dependency-version: 4.5.64
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: crosstermion
  dependency-version: 0.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: tracing-forest
  dependency-version: 0.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: tracing
  dependency-version: 0.1.44
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: syn
  dependency-version: 2.0.112
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: insta
  dependency-version: 1.45.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: iri-string
  dependency-version: 0.7.10
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: rustls-native-certs
  dependency-version: 0.8.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
...

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 Jan 6, 2026
@EliahKagan EliahKagan marked this pull request as draft January 6, 2026 17:13
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jan 8, 2026

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Jan 8, 2026
@dependabot dependabot bot deleted the dependabot/cargo/cargo-17db44ccf1 branch January 8, 2026 16:23
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