Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.17.0
->0.18.0
4.4.4
->4.4.6
4.4.4
->4.4.6
4.4.4
->4.4.6
0.1.10
->0.2.0
0.10.4
->0.11.0
2.0.0
->2.0.2
2.0.0
->2.0.2
1.32.0
->1.33.0
0.3.0
->0.4.0
0.38.14
->0.38.15
1.0.18
->1.0.19
1.0.48
->1.0.49
0.7.8
->0.8.1
0.19.15
->0.20.1
1.2.1
->1.4.1
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
anstream
v4.4.5
Compare Source
Fixes
name
orlong_flag
, allow ambiguous-looking matches that unambiguously map back to the same commandlong_flag
, don't panictokio-rs/console (console-subscriber)
v0.2.0
Compare Source
console-rs/dialoguer (dialoguer)
v0.11.0
Compare Source
Enhancements
dialouger::Result
anddialouger::Error
BasicHistory
implementation forHistory
FuzzySelect
Clone
Delete
key forFuzzySelect
Bug fixes
MultiSelect
checked and unchecked variants looking the same on WindowsInput
values that are invalid are now also stored inHistory
Input
when usingutf-8
charactersSelect
FuzzySelect
when using non-ASCII charactersBreaking
1.63.0
due to multiple dependencies on different platforms:rustix
,tempfile
,linux-raw-sys
Confirm::with_text
ColorfulTheme::inline_selections
mut self
instead of&mut self
Self
instead of&mut Self
self
instead of&self
dialouger::Result
instead ofstd::io::Result
Validator
toInputValidator
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
--all-targets
parameter support tocargo 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
::core
in generated code (#255, thanks @mina86)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
borsh
support by @grovesNL in https://github.com/uuid-rs/uuid/pull/686New Contributors
Full Changelog: uuid-rs/uuid@1.3.4...1.4.0
v1.3.4
Compare Source
What's Changed
wasm32-wasi
support with tests by @acfoltzer in https://github.com/uuid-rs/uuid/pull/677New 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.windows
andwindows-core
crates are updated to 0.51.1 to update the readme but are otherwise unchanged.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.
windows-bindgen
crate is updated to 0.51.1 and includes the new riddle-based metadata processing capabilities and is compatible with thewindows
andwindows-core
crates.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
riddle
available as a library by @kennykerr in https://github.com/microsoft/windows-rs/pull/2609windows-bindgen
forstd
usage by @kennykerr in https://github.com/microsoft/windows-rs/pull/2610Full 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.
windows
crate now depends on the windows-core crate.windows
,windows-core
,windows-implement
, andwindows-interface
crates have been bumped to version 0.51.0 as there have been breaking changes.windows-targets
crate has been bumped to version 0.48.2 as it remains compatible with previous versions.What's Changed
None
by @kennykerr in https://github.com/microsoft/windows-rs/pull/2535cdylib
dependency by @kennykerr in https://github.com/microsoft/windows-rs/pull/2545windows-targets
0.48.1 by @kennykerr in https://github.com/microsoft/windows-rs/pull/2558AsImpl::as_impl
should be unsafe by @kennykerr in https://github.com/microsoft/windows-rs/pull/2565Full 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.
This PR has been generated by Renovate Bot.