Skip to content

Build(deps): bump the cargo group with 5 updates - #496

Merged
jaudiger merged 1 commit into
mainfrom
dependabot/cargo/cargo-518d053381
Aug 9, 2026
Merged

Build(deps): bump the cargo group with 5 updates#496
jaudiger merged 1 commit into
mainfrom
dependabot/cargo/cargo-518d053381

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 9, 2026

Copy link
Copy Markdown
Contributor

Bumps the cargo group with 5 updates:

Package From To
superconsole v2026.06.08.00 v2026.08.03.00
blake3 1.8.5 1.8.6
deno_core 0.409.0 0.410.0
globset 0.4.19 0.4.20
serde_v8 0.318.0 0.319.0

Updates superconsole from v2026.06.08.00 to v2026.08.03.00

Changelog

Sourced from superconsole's changelog.

Superconsole

0.3.0 (July 28, 2026)

This release includes several API additions and changes since 0.2.0:

  • Add typed component and top-level errors, removing the dependency on anyhow.
  • Add reusable spinner and stdin abstractions.
  • Add hyperlink support and raw span construction.
  • Replace the Termwiz dependency with a Superconsole-owned hyperlink type and unicode-width.
  • Add stdout output, cursor visibility, and line-wrap control.
  • Improve rendering performance by preserving unchanged output.
  • Update to Rust 2024 and current dependency versions.

0.2.0 (June 5, 2023)

The major change from the last release is that State has been deleted in favor of render taking a reference to the components. In addition there were a number of API adjustments, including:

  • Add the type Lines wrapping Vec<Line>.
  • Add Span::new_colored and Span::new_colored_lossy.
  • Remove the line! macro and add more utilities to the Line type, making its internals private.
  • Rename x/y to width/height where it makes sense.

0.1.0 (February 3, 2022)

  • Initial version.
Commits
  • 992bf85 Prepare 0.3.0 crates.io release
  • 404b72d Parse ANSI escapes with anstyle-parse
  • a3ec64b Characterize ANSI parser behavior in tests
  • d1ef27d Remove termwiz types from spans
  • b9f1477 Characterize terminal rendering behavior
  • See full diff in compare view

Updates blake3 from 1.8.5 to 1.8.6

Release notes

Sourced from blake3's releases.

1.8.6

version 1.8.6

Changes since 1.8.5:

  • update_mmap and update_mmap_rayon (and by extension b3sum) now use seek rather than metadata to get the length of a file/mapping, and they tolerate mmap failures. That means b3sum will now memory map e.g. Linux block devices, which support mapping despite reporting length 0 in metadata. Hashing NUL files on Windows also works now, where previously it was an error unless you used --no-mmap or <. This change was originally proposed by @​nabijaczleweli.
Commits

Updates deno_core from 0.409.0 to 0.410.0

Commits

Updates globset from 0.4.19 to 0.4.20

Commits
  • 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
  • 59e318f ignore-0.4.31
  • a9dc222 cargo: set rust-version on all crates
  • Additional commits viewable in compare view

Updates serde_v8 from 0.318.0 to 0.319.0

Commits

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 cargo group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [superconsole](https://github.com/facebookincubator/superconsole) | `v2026.06.08.00` | `v2026.08.03.00` |
| [blake3](https://github.com/BLAKE3-team/BLAKE3) | `1.8.5` | `1.8.6` |
| [deno_core](https://github.com/denoland/deno) | `0.409.0` | `0.410.0` |
| [globset](https://github.com/BurntSushi/ripgrep) | `0.4.19` | `0.4.20` |
| [serde_v8](https://github.com/denoland/deno) | `0.318.0` | `0.319.0` |


Updates `superconsole` from v2026.06.08.00 to v2026.08.03.00
- [Release notes](https://github.com/facebookincubator/superconsole/releases)
- [Changelog](https://github.com/facebookincubator/superconsole/blob/main/CHANGELOG.md)
- [Commits](facebookincubator/superconsole@cb168fc...992bf85)

Updates `blake3` from 1.8.5 to 1.8.6
- [Release notes](https://github.com/BLAKE3-team/BLAKE3/releases)
- [Commits](BLAKE3-team/BLAKE3@1.8.5...1.8.6)

Updates `deno_core` from 0.409.0 to 0.410.0
- [Release notes](https://github.com/denoland/deno/releases)
- [Changelog](https://github.com/denoland/deno/blob/main/Releases.md)
- [Commits](https://github.com/denoland/deno/commits)

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

Updates `serde_v8` from 0.318.0 to 0.319.0
- [Release notes](https://github.com/denoland/deno/releases)
- [Changelog](https://github.com/denoland/deno/blob/main/Releases.md)
- [Commits](https://github.com/denoland/deno/commits)

---
updated-dependencies:
- dependency-name: superconsole
  dependency-version: 992bf85ab81fa8b47bb73ba3076936116f352c5a
  dependency-type: direct:production
  dependency-group: cargo
- dependency-name: blake3
  dependency-version: 1.8.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: deno_core
  dependency-version: 0.410.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: globset
  dependency-version: 0.4.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: serde_v8
  dependency-version: 0.319.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 Aug 9, 2026
@jaudiger jaudiger self-assigned this Aug 9, 2026
@jaudiger

jaudiger commented Aug 9, 2026

Copy link
Copy Markdown
Contributor

LGTM

@jaudiger
jaudiger merged commit aa0275a into main Aug 9, 2026
10 checks passed
@jaudiger
jaudiger deleted the dependabot/cargo/cargo-518d053381 branch August 9, 2026 18:14
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