Skip to content
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

chore(deps): Update compatible #1071

Merged
merged 1 commit into from
Aug 1, 2024
Merged

chore(deps): Update compatible #1071

merged 1 commit into from
Aug 1, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 1, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
anstream dependencies patch 0.6.14 -> 0.6.15
anstyle dependencies patch 1.0.7 -> 1.0.8
assert_fs dev-dependencies patch 1.1.1 -> 1.1.2
bstr dependencies minor 1.9.1 -> 1.10.0
clap dependencies patch 4.5.8 -> 4.5.13
clap-verbosity-flag dependencies patch 2.2.0 -> 2.2.1
codegenrs dev-dependencies patch 3.0.1 -> 3.0.2
colorchoice-clap dependencies patch 1.0.4 -> 1.0.5
env_logger dependencies patch 0.11.3 -> 0.11.5
human-panic dependencies patch 2.0.0 -> 2.0.1
indexmap dev-dependencies minor 2.2.6 -> 2.3.0
kstring dependencies patch 2.0.0 -> 2.0.2
proc-exit dependencies patch 2.0.1 -> 2.0.2
serde (source) dependencies patch 1.0.203 -> 1.0.204
serde_json dependencies patch 1.0.119 -> 1.0.121
snapbox (source) dev-dependencies patch 0.6.11 -> 0.6.16
thiserror dependencies patch 1.0.61 -> 1.0.63
toml dependencies patch 0.8.14 -> 0.8.19
trycmd dev-dependencies patch 0.15.4 -> 0.15.6
winnow dependencies patch 0.6.13 -> 0.6.18

Release Notes

rust-cli/anstyle (anstream)

v0.6.15

Compare Source

assert-rs/assert_fs (assert_fs)

v1.1.2

Compare Source

Compatibility
  • Update MSRV to 1.74.0
BurntSushi/bstr (bstr)

v1.10.0

Compare Source

v1.9.2

Compare Source

clap-rs/clap (clap)

v4.5.13

Compare Source

Fixes
  • (derive) Improve error message when #[flatten]ing an optional #[group(skip)]
  • (help) Properly wrap long subcommand descriptions in help

v4.5.12

Compare Source

v4.5.11

Compare Source

v4.5.10

Compare Source

v4.5.9

Compare Source

Fixes
  • (error) When defining a custom help flag, be sure to suggest it like we do the built-in one
clap-rs/clap-verbosity-flag (clap-verbosity-flag)

v2.2.1

Compare Source

Compatibility
  • Raised MSRV to 1.74
crate-ci/codegenrs (codegenrs)

v3.0.2

Compare Source

Compatibility
  • Update MSRV to 1.74
rust-cli/env_logger (env_logger)

v0.11.5

Compare Source

v0.11.4

Compare Source

rust-cli/human-panic (human-panic)

v2.0.1

Compare Source

Compatibility
  • Update MSV to 1.74
indexmap-rs/indexmap (indexmap)

v2.3.0

Compare Source

  • Added trait MutableEntryKey for opt-in mutable access to map entry keys.
  • Added method MutableKeys::iter_mut2 for opt-in mutable iteration of map
    keys and values.
cobalt-org/kstring (kstring)

v2.0.2

Compare Source

v2.0.1

Compare Source

Compatibility
  • MSRV is now 1.73
Fixes
  • Future-proof unsafe code from things the compiler could do
rust-cli/proc-exit (proc-exit)

v2.0.2

Compare Source

Compatibility
  • Updated MSRV to 1.74
serde-rs/serde (serde)

v1.0.204

Compare Source

  • Apply #[diagnostic::on_unimplemented] attribute on Rust 1.78+ to suggest adding serde derive or enabling a "serde" feature flag in dependencies (#​2767, thanks @​weiznich)
serde-rs/json (serde_json)

v1.0.121

Compare Source

v1.0.120

Compare Source

assert-rs/trycmd (snapbox)

v0.6.16

Compare Source

v0.6.15

Compare Source

v0.6.14

Compare Source

v0.6.13

Compare Source

v0.6.12

Compare Source

dtolnay/thiserror (thiserror)

v1.0.63

Compare Source

  • Documentation improvements

v1.0.62

Compare Source

  • Support referring to nested tuple struct fields inside #[error("…", …)] attribute (#​309)
toml-rs/toml (toml)

v0.8.19

Compare Source

v0.8.18

Compare Source

v0.8.17

Compare Source

v0.8.16

Compare Source

v0.8.15

Compare Source

winnow-rs/winnow (winnow)

v0.6.18

Compare Source

v0.6.17

Compare Source

Features
  • Make Checkpoints comparable

v0.6.16

Compare Source

v0.6.15

Compare Source

Compatibility
  • Deprecated Parser::recognize in favor of Parser::take
  • Deprecated Parser::with_recognized in favor of Parser::taken
Fixes
  • Renamed Parser::recognize to Parser::take to be consistent with other take parsers
  • Renamed Parser::with_recognized to Parser::with_taken to be consistent with other take parsers

v0.6.14

Compare Source

Fixes
  • Removed unused I: Clone bound on Parser::parse

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.


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

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

@renovate renovate bot enabled auto-merge (squash) August 1, 2024 01:34
@coveralls
Copy link

Pull Request Test Coverage Report for Build 10190395416

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 22.873%

Totals Coverage Status
Change from base Build 10184247182: 0.0%
Covered Lines: 535
Relevant Lines: 2339

💛 - Coveralls

@renovate renovate bot merged commit 9ab07a2 into master Aug 1, 2024
19 checks passed
@renovate renovate bot deleted the renovate/compatible branch August 1, 2024 01:43
@Zxilly
Copy link

Zxilly commented Aug 1, 2024

@epage please notice that after this patch, winnow Parser::recognize should be Parser::take

@epage
Copy link
Collaborator

epage commented Aug 1, 2024

Yes, we are reporting deprecation warnings. We intentionally make those non-blocking.

(I also the one who added that deprecation)

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.

3 participants