-
Notifications
You must be signed in to change notification settings - Fork 3
Commit eb4a93a
authored
chore(deps): Update compatible (#139)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [anyhow](https://redirect.github.com/dtolnay/anyhow) | dependencies |
patch | `1.0.97` -> `1.0.98` |
| [clap](https://redirect.github.com/clap-rs/clap) | dependencies |
patch | `4.5.34` -> `4.5.37` |
| [env_logger](https://redirect.github.com/rust-cli/env_logger) |
dependencies | patch | `0.11.7` -> `0.11.8` |
| [flate2](https://redirect.github.com/rust-lang/flate2-rs) |
dependencies | patch | `1.1.0` -> `1.1.1` |
| [git-fixture](https://redirect.github.com/gitext-rs/git-fixture) |
dev-dependencies | patch | `0.3.4` -> `0.3.5` |
---
### Release Notes
<details>
<summary>dtolnay/anyhow (anyhow)</summary>
###
[`v1.0.98`](https://redirect.github.com/dtolnay/anyhow/releases/tag/1.0.98)
[Compare
Source](https://redirect.github.com/dtolnay/anyhow/compare/1.0.97...1.0.98)
- Add
[`self.into_boxed_dyn_error()`](https://docs.rs/anyhow/1/anyhow/struct.Error.html#method.into_boxed_dyn_error)
and
[`self.reallocate_into_boxed_dyn_error_without_backtrace()`](https://docs.rs/anyhow/1/anyhow/struct.Error.html#method.reallocate_into_boxed_dyn_error_without_backtrace)
methods for anyhow::Error
([#​415](https://redirect.github.com/dtolnay/anyhow/issues/415))
</details>
<details>
<summary>clap-rs/clap (clap)</summary>
###
[`v4.5.37`](https://redirect.github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4537---2025-04-18)
[Compare
Source](https://redirect.github.com/clap-rs/clap/compare/v4.5.36...v4.5.37)
##### Features
- Added `ArgMatches::try_clear_id()`
###
[`v4.5.36`](https://redirect.github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4536---2025-04-11)
[Compare
Source](https://redirect.github.com/clap-rs/clap/compare/v4.5.35...v4.5.36)
##### Fixes
- *(help)* Revert 4.5.35's "Don't leave space for shorts if there are
none" for now
###
[`v4.5.35`](https://redirect.github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4535---2025-04-01)
[Compare
Source](https://redirect.github.com/clap-rs/clap/compare/v4.5.34...v4.5.35)
##### Fixes
- *(help)* Align positionals and flags when put in the same
`help_heading`
- *(help)* Don't leave space for shorts if there are none
</details>
<details>
<summary>rust-cli/env_logger (env_logger)</summary>
###
[`v0.11.8`](https://redirect.github.com/rust-cli/env_logger/blob/HEAD/CHANGELOG.md#0118---2025-04-01)
[Compare
Source](https://redirect.github.com/rust-cli/env_logger/compare/v0.11.7...v0.11.8)
##### Compatibility
- *(kv)* Deprecate the `unstable-kv` feature which may be removed in a
future patch release
##### Features
- *(kv)* Stabilize key-value support behind the `kv` feature
- Expose `ConfigurableFormat` to build custom \[`Builder::format`]s that
leverage this
</details>
<details>
<summary>rust-lang/flate2-rs (flate2)</summary>
###
[`v1.1.1`](https://redirect.github.com/rust-lang/flate2-rs/releases/tag/1.1.1)
[Compare
Source](https://redirect.github.com/rust-lang/flate2-rs/compare/1.1.0...1.1.1)
This release should be smaller and thus faster to download.
Additionally, when using the `zlib-rs` backend, duplicate symbol issues
shouldn't occur anymore.
#### What's Changed
- docs: Update README to promote zlib-rs by
[@​Xuanwo](https://redirect.github.com/Xuanwo) in
[https://github.com/rust-lang/flate2-rs/pull/470](https://redirect.github.com/rust-lang/flate2-rs/pull/470)
- Update miniz_oxide to 0.8.5 by
[@​oyvindln](https://redirect.github.com/oyvindln) in
[https://github.com/rust-lang/flate2-rs/pull/475](https://redirect.github.com/rust-lang/flate2-rs/pull/475)
- Remove stale CHANGELOG.md by
[@​jayvdb](https://redirect.github.com/jayvdb) in
[https://github.com/rust-lang/flate2-rs/pull/476](https://redirect.github.com/rust-lang/flate2-rs/pull/476)
- More informative README on backends by
[@​Shnatsel](https://redirect.github.com/Shnatsel) in
[https://github.com/rust-lang/flate2-rs/pull/480](https://redirect.github.com/rust-lang/flate2-rs/pull/480)
- Rewrite outdated backend notes in lib.rs by
[@​Shnatsel](https://redirect.github.com/Shnatsel) in
[https://github.com/rust-lang/flate2-rs/pull/481](https://redirect.github.com/rust-lang/flate2-rs/pull/481)
- upgrade zlib-rs to version `0.5.0` by
[@​folkertdev](https://redirect.github.com/folkertdev) in
[https://github.com/rust-lang/flate2-rs/pull/482](https://redirect.github.com/rust-lang/flate2-rs/pull/482)
#### New Contributors
- [@​Xuanwo](https://redirect.github.com/Xuanwo) made their first
contribution in
[https://github.com/rust-lang/flate2-rs/pull/470](https://redirect.github.com/rust-lang/flate2-rs/pull/470)
- [@​jayvdb](https://redirect.github.com/jayvdb) made their first
contribution in
[https://github.com/rust-lang/flate2-rs/pull/476](https://redirect.github.com/rust-lang/flate2-rs/pull/476)
**Full Changelog**:
rust-lang/flate2-rs@1.1.0...1.1.1
</details>
<details>
<summary>gitext-rs/git-fixture (git-fixture)</summary>
###
[`v0.3.5`](https://redirect.github.com/gitext-rs/git-fixture/blob/HEAD/CHANGELOG.md#035---2025-04-21)
[Compare
Source](https://redirect.github.com/gitext-rs/git-fixture/compare/v0.3.4...v0.3.5)
##### Internal
- Update git2 version
- Update toml version
</details>
---
### 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 is behind base branch, or you tick the
rebase/retry checkbox.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/gitext-rs/git-dive).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjI2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent dd4f916 commit eb4a93aCopy full SHA for eb4a93a
File tree
Expand file treeCollapse file tree
1 file changed
+36
-33
lines changedFilter options
Expand file treeCollapse file tree
1 file changed
+36
-33
lines changedCollapse file: Cargo.lock
+36-33Lines changed: 36 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments