Skip to content

Conversation

renovate-bot
Copy link

@renovate-bot renovate-bot commented Dec 1, 2023

This PR contains the following updates:

Package Type Update Change
anstyle workspace.dependencies patch 1.0.4 -> 1.0.11
anyhow workspace.dependencies patch 1.0.75 -> 1.0.99
bytesize workspace.dependencies patch 1.3.0 -> 1.3.3
clap workspace.dependencies minor 4.4.6 -> 4.5.45
color-print workspace.dependencies patch 0.3.5 -> 0.3.7
curl workspace.dependencies patch 0.4.44 -> 0.4.49
curl-sys workspace.dependencies patch 0.4.68+curl-8.4.0 -> 0.4.83
filetime workspace.dependencies patch 0.2.22 -> 0.2.26
flate2 workspace.dependencies minor 1.0.27 -> 1.1.2
glob workspace.dependencies patch 0.3.1 -> 0.3.3
home workspace.dependencies patch 0.5.8 -> 0.5.11
http-auth workspace.dependencies patch 0.1.8 -> 0.1.10
humantime workspace.dependencies minor 2.1.0 -> 2.2.0
ignore (source) workspace.dependencies patch 0.4.20 -> 0.4.23
indexmap workspace.dependencies minor 2.0.0 -> 2.11.0
jobserver workspace.dependencies patch 0.1.26 -> 0.1.34
libc workspace.dependencies patch 0.2.148 -> 0.2.175
libloading workspace.dependencies patch 0.8.1 -> 0.8.8
memchr workspace.dependencies minor 2.6.4 -> 2.7.5
os_info workspace.dependencies minor 3.7.0 -> 3.12.0
pathdiff workspace.dependencies patch 0.2.1 -> 0.2.3
percent-encoding workspace.dependencies patch 2.3.0 -> 2.3.2
pkg-config workspace.dependencies patch 0.3.27 -> 0.3.32
pretty_assertions workspace.dependencies patch 1.4.0 -> 1.4.1
proptest (source) workspace.dependencies minor 1.3.1 -> 1.7.0
security-framework (source) workspace.dependencies minor 2.9.2 -> 2.11.1
semver workspace.dependencies patch 1.0.20 -> 1.0.26
serde (source) workspace.dependencies patch 1.0.188 -> 1.0.219
serde-untagged workspace.dependencies patch 0.1.1 -> 0.1.8
serde_ignored workspace.dependencies patch 0.1.9 -> 0.1.12
serde_json workspace.dependencies patch 1.0.107 -> 1.0.143
sha2 workspace.dependencies patch 0.10.8 -> 0.10.9
syn workspace.dependencies patch 2.0.37 -> 2.0.106
tar workspace.dependencies patch 0.4.40 -> 0.4.44
tempfile (source) workspace.dependencies minor 3.8.0 -> 3.21.0
thiserror workspace.dependencies patch 1.0.49 -> 1.0.69
time (source) workspace.dependencies patch 0.3.29 -> 0.3.41
tracing (source) workspace.dependencies patch 0.1.37 -> 0.1.41
tracing-subscriber (source) workspace.dependencies patch 0.3.17 -> 0.3.19
unicase workspace.dependencies minor 2.7.0 -> 2.8.1
unicode-xid workspace.dependencies patch 0.2.4 -> 0.2.6
url workspace.dependencies minor 2.4.1 -> 2.5.7
walkdir workspace.dependencies minor 2.4.0 -> 2.5.0

Release Notes

rust-cli/anstyle (anstyle)

v1.0.11

Compare Source

v1.0.10

Compare Source

v1.0.9

Compare Source

v1.0.8

Compare Source

v1.0.7

Compare Source

v1.0.6

Compare Source

v1.0.5

Compare Source

dtolnay/anyhow (anyhow)

v1.0.99

Compare Source

  • Allow build-script cleanup failure with NFSv3 output directory to be non-fatal (#​420)

v1.0.98

Compare Source

v1.0.97

Compare Source

  • Documentation improvements

v1.0.96

Compare Source

  • Documentation improvements

v1.0.95

Compare Source

v1.0.94

Compare Source

  • Documentation improvements

v1.0.93

Compare Source

  • Update dev-dependencies to thiserror v2

v1.0.92

Compare Source

  • Support Rust 1.82's &raw const and &raw mut syntax inside ensure! (#​390)

v1.0.91

Compare Source

  • Ensure OUT_DIR is left with deterministic contents after build script execution (#​388)

v1.0.90

Compare Source

  • Documentation improvements

v1.0.89

Compare Source

  • Make anyhow::Error's UnwindSafe and RefUnwindSafe impl consistently available between versions of Rust newer and older than 1.72 (#​386)

v1.0.88

Compare Source

  • Documentation improvements

v1.0.87

Compare Source

  • Support more APIs, including Error::new and Error::chain, in no-std mode on Rust 1.81+ (#​383)

v1.0.86

Compare Source

  • Fix parse error in ensure! with non-literal after minus sign (#​373)

v1.0.85

Compare Source

  • Improve ensure! macro's rules to unblock some rustc pretty-printer improvements (#​368, #​371)

v1.0.84

Compare Source

  • Disallow calling ensure! through a Not impl for a type that is not bool (#​367)

v1.0.83

Compare Source

  • Integrate compile-time checking of cfgs (#​363)

v1.0.82

Compare Source

  • Documentation improvements

v1.0.81

Compare Source

  • Make backtrace support available when using -Dwarnings (#​354)

v1.0.80

Compare Source

  • Fix unused_imports warnings when compiled by rustc 1.78

v1.0.79

Compare Source

  • Work around improperly cached build script result by sccache (#​340)

v1.0.78

Compare Source

  • Reduce spurious rebuilds under RustRover IDE when using a nightly toolchain (#​337)

v1.0.77

Compare Source

v1.0.76

Compare Source

  • Opt in to unsafe_op_in_unsafe_fn lint (#​329)
bytesize-rs/bytesize (bytesize)

v1.3.3: bytesize: v1.3.3

Compare Source

  • Add rust-version field to manifest to support MSRV-aware resolvers.

v1.3.2

Compare Source

  • Reject parsing non-unit characters after whitespace.

v1.3.1

Compare Source

(yanked)

clap-rs/clap (clap)

v4.5.45

Compare Source

Fixes
  • (unstable-v5) ValueEnum variants now use the full doc comment, not summary, for PossibleValue::help

v4.5.44

Compare Source

Features
  • Add Command::mut_subcommands

v4.5.43

Compare Source

Fixes
  • (help) In long help, list Possible Values before defaults, rather than after, for a more consistent look

v4.5.42

Compare Source

Fixes
  • Include subcommand visible long aliases in --help

v4.5.41

Compare Source

Features
  • Add Styles::context and Styles::context_value to customize the styling of [default: value] like notes in the --help

v4.5.40

Compare Source

Features
  • Support quoted ids in arg!() macro (e.g. arg!("check-config": ...))

v4.5.39

Compare Source

Fixes
  • (help) Show short flag aliases before long
  • (help) Merge the short and long flag alias lists

v4.5.38

Compare Source

Fixes
  • (help) When showing aliases, include leading -- or -

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>

v4.5.30

Compare Source

Fixes
  • (assert) Allow num_args(0..=1) to be used with SetTrue
  • (assert) Clean up rendering of takes_values assertions

v4.5.29

Compare Source

Fixes
  • Change ArgMatches::args_present so not-present flags are considered not-present (matching the documentation)

v4.5.28

Compare Source

Features
  • (derive) Unstable support for full markdown syntax for doc comments, enabled with unstable-markdown

v4.5.27

Compare Source

Documentation
  • Iterate on tutorials and reference based on feedback

v4.5.26

Compare Source

Fixes
  • (error) Reduce binary size with the suggestions feature

v4.5.25

Compare Source

Fixes
  • (help) Reduce binary size

v4.5.24

Compare Source

Fixes
  • (parser) Correctly handle defaults with ignore_errors(true) and when a suggestion is provided for an unknown argument

v4.5.23

Compare Source

Fixes
  • (parser) When check allow_negative_numbers, allow E again

v4.5.22

Compare Source

Fixes
  • (assert) Catch bugs with arguments requiring themself

v4.5.21

Compare Source

Fixes
  • (parser) Ensure defaults are filled in on error with ignore_errors(true)

v4.5.20

Compare Source

Features
  • (unstable) Add CommandExt

v4.5.19

Compare Source

Internal
  • Update dependencies

v4.5.18

Compare Source

Features
  • (builder) Expose Arg::get_display_order and Command::get_display_order

v4.5.17

Compare Source

Fixes
  • (help) Style required argument groups
  • (derive) Improve error messages when unsupported fields are used

v4.5.16

Compare Source

Fixes
  • (derive) Improve error messages when derive feature is missing

v4.5.15

Compare Source

Compatiblity
  • (unstable-ext) Arg::remove changed return types
Fixes
  • (unstable-ext) Make Arg::remove return the removed item

v4.5.14

Compare Source

Features
  • (unstable-ext) Added Arg::add for attaching arbitrary state, like completion hints, to Arg without Arg knowing about it

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

v4.5.8

Compare Source

Fixes
  • Reduce extra flushes

v4.5.7

Compare Source

Fixes
  • Clean up error message when too few arguments for num_args

v4.5.6

Compare Source

v4.5.5

Compare Source

Fixes
  • Allow exclusive to override required_unless_present, required_unless_present_any, required_unless_present_all

v4.5.4

Compare Source

Fixes
  • (unstable-v5) ValueEnum variants now use the full doc comment, not summary, for PossibleValue::help

v4.5.3

Compare Source

Fixes
  • (help) Show short flag aliases before long
  • (help) Merge the short and long flag alias lists

v4.5.2

Compare Source

Fixes
  • Change ArgMatches::args_present so not-present flags are considered not-present (matching the documentation)

v4.5.1

Compare Source

Internal
  • Update dependencies

v4.5.0

Compare Source

Compatibility
  • Update MSRV to 1.74

v4.4.18

Compare Source

Fixes
  • (error) When lacking usage feature, ensure the list of required arguments is unique

v4.4.17

Compare Source

Fixes
  • Fix panic! when mixing args_conflicts_with_subcommands with ArgGroup (which is implicit with derive) introduced in 4.4.15

v4.4.16

Compare Source

Fixes
  • Ensure invalid escape sequences in user-defined strings are correctly stripped when terminal doesn't support color

v4.4.15

Compare Source

Fixes
  • Improve error for args_conflicts_with_subcommands
  • Ensure we error for args_conflicts_with_subcommands when using subcommand short and long flags

v4.4.14

Compare Source

Documentation
  • Fix find cookbook entry to allow repeats of flags/options
Features
  • Allow num_args(0) on options which allows making them emulate being a flag for position-tracking flags

v4.4.13

Compare Source

Documentation
  • Fix link to structopt migration guide

v4.4.12

Compare Source

Performance
  • Only ask TypedValueParser for possible values if needed

v4.4.11

Compare Source

Features
  • Add Command::mut_group

v4.4.10

Compare Source

Documentation
  • Link out to changelog
  • Cross link derive's attribute reference to derive tutorial

v4.4.9

Compare Source

Fixes
  • (help) Show correct Command::about under flattened headings
  • (help) Respect hide when flattening subcommands

v4.4.8

Compare Source

Features
  • Add Command::flatten_help to allow git stash -h like help for subcommands

v4.4.7

Compare Source

Performance
  • Reduced code size
dajoha/color-print (color-print)

v0.3.6

Compare Source

alexcrichton/curl-rust (curl)

v0.4.49

Compare Source

v0.4.46

Compare Source

v0.4.45

Compare Source

alexcrichton/filetime (filetime)

v0.2.25

Compare Source

v0.2.24

Compare Source

v0.2.23

Compare Source

rust-lang/flate2-rs (flate2)

v1.1.2

Compare Source

What's Changed

Full Changelog: rust-lang/flate2-rs@1.1.1...1.1.2

v1.1.1

Compare Source

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

New Contributors

Full Changelog: rust-lang/flate2-rs@1.1.0...1.1.1

v1.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: rust-lang/flate2-rs@1.0.35...1.1.0

v1.0.35: - security update to zlib-rs

Compare Source

What's Changed

New Contributors

Full Changelog: rust-lang/flate2-rs@1.0.34...1.0.35

v1.0.34

Compare Source

What's Changed

New Contributors

Full Changelog: rust-lang/flate2-rs@1.0.33...1.0.34

v1.0.33: - fix minimal manifest versions

Compare Source

What's Changed

New Contributors

Full Changelog: rust-lang/flate2-rs@1.0.32...1.0.33

v1.0.32: - turn panic into error

Compare Source

What's Changed

Fix
Other

New Contributors

Full Changelog: rust-lang/flate2-rs@1.0.31...1.0.32

v1.0.31

Compare Source

What's Changed

New Contributors

Full Changelog: rust-lang/flate2-rs@1.0.30...1.0.31

v1.0.30: - docs.rs pages should build again

Compare Source

What's Changed

New Contributors

Full Changelog: rust-lang/flate2-rs@1.0.29...1.0.30

v1.0.29: - with new zlib-rs feature (~zlib-ng in Rust)

Compare Source

With the new zlib-rs feature, a new backend is enabled that brings in a SIMD-accelerated Rust implementation.

What's Changed

New Contributors

Full Changelog: rust-lang/flate2-rs@1.0.28...1.0.29

v1.0.28

Compare Source

What's Changed

New Contributors

Full Changelog: rust-lang/flate2-rs@1.0.27...1.0.28

rust-lang/glob (glob)

v0.3.3

Compare Source

  • Optimize memory allocations (#​147)
  • Bump the MSRV to 1.63 (#​172)
  • Fix spelling in pattern documentation (#​164)
  • Fix version numbers and some formatting (#​157)
  • Style fixes (#​137)

v0.3.2

Compare Source

rust-lang/cargo (home)

v0.5.11

Compare Source

scottlamb/http-auth (http-auth)

v0.1.10

Compare Source

  • update base64 to version 0.22.
  • update minimum Rust version to 1.70.

v0.1.9

Compare Source

  • support conversion from http crate version 1.0 types.
BurntSushi/ripgrep (ignore)

v0.4.22

Compare Source

v0.4.21

Compare Source

indexmap-rs/indexmap (indexmap)

v2.11.0

Compare Source

  • Added insert_sorted_by and insert_sorted_by_key methods to IndexMap,
    IndexSet, and VacantEntry, like customizable versions of insert_sorted.
  • Added is_sorted, is_sorted_by, and is_sorted_by_key methods to
    IndexMap and IndexSet, as well as their Slice counterparts.
  • Added sort_by_key and sort_unstable_by_key methods to IndexMap and
    IndexSet, as well as parallel co

Configuration

📅 Schedule: Branch creation - "before 5am on the first day of the month" (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

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

Copy link

changeset-bot bot commented Dec 1, 2023

⚠️ No Changeset found

Latest commit: 72b8d31

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate-bot renovate-bot force-pushed the renovate/compatible branch 5 times, most recently from 135f28f to dd6ade4 Compare December 11, 2023 08:31
@renovate-bot renovate-bot force-pushed the renovate/compatible branch 3 times, most recently from f98ac3e to 093f16b Compare December 16, 2023 05:27
@renovate-bot renovate-bot force-pushed the renovate/compatible branch 4 times, most recently from c52cc5b to 2937f16 Compare December 27, 2023 11:27
@renovate-bot renovate-bot force-pushed the renovate/compatible branch 6 times, most recently from 9013d39 to 4e590b9 Compare January 3, 2024 08:17
@renovate-bot renovate-bot force-pushed the renovate/compatible branch 6 times, most recently from 9647143 to 72297f6 Compare January 9, 2024 15:00
@renovate-bot renovate-bot force-pushed the renovate/compatible branch 4 times, most recently from f537d0d to 433f3f6 Compare January 17, 2024 23:31
@renovate-bot renovate-bot force-pushed the renovate/compatible branch 4 times, most recently from 7170d9f to ac88c86 Compare March 21, 2024 08:43
@renovate-bot renovate-bot force-pushed the renovate/compatible branch 4 times, most recently from 7c12514 to b10b811 Compare March 29, 2024 02:44
@renovate-bot renovate-bot force-pushed the renovate/compatible branch 2 times, most recently from 872239d to ab9dcc6 Compare April 3, 2024 08:53
@renovate-bot renovate-bot force-pushed the renovate/compatible branch 3 times, most recently from db790a6 to 60a8dec Compare April 17, 2024 20:58
@renovate-bot renovate-bot force-pushed the renovate/compatible branch 3 times, most recently from 5fbe4e8 to 12f0db0 Compare April 27, 2024 12:01
@renovate-bot renovate-bot force-pushed the renovate/compatible branch 2 times, most recently from 8d06cae to 43c49ed Compare May 2, 2024 20:14
@renovate-bot renovate-bot force-pushed the renovate/compatible branch 4 times, most recently from 961e399 to bf8e94a Compare September 5, 2024 02:36
@renovate-bot renovate-bot force-pushed the renovate/compatible branch 4 times, most recently from 24022cf to 79664e7 Compare September 12, 2024 02:42
Copy link

forking-renovate bot commented Sep 17, 2024

⚠️ 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]+curl-8.4.0 --precise 0.4.83
error: package ID specification `[email protected]+curl-8.4.0` did not match any packages
help: there are similar package ID specifications:

  [email protected]+curl-8.15.0

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.

1 participant