Skip to content

chore(deps): update all non-major dependencies #142

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 24, 2025

This PR contains the following updates:

Package Type Update Change
anyhow dependencies patch 1.0.95 -> 1.0.98
assert_cmd dev-dependencies patch 2.0.16 -> 2.0.17
clap dependencies patch 4.5.30 -> 4.5.37
cocogitto dependencies minor 6.2.0 -> 6.3.0
indexmap dependencies minor 2.7.1 -> 2.9.0
serde (source) dependencies patch 1.0.217 -> 1.0.219
tempfile (source) dev-dependencies minor 3.17.1 -> 3.19.1

Release Notes

dtolnay/anyhow (anyhow)

v1.0.98

Compare Source

v1.0.97

Compare Source

  • Documentation improvements

v1.0.96

Compare Source

  • Documentation improvements
assert-rs/assert_cmd (assert_cmd)

v2.0.17

Compare Source

Features
  • Add cargo::cargo_bin! which will work with Cargo's build-dir
clap-rs/clap (clap)

v4.5.37

Compare Source

Features
  • Added ArgMatches::try_clear_id()

v4.5.36

Compare Source

Fixes
  • (help) Revert 4.5.35's "Don't leave space for shorts if there are none" for now

v4.5.35

Compare Source

Fixes
  • (help) Align positionals and flags when put in the same help_heading
  • (help) Don't leave space for shorts if there are none

v4.5.34

Compare Source

Fixes
  • (help) Don't add extra blank lines with flatten_help(true) and subcommands without arguments

v4.5.33

Compare Source

Fixes
  • (error) When showing the usage of a suggestion for an unknown argument, don't show the group

v4.5.32

Compare Source

Features
  • Add Error::remove
Documentation
  • (cookbook) Switch from humantime to jiff
  • (tutorial) Better cover required vs optional
Internal
  • Update pulldown-cmark

v4.5.31

Compare Source

Features
  • Add ValueParserFactory for Saturating<T>
cocogitto/cocogitto (cocogitto)

v6.3.0

Compare Source

Bug Fixes
  • (commit) fixed order of commit type options (#​431) - (53c6f5c) - Sertonix
  • (githooks) direct exec with shebang or fallback to sh - (7f3ab80) - @​oknozor
  • fix ssh signing - (30ef4c5) - @​oknozor
  • fixes broken link in project README - (e8ea261) - affantaufiqur
  • set correct url for Getting Started - (f2e2ee8) - Kristof Mattei
Continuous Integration
Documentation
Features
Miscellaneous Chores
  • (deps) update git2 to 0.20.0 - (27f1a67) - Rui Chen
  • (deps) update git2 to 0.19.0 - (9a11383) - Rui Chen
  • (deps) bump nanoid from 3.3.7 to 3.3.8 in /website (#​432) - (4100e6b) - dependabot[bot]
  • (typo) as been -> has been - (cfe4fac) - Jx
  • (workflows) no fail-fast - (e40cc76) - Rui Chen
  • (workflows/CI) add aarch64-apple-darwin target - (022e70a) - Rui Chen
  • (workflows/Deploy) add aarch64-apple-darwin target - (028df7d) - Rui Chen
  • omit chore and tests commits from changelog - (a8655dc) - @​oknozor
  • use schemars temp fork - (f2a8663) - @​oknozor
  • thanks clippy - (6f6304f) - @​oknozor
  • add msrv - (f8cfa57) - Rui Chen
  • revert rewritte typo fix for ci - (c26ff39) - Rui Chen
  • fix typos - (5ab49cb) - Rui Chen
  • s/rewritte/rewrite/g - (37434f2) - Rui Chen
  • s/interpretted/interpreted/g - (074ab7e) - Rui Chen
  • s/withing/within/g - (a8c81a1) - Rui Chen
  • s/shoud/should/g - (a4c750a) - Rui Chen
  • s/uncommited/uncommitted/g - (7903ffc) - Rui Chen
  • thanks clippy - (37a0caf) - @​oknozor
  • update tests - (970f176) - Rui Chen
  • thanks clippy - (4002591) - @​oknozor
Performance Improvements
Tests

indexmap-rs/indexmap (indexmap)

v2.9.0

Compare Source

  • Added a get_disjoint_mut method to IndexMap, matching Rust 1.86's
    HashMap method.
  • Added a get_disjoint_indices_mut method to IndexMap and map::Slice,
    matching Rust 1.86's get_disjoint_mut method on slices.
  • Deprecated the borsh feature in favor of their own indexmap feature,
    solving a cyclic dependency that occured via borsh-derive.

v2.8.0

Compare Source

  • Added indexmap_with_default! and indexset_with_default! to be used with
    alternative hashers, especially when using the crate without std.
  • Implemented PartialEq between each Slice and []/arrays.
  • Removed the internal rustc-rayon feature and dependency.
serde-rs/serde (serde)

v1.0.219

Compare Source

  • Prevent absolute_paths Clippy restriction being triggered inside macro-generated code (#​2906, thanks @​davidzeng0)

v1.0.218

Compare Source

  • Documentation improvements
Stebalien/tempfile (tempfile)

v3.19.1

Compare Source

  • Don't unlink temporary files immediately on Windows (fixes #​339). Unfortunately, this seemed to corrupt the file object (possibly a Windows kernel bug) in rare cases and isn't strictly speaking necessary.

v3.19.0

Compare Source

  • Remove direct dependency on cfg-if. It's still in the tree, but we didn't really need to use it in this crate.
  • Add an unstable feature (unstable-windows-keep-open-tempfile) to test a potential fix to #​339.

v3.18.0

Compare Source

  • Update rustix to 1.0.0.
  • Make NamedTempFile::persist_noclobber atomic on Apple operating systems. It's now atomic on MacOS, Windows, and Linux (depending on the OS version and filesystem used).

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

codecov bot commented Feb 24, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

see 1 file with indirect coverage changes

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@renovate renovate bot changed the title chore(deps): update all non-major dependencies to v1.0.96 chore(deps): update all non-major dependencies Feb 24, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 0392b1f to f456e7b Compare March 3, 2025 05:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from bc8b0f0 to 2c178b6 Compare March 10, 2025 21:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2c178b6 to a52175d Compare March 14, 2025 02:50
Copy link
Contributor Author

renovate bot commented Mar 19, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path Cargo.toml --package [email protected] --precise 6.3.0
    Updating crates.io index
error: failed to select a version for `git2`.
    ... required by package `koji v3.2.0 (/tmp/renovate/repos/github/cococonscious/koji)`
versions that meet the requirements `^0.18` are: 0.18.3, 0.18.2, 0.18.1, 0.18.0

the package `git2` links to the native library `git2`, but it conflicts with a previous package which links to `git2` as well:
package `git2 v0.20.0`
    ... which satisfies dependency `git2 = "^0.20.0"` of package `cocogitto v6.3.0`
    ... which satisfies dependency `cocogitto = "^6.2"` of package `koji v3.2.0 (/tmp/renovate/repos/github/cococonscious/koji)`
Only one package in the dependency graph may specify the same links value. This helps ensure that only one copy of a native library is linked in the final binary. Try to adjust your dependencies so that only one package uses the `links = "git2"` value. For more information, see https://doc.rust-lang.org/cargo/reference/resolver.html#links.

failed to select a version for `git2` which could resolve this conflict

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants