-
Notifications
You must be signed in to change notification settings - Fork 3
Commit f0e6e34
authored
chore(deps): Update compatible (#128)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [anstream](https://redirect.github.com/rust-cli/anstyle) |
dependencies | patch | `0.6.17` -> `0.6.18` |
| [anstyle](https://redirect.github.com/rust-cli/anstyle) | dependencies
| patch | `1.0.9` -> `1.0.10` |
| [anyhow](https://redirect.github.com/dtolnay/anyhow) | dependencies |
patch | `1.0.91` -> `1.0.93` |
| [clap](https://redirect.github.com/clap-rs/clap) | dependencies |
patch | `4.5.20` -> `4.5.21` |
|
[clap-verbosity-flag](https://redirect.github.com/clap-rs/clap-verbosity-flag)
| dependencies | patch | `2.2.2` -> `2.2.3` |
| [flate2](https://redirect.github.com/rust-lang/flate2-rs) |
dependencies | patch | `1.0.34` -> `1.0.35` |
| [serde](https://serde.rs)
([source](https://redirect.github.com/serde-rs/serde)) | dependencies |
patch | `1.0.214` -> `1.0.215` |
|
[snapbox](https://redirect.github.com/assert-rs/trycmd/tree/main/crates/snapbox)
([source](https://redirect.github.com/assert-rs/snapbox)) |
dev-dependencies | patch | `0.6.19` -> `0.6.20` |
| [terminal_size](https://redirect.github.com/eminence/terminal-size) |
dependencies | patch | `0.4.0` -> `0.4.1` |
---
### Release Notes
<details>
<summary>rust-cli/anstyle (anstream)</summary>
###
[`v0.6.18`](https://redirect.github.com/rust-cli/anstyle/compare/anstream-v0.6.17...anstream-v0.6.18)
[Compare
Source](https://redirect.github.com/rust-cli/anstyle/compare/anstream-v0.6.17...anstream-v0.6.18)
</details>
<details>
<summary>dtolnay/anyhow (anyhow)</summary>
###
[`v1.0.93`](https://redirect.github.com/dtolnay/anyhow/releases/tag/1.0.93)
[Compare
Source](https://redirect.github.com/dtolnay/anyhow/compare/1.0.92...1.0.93)
- Update dev-dependencies to `thiserror` v2
###
[`v1.0.92`](https://redirect.github.com/dtolnay/anyhow/releases/tag/1.0.92)
[Compare
Source](https://redirect.github.com/dtolnay/anyhow/compare/1.0.91...1.0.92)
- Support Rust 1.82's `&raw const` and `&raw mut` syntax inside
`ensure!`
([#​390](https://redirect.github.com/dtolnay/anyhow/issues/390))
</details>
<details>
<summary>clap-rs/clap (clap)</summary>
###
[`v4.5.21`](https://redirect.github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4521---2024-11-13)
[Compare
Source](https://redirect.github.com/clap-rs/clap/compare/v4.5.20...v4.5.21)
##### Fixes
- *(parser)* Ensure defaults are filled in on error with
`ignore_errors(true)`
</details>
<details>
<summary>clap-rs/clap-verbosity-flag (clap-verbosity-flag)</summary>
###
[`v2.2.3`](https://redirect.github.com/clap-rs/clap-verbosity-flag/blob/HEAD/CHANGELOG.md#223---2024-11-16)
[Compare
Source](https://redirect.github.com/clap-rs/clap-verbosity-flag/compare/v2.2.2...v2.2.3)
##### Features
- Add `DebugLevel` and `TraceLevel` for exploratory programming
</details>
<details>
<summary>rust-lang/flate2-rs (flate2)</summary>
###
[`v1.0.35`](https://redirect.github.com/rust-lang/flate2-rs/releases/tag/1.0.35):
- security update to zlib-rs
[Compare
Source](https://redirect.github.com/rust-lang/flate2-rs/compare/1.0.34...1.0.35)
#### What's Changed
- Upgrade actions/upload-artifact by
[@​jdno](https://redirect.github.com/jdno) in
[https://github.com/rust-lang/flate2-rs/pull/438](https://redirect.github.com/rust-lang/flate2-rs/pull/438)
- upgrade zlib-rs to version `0.4.0` by
[@​folkertdev](https://redirect.github.com/folkertdev) in
[https://github.com/rust-lang/flate2-rs/pull/439](https://redirect.github.com/rust-lang/flate2-rs/pull/439)
#### New Contributors
- [@​jdno](https://redirect.github.com/jdno) made their first
contribution in
[https://github.com/rust-lang/flate2-rs/pull/438](https://redirect.github.com/rust-lang/flate2-rs/pull/438)
**Full Changelog**:
rust-lang/flate2-rs@1.0.34...1.0.35
</details>
<details>
<summary>serde-rs/serde (serde)</summary>
###
[`v1.0.215`](https://redirect.github.com/serde-rs/serde/releases/tag/v1.0.215)
[Compare
Source](https://redirect.github.com/serde-rs/serde/compare/v1.0.214...v1.0.215)
- Produce warning when multiple fields or variants have the same
deserialization name
([#​2855](https://redirect.github.com/serde-rs/serde/issues/2855),
[#​2856](https://redirect.github.com/serde-rs/serde/issues/2856),
[#​2857](https://redirect.github.com/serde-rs/serde/issues/2857))
</details>
<details>
<summary>assert-rs/snapbox (snapbox)</summary>
###
[`v0.6.20`](https://redirect.github.com/assert-rs/snapbox/compare/snapbox-v0.6.19...snapbox-v0.6.20)
[Compare
Source](https://redirect.github.com/assert-rs/snapbox/compare/snapbox-v0.6.19...snapbox-v0.6.20)
</details>
<details>
<summary>eminence/terminal-size (terminal_size)</summary>
###
[`v0.4.1`](https://redirect.github.com/eminence/terminal-size/releases/tag/v0.4.1)
[Compare
Source](https://redirect.github.com/eminence/terminal-size/compare/v0.4.0...v0.4.1)
#### What's Changed
- Build Rustix Only for Unix by
[@​cptpiepmatz](https://redirect.github.com/cptpiepmatz) in
[https://github.com/eminence/terminal-size/pull/68](https://redirect.github.com/eminence/terminal-size/pull/68)
#### New Contributors
- [@​cptpiepmatz](https://redirect.github.com/cptpiepmatz) made
their first contribution in
[https://github.com/eminence/terminal-size/pull/68](https://redirect.github.com/eminence/terminal-size/pull/68)
**Full Changelog**:
eminence/terminal-size@v0.4.0...v0.4.1
</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent ead318c commit f0e6e34Copy full SHA for f0e6e34
File tree
Expand file treeCollapse file tree
1 file changed
+22
-22
lines changedFilter options
Expand file treeCollapse file tree
1 file changed
+22
-22
lines changedCollapse file: Cargo.lock
+22-22Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments