gitext-rs / git-stack

Stacked branch management for Git
Apache License 2.0
491 stars 19 forks source link

chore(deps): update compatible #344

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
anstream dependencies patch 0.6.11 -> 0.6.13
anstyle dependencies patch 1.0.5 -> 1.0.6
bstr dependencies patch 1.9.0 -> 1.9.1
clap dependencies minor 4.4.18 -> 4.5.4
clap-verbosity-flag dependencies minor 2.1.2 -> 2.2.0
git-config-env dependencies patch 0.2.0 -> 0.2.1
indexmap dependencies patch 2.2.2 -> 2.2.6
log dependencies patch 0.4.20 -> 0.4.21
snapbox (source) dev-dependencies patch 0.5.0 -> 0.5.9

Release Notes

rust-cli/anstyle (anstream) ### [`v0.6.13`](https://togithub.com/rust-cli/anstyle/compare/anstream-v0.6.12...anstream-v0.6.13) [Compare Source](https://togithub.com/rust-cli/anstyle/compare/anstream-v0.6.12...anstream-v0.6.13) ### [`v0.6.12`](https://togithub.com/rust-cli/anstyle/compare/anstream-v0.6.11...anstream-v0.6.12) [Compare Source](https://togithub.com/rust-cli/anstyle/compare/anstream-v0.6.11...anstream-v0.6.12)
BurntSushi/bstr (bstr) ### [`v1.9.1`](https://togithub.com/BurntSushi/bstr/compare/1.9.0...1.9.1) [Compare Source](https://togithub.com/BurntSushi/bstr/compare/1.9.0...1.9.1)
clap-rs/clap (clap) ### [`v4.5.4`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#454---2024-03-25) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.3...v4.5.4) ##### Fixes - *(derive)* Allow non-literal `#[arg(id)]` attributes again ### [`v4.5.3`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#453---2024-03-15) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.2...v4.5.3) ##### Internal - *(derive)* Update `heck` ### [`v4.5.2`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#452---2024-03-06) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.1...v4.5.2) ##### Fixes - *(macros)* Silence a warning ### [`v4.5.1`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#451---2024-02-16) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.0...v4.5.1) ##### Fixes - *(error)* Include suggestion to add `--` even if there is a "did you mean" so long as `last` or `trailing_var_arg` is used ### [`v4.5.0`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#450---2024-02-08) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.4.18...v4.5.0) ##### Compatibility - Update MSRV to 1.74
clap-rs/clap-verbosity-flag (clap-verbosity-flag) ### [`v2.2.0`](https://togithub.com/clap-rs/clap-verbosity-flag/blob/HEAD/CHANGELOG.md#220---2024-02-14) [Compare Source](https://togithub.com/clap-rs/clap-verbosity-flag/compare/v2.1.2...v2.2.0) ##### Compatibility - Raised MSRV to 1.73 ##### Features - Add `is_present()` to see if one of the flags is present on the command-line
crate-ci/git-config-env (git-config-env) ### [`v0.2.1`](https://togithub.com/crate-ci/git-config-env/blob/HEAD/CHANGELOG.md#021---2024-02-13) [Compare Source](https://togithub.com/crate-ci/git-config-env/compare/v0.2.0...v0.2.1) ##### Internal - Update `winnow`
indexmap-rs/indexmap (indexmap) ### [`v2.2.6`](https://togithub.com/indexmap-rs/indexmap/blob/HEAD/RELEASES.md#226) [Compare Source](https://togithub.com/indexmap-rs/indexmap/compare/2.2.5...2.2.6) - Added trait `MutableValues` for opt-in mutable access to set values. ### [`v2.2.5`](https://togithub.com/indexmap-rs/indexmap/blob/HEAD/RELEASES.md#225) [Compare Source](https://togithub.com/indexmap-rs/indexmap/compare/2.2.4...2.2.5) - Added optional `borsh` serialization support. ### [`v2.2.4`](https://togithub.com/indexmap-rs/indexmap/blob/HEAD/RELEASES.md#224) [Compare Source](https://togithub.com/indexmap-rs/indexmap/compare/2.2.3...2.2.4) - Added an `insert_sorted` method on `IndexMap`, `IndexSet`, and `VacantEntry`. - Avoid hashing for lookups in single-entry maps. - Limit preallocated memory in `serde` deserializers. ### [`v2.2.3`](https://togithub.com/indexmap-rs/indexmap/blob/HEAD/RELEASES.md#223) [Compare Source](https://togithub.com/indexmap-rs/indexmap/compare/2.2.2...2.2.3) - Added `move_index` and `swap_indices` methods to `IndexedEntry`, `OccupiedEntry`, and `RawOccupiedEntryMut`, functioning like the existing methods on `IndexMap`. - Added `shift_insert` methods on `VacantEntry` and `RawVacantEntryMut`, as well as `shift_insert_hashed_nocheck` on the latter, to insert the new entry at a particular index. - Added `shift_insert` methods on `IndexMap` and `IndexSet` to insert a new entry at a particular index, or else move an existing entry there.
rust-lang/log (log) ### [`v0.4.21`](https://togithub.com/rust-lang/log/blob/HEAD/CHANGELOG.md#0421---2024-02-27) [Compare Source](https://togithub.com/rust-lang/log/compare/0.4.20...0.4.21)
assert-rs/trycmd (snapbox) ### [`v0.5.9`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.5.8...snapbox-v0.5.9) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.5.8...snapbox-v0.5.9) ### [`v0.5.8`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.5.7...snapbox-v0.5.8) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.5.7...snapbox-v0.5.8) ### [`v0.5.7`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.5.6...snapbox-v0.5.7) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.5.6...snapbox-v0.5.7) ### [`v0.5.6`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.5.5...snapbox-v0.5.6) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.5.5...snapbox-v0.5.6) ### [`v0.5.5`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.5.4...snapbox-v0.5.5) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.5.4...snapbox-v0.5.5) ### [`v0.5.4`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.5.3...snapbox-v0.5.4) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.5.3...snapbox-v0.5.4) ### [`v0.5.3`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.5.2...snapbox-v0.5.3) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.5.2...snapbox-v0.5.3) ### [`v0.5.2`](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.5.1...snapbox-v0.5.2) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.5.1...snapbox-v0.5.2) ### [`v0.5.1`](https://togithub.com/assert-rs/trycmd/blob/HEAD/CHANGELOG.md#051---2021-11-12) [Compare Source](https://togithub.com/assert-rs/trycmd/compare/snapbox-v0.5.0...snapbox-v0.5.1) ##### Fixes - Test case showed a success despite it failing (summary reported it failed)

Configuration

📅 Schedule: Branch creation - "before 5am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Mend Renovate. View repository job log here.