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

Update dependencies - autoclosed #986

Closed
wants to merge 1 commit into from
Closed

Conversation

sunshowers
Copy link
Member

This PR contains the following updates:

Package Type Update Change
cargo_metadata dependencies minor 0.17.0 -> 0.18.0
clap dependencies patch 4.4.4 -> 4.4.6
clap dev-dependencies patch 4.4.4 -> 4.4.6
clap_builder dependencies patch 4.4.4 -> 4.4.6
console-subscriber (source) dependencies minor 0.1.10 -> 0.2.0
dialoguer dependencies minor 0.10.4 -> 0.11.0
indexmap dependencies patch 2.0.0 -> 2.0.2
indexmap-f595c2ba2a3f28df dependencies patch 2.0.0 -> 2.0.2
insta (source) dev-dependencies minor 1.32.0 -> 1.33.0
proptest-derive (source) dev-dependencies minor 0.3.0 -> 0.4.0
rustix dependencies patch 0.38.14 -> 0.38.15
semver dependencies patch 1.0.18 -> 1.0.19
thiserror dependencies patch 1.0.48 -> 1.0.49
toml dependencies minor 0.7.8 -> 0.8.1
toml_edit dependencies minor 0.19.15 -> 0.20.1
uuid dependencies minor 1.2.1 -> 1.4.1
windows dependencies minor 0.48.0 -> 0.51.1

Release Notes

oli-obk/cargo_metadata (cargo_metadata)

v0.18.0

Compare Source

clap-rs/clap (clap)

v4.4.6

Compare Source

Internal
  • Upgrade anstream

v4.4.5

Compare Source

Fixes
  • (parser) When inferring subcommand name or long_flag, allow ambiguous-looking matches that unambiguously map back to the same command
  • (parser) When inferring subcommand long_flag, don't panic
  • (assert) Clarify what action is causing a positional that doesn't set values which is especially useful for derive users
tokio-rs/console (console-subscriber)

v0.2.0

Compare Source

console-rs/dialoguer (dialoguer)

v0.11.0

Compare Source

Enhancements
  • Added dialouger::Result and dialouger::Error
  • Added a BasicHistory implementation for History
  • Added vim mode for FuzzySelect
  • All prompts implement Clone
  • Add handling of Delete key for FuzzySelect
Bug fixes
  • Resolve some issues on Windows where pressing shift keys sometimes aborted dialogs
  • Resolve MultiSelect checked and unchecked variants looking the same on Windows
  • Input values that are invalid are now also stored in History
  • Resolve some issues with cursor positioning in Input when using utf-8 characters
  • Correct page is shown when default selected option is not on the first page for Select
  • Fix panic in FuzzySelect when using non-ASCII characters
Breaking
  • Updated MSRV to 1.63.0 due to multiple dependencies on different platforms: rustix, tempfile,linux-raw-sys
  • Removed deprecated Confirm::with_text
  • Removed deprecated ColorfulTheme::inline_selections
  • Prompt builder functions now take mut self instead of &mut self
  • Prompt builder functions now return Self instead of &mut Self
  • Prompt interaction functions now take self instead of &self
  • Prompt interaction functions and other operations now return dialouger::Result instead of std::io::Result
  • Rename Validator to InputValidator
  • The trait method Theme::format_fuzzy_select_prompt() now takes a byte position instead of a cursor position in order to support UTF-8.
bluss/indexmap (indexmap)

v2.0.2

Compare Source

v2.0.1

Compare Source

mitsuhiko/insta (insta)

v1.33.0

Compare Source

  • Added --all-targets parameter support to cargo insta test. (#​408)
proptest-rs/proptest (proptest-derive)

v0.4.0

Compare Source

bytecodealliance/rustix (rustix)

v0.38.15

Compare Source

dtolnay/semver (semver)

v1.0.19

Compare Source

dtolnay/thiserror (thiserror)

v1.0.49

Compare Source

toml-rs/toml (toml)

v0.8.1

Compare Source

v0.8.0

Compare Source

uuid-rs/uuid (uuid)

v1.4.1

Compare Source

What's Changed

New Contributors

Full Changelog: uuid-rs/uuid@1.4.0...1.4.1

v1.4.0

Compare Source

What's Changed

New Contributors

Full Changelog: uuid-rs/uuid@1.3.4...1.4.0

v1.3.4

Compare Source

What's Changed

New Contributors

Full Changelog: uuid-rs/uuid@1.3.3...1.3.4

v1.3.3

Compare Source

What's Changed

Full Changelog: uuid-rs/uuid@1.3.2...1.3.3

v1.3.2

Compare Source

What's Changed

New Contributors

Full Changelog: uuid-rs/uuid@1.3.1...1.3.2

v1.3.1

Compare Source

What's Changed

Full Changelog: uuid-rs/uuid@1.3.0...1.3.1

v1.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: uuid-rs/uuid@1.2.2...1.3.0

v1.2.2

Compare Source

What's Changed

Full Changelog: uuid-rs/uuid@1.2.1...1.2.2

microsoft/windows-rs (windows)

v0.51.1

Compare Source

This is mainly for publishing an update of the windows-bindgen crate but also fixes a few minor readme and version issues to avoid confusion.

  • The windows and windows-core crates are updated to 0.51.1 to update the readme but are otherwise unchanged.
  • The windows-targets crate and arch-specific crates are updated to 0.48.3 to update the readme and bring the lib file names in line with the crate version.

Those are all semver-compatible updates.

  • The windows-bindgen crate is updated to 0.51.1 and includes the new riddle-based metadata processing capabilities and is compatible with the windows and windows-core crates.
  • The windows-metadata crate is updated to 0.51.1 and includes many refinements but is largely for internal use.

Those are major breaking changes.

The windows-sys crate will not be updated at this time.

What's Changed

Full Changelog: microsoft/windows-rs@0.51.0...0.51.1

v0.51.0

Compare Source

As requested by #​2603, this update includes the first published update to the windows crate in 5 months. As a reminder, updates are only published by request.

  • This includes a semver-compatible update to the windows-targets crate.
  • The windows crate now depends on the windows-core crate.
  • The windows, windows-core, windows-implement, and windows-interface crates have been bumped to version 0.51.0 as there have been breaking changes.
  • The windows-targets crate has been bumped to version 0.48.2 as it remains compatible with previous versions.
  • Notably, an expanded set of WDK APIs are now available.
  • Other crates will not be updated at this time.

What's Changed

Full Changelog: microsoft/windows-rs@0.50.0...0.51.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 has been generated by Renovate Bot.

@sunshowers sunshowers changed the title Update dependencies Update dependencies - autoclosed Sep 30, 2023
@sunshowers sunshowers closed this Sep 30, 2023
@sunshowers sunshowers deleted the renovate/dependencies branch September 30, 2023 02:05
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.

2 participants