Skip to content

chore(deps): bump the all-other-cargo-deps group with 5 updates - #23256

Merged
alamb merged 1 commit into
mainfrom
dependabot/cargo/main/all-other-cargo-deps-e545ac8ea5
Jun 30, 2026
Merged

chore(deps): bump the all-other-cargo-deps group with 5 updates#23256
alamb merged 1 commit into
mainfrom
dependabot/cargo/main/all-other-cargo-deps-e545ac8ea5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 30, 2026

Copy link
Copy Markdown
Contributor

Bumps the all-other-cargo-deps group with 5 updates:

Package From To
env_logger 0.11.10 0.11.11
liblzma 0.4.6 0.4.7
uuid 1.23.3 1.23.4
indicatif 0.18.4 0.18.5
rustyline 18.0.0 18.0.1

Updates env_logger from 0.11.10 to 0.11.11

Release notes

Sourced from env_logger's releases.

v0.11.11

[0.11.11] - 2026-06-25

Internal

  • Updated env_filter
Changelog

Sourced from env_logger's changelog.

[0.11.11] - 2026-06-25

Internal

  • Updated env_filter
Commits
  • b4d3f2b chore: Release
  • cc2b2ef chore: Release
  • 69e27d1 docs: Update changelog
  • 166880d Merge pull request #411 from epage/parse
  • 0a580d0 fix(filter): Remove 'parse' on no_std
  • 78d8ef1 Merge pull request #404 from cagatay-y/feature/filter-no_std
  • 132fe86 feat(filter): Add support for no_std environments
  • 4feafa4 refactor(env_filter): Fix unreachable pub warning
  • 92f8d8d Merge pull request #410 from rust-cli/renovate/crate-ci-typos-1.x
  • 4e57784 chore(deps): Update pre-commit hook crate-ci/typos to v1.47.0
  • Additional commits viewable in compare view

Updates liblzma from 0.4.6 to 0.4.7

Release notes

Sourced from liblzma's releases.

liblzma-0.4.7

What's Changed

Full Changelog: Portable-Network-Archive/liblzma-rs@liblzma-sys-0.4.7...liblzma-0.4.7

liblzma-sys-0.4.7

What's Changed

Full Changelog: Portable-Network-Archive/liblzma-rs@liblzma-sys-0.4.6...liblzma-sys-0.4.7

Commits
  • c79ec33 🔖 Bump liblzma version to 0.4.7
  • ee80c42 🔧 Group rand and getrandom Dependabot updates
  • db7f8e5 🐛 Fix AutoFinishXzEncoder::total_in returning total_out
  • 3636a31 🐛 Fix IGNORE_CHECK to map to LZMA_IGNORE_CHECK
  • 4ebf3a9 🔖 Bump liblzma-sys version to 0.4.7
  • 04ad251 🐛 Fix wasm shim allocation overflow
  • c19a19b 👷 Add Swatinem/rust-cache to CI test job
  • 073677c 🔖 Bump liblzma-sys version to 0.4.6
  • fc05355 👽 Regenerate bindgen for xz 5.8.3
  • 4a105a2 ⬆️ Bump xz to 5.8.3
  • See full diff in compare view

Updates uuid from 1.23.3 to 1.23.4

Release notes

Sourced from uuid's releases.

v1.23.4

What's Changed

New Contributors

Full Changelog: uuid-rs/uuid@v1.23.3...v1.23.4

Commits
  • 3296d64 Merge pull request #890 from uuid-rs/cargo/v1.23.4
  • cba53d0 prepare for 1.23.4 release
  • e347af4 Merge pull request #889 from frostyplanet/main
  • e9bf55c doc: Fix broken link warnings
  • 5351af4 doc: Enable feature flag label for docs.rs
  • 1e6a966 Merge pull request #888 from uuid-rs/KodrAus-patch-1
  • c9619f6 fix up name of fuzz script in readme
  • See full diff in compare view

Updates indicatif from 0.18.4 to 0.18.5

Release notes

Sourced from indicatif's releases.

0.18.5

What's Changed

Commits
  • 90156ec Drop screenshots from MultiProgress documentation
  • 4dbd0d5 Bump version to 0.18.5
  • 24973aa Take semver-compatible dependency versions
  • a575ef7 style: inline Template::from_str_with_tab_width()
  • 0b94aa2 style: replace from_str() method with FromStr impl
  • 398ac69 style: move helper functions to the bottom
  • 692705d Fix HumanFloatCount dropping rounding at precision 0
  • cbd070d Fix stray comma after minus sign in HumanFloatCount
  • 1fb0b62 Bump actions/checkout from 6 to 7
  • cf53b69 Bump unicode-segmentation from 1.12.0 to 1.13.3
  • Additional commits viewable in compare view

Updates rustyline from 18.0.0 to 18.0.1

Release notes

Sourced from rustyline's releases.

18.0.1

What's Changed

Full Changelog: kkawakam/rustyline@v18.0.0...v18.0.1

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

| Package | From | To |
| --- | --- | --- |
| [env_logger](https://github.com/rust-cli/env_logger) | `0.11.10` | `0.11.11` |
| [liblzma](https://github.com/portable-network-archive/liblzma-rs) | `0.4.6` | `0.4.7` |
| [uuid](https://github.com/uuid-rs/uuid) | `1.23.3` | `1.23.4` |
| [indicatif](https://github.com/console-rs/indicatif) | `0.18.4` | `0.18.5` |
| [rustyline](https://github.com/kkawakam/rustyline) | `18.0.0` | `18.0.1` |


Updates `env_logger` from 0.11.10 to 0.11.11
- [Release notes](https://github.com/rust-cli/env_logger/releases)
- [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md)
- [Commits](rust-cli/env_logger@v0.11.10...v0.11.11)

Updates `liblzma` from 0.4.6 to 0.4.7
- [Release notes](https://github.com/portable-network-archive/liblzma-rs/releases)
- [Commits](Portable-Network-Archive/liblzma-rs@liblzma-0.4.6...liblzma-0.4.7)

Updates `uuid` from 1.23.3 to 1.23.4
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@v1.23.3...v1.23.4)

Updates `indicatif` from 0.18.4 to 0.18.5
- [Release notes](https://github.com/console-rs/indicatif/releases)
- [Commits](console-rs/indicatif@0.18.4...0.18.5)

Updates `rustyline` from 18.0.0 to 18.0.1
- [Release notes](https://github.com/kkawakam/rustyline/releases)
- [Changelog](https://github.com/kkawakam/rustyline/blob/master/History.md)
- [Commits](kkawakam/rustyline@v18.0.0...v18.0.1)

---
updated-dependencies:
- dependency-name: env_logger
  dependency-version: 0.11.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-other-cargo-deps
- dependency-name: liblzma
  dependency-version: 0.4.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-other-cargo-deps
- dependency-name: uuid
  dependency-version: 1.23.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-other-cargo-deps
- dependency-name: indicatif
  dependency-version: 0.18.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-other-cargo-deps
- dependency-name: rustyline
  dependency-version: 18.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-other-cargo-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@alamb
alamb added this pull request to the merge queue Jun 30, 2026
Merged via the queue into main with commit 7989fe6 Jun 30, 2026
66 checks passed
@alamb
alamb deleted the dependabot/cargo/main/all-other-cargo-deps-e545ac8ea5 branch June 30, 2026 19:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant