-
Notifications
You must be signed in to change notification settings - Fork 4
chore(deps): update compatible #162
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
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/compatible
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
e027d82 to
84bfad5
Compare
f6d50e1 to
d55ccb2
Compare
939a2fa to
23ad778
Compare
78d582b to
83e1bb4
Compare
d7191b6 to
1f865e1
Compare
1f865e1 to
90e02f4
Compare
90e02f4 to
b94469a
Compare
b94469a to
a84d287
Compare
a84d287 to
acd5fc5
Compare
e6efc05 to
f17e83c
Compare
8a68f7c to
07deb64
Compare
fc6ff70 to
1540eb3
Compare
27bc9b9 to
ceaa5ac
Compare
87a7ce5 to
c203835
Compare
a3932eb to
0ad0de2
Compare
e7427ae to
c247272
Compare
e40483a to
e56a1d7
Compare
e56a1d7 to
cf93a03
Compare
19d045a to
d89df58
Compare
c3dd089 to
4c024ed
Compare
251fffa to
71a8483
Compare
ea0cbae to
fac86be
Compare
fac86be to
cc2023e
Compare
cc2023e to
e48530f
Compare
5b68207 to
bcc9400
Compare
74c621e to
f384cca
Compare
f384cca to
151d912
Compare
Contributor
Author
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
1.0.71->1.0.1001.3.3->1.8.20.2.3->0.2.244.3.0->4.5.531.0.4->1.0.50.5.5->0.5.120.4.7->0.4.170.4.17->0.4.291.8.3->1.12.2Release Notes
dtolnay/anyhow (anyhow)
v1.0.100Compare Source
bail!,ensure!,anyhow!(#426)v1.0.99Compare Source
v1.0.98Compare Source
self.into_boxed_dyn_error()andself.reallocate_into_boxed_dyn_error_without_backtrace()methods for anyhow::Error (#415)v1.0.97Compare Source
v1.0.96Compare Source
v1.0.95Compare Source
Error::from_boxed(#401, #402)v1.0.94Compare Source
v1.0.93Compare Source
thiserrorv2v1.0.92Compare Source
&raw constand&raw mutsyntax insideensure!(#390)v1.0.91Compare Source
v1.0.90Compare Source
v1.0.89Compare Source
UnwindSafeandRefUnwindSafeimpl consistently available between versions of Rust newer and older than 1.72 (#386)v1.0.88Compare Source
v1.0.87Compare Source
Error::newandError::chain, in no-std mode on Rust 1.81+ (#383)v1.0.86Compare Source
ensure!with non-literal after minus sign (#373)v1.0.85Compare Source
ensure!macro's rules to unblock some rustc pretty-printer improvements (#368, #371)v1.0.84Compare Source
ensure!through aNotimpl for a type that is notbool(#367)v1.0.83Compare Source
v1.0.82Compare Source
v1.0.81Compare Source
v1.0.80Compare Source
v1.0.79Compare Source
v1.0.78Compare Source
v1.0.77Compare Source
anyhow::Error::backtraceavailable on stable Rust compilers 1.65+ (#293, thanks @LukasKalbertodt)v1.0.76Compare Source
unsafe_op_in_unsafe_fnlint (#329)v1.0.75Compare Source
v1.0.74Compare Source
v1.0.73Compare Source
v1.0.72Compare Source
BLAKE3-team/BLAKE3 (blake3)
v1.8.2Compare Source
version 1.8.2
Changes since 1.8.1:
v1.8.1Compare Source
version 1.8.1
Changes since 1.8.0:
with BLAKE3_USE_TBB=1 (#460 and #461).
v1.8.0Compare Source
version 1.8.0
Changes since 1.7.0:
blake3::hazmatmodule, whichreplaces the undocumented and now deprecated
blake3::gutsmodule.This is intended for advanced use cases like Bao and Iroh, which need
to manipulate chunk and subtree "chaining values" directly. See the
module docs for more: https://docs.rs/blake3/1.8.0/blake3/hazmat
v1.7.0Compare Source
version 1.7.0
Changes since 1.6.1:
Intel's oneTBB library. This works similarly to the Rayon-based
multithreading used in the Rust implementation. See c/README.md for
details. Contributed by @silvanshade (#445).
wasm32_simdCargo feature. Under Wasmtime on my laptop, this is a 6xperformance improvement for large inputs. This backend is currently
Rust-only. Contributed by @monoid (#341).
Contributed by @Sporif and @toothbrush7777777 (#230).
b3sum --tag, which changes the output format. This is forcompatibility with GNU checksum tools (which use the same flag) and
BSD checksum tools (which use the output format this flag turns on).
Contributed by @leahneukirchen (#453) and @dbohdan (#430).
v1.6.1Compare Source
version 1.6.1
Changes since 1.6.0:
mmapfrom the default features list. It was addedaccidentally in v1.6.0, last week. This is technically a
backwards-incompatible change, but I would rather not tag v2.0.0 for a
build-time bugfix with a simple workaround.
v1.6.0Compare Source
version 1.6.0
Changes since 1.5.5:
v1.5.5Compare Source
version 1.5.5
Changes since 1.5.4:
b3sum --checknow supports checkfiles with Windows-style newlines.b3sumstill emits Unix-style newlines, even on Windows, butsometimes text editors or version control tools will swap them.
blake3crate. This is for backwards compatibility only, and it'sinsta-deprecated. All callers should prefer the "traits-preview"
feature.
v1.5.4Compare Source
version 1.5.4
Changes since 1.5.3:
blake3::Hasher::finalize_xof). This brings long output performance
into line with long input performance. Currently AVX-512-only and
Unix-only.
v1.5.3Compare Source
version 1.5.3
Changes since 1.5.2:
compatible, but that didn't hold for non-self-describing serialization
formats like bincode. See #414.
v1.5.2Compare Source
version 1.5.2
Changes since 1.5.1:
build.rssetscc::Build::emit_rerun_if_env_changed(false)toprevent some unnecessary rebuilds, particularly when the
PATHchanges on Windows. See #324.
Hashproduces a bytestring instead of an array informats that support bytestrings (like CBOR). Deserialization is
backwards-compatible with the array format.
v1.5.1Compare Source
version 1.5.1
Changes since 1.5.0:
unchanged, 1.66.1.)
v1.5.0Compare Source
version 1.5.0
Changes since 1.4.1:
forms of IO: update_reader, update_mmap, and update_mmap_rayon. The
latter matches the default behavior of b3sum. The mmap methods are
gated by the new "mmap" Cargo feature.
This is gated by the new "zeroize" Cargo feature.
Deserialize traits. This is gated by the new "serde" Cargo feature.
most compilers other than MSVC. Previously this was a non-atomic
write, which was probably "benign" but made TSan unhappy.
Previously this was a build error if the caller didn't explicitly
disable it.
v1.4.1Compare Source
version 1.4.1
Changes since 1.4.0:
Rust callers. This affects AArch64 targets by default and ARMv7
targets that explicitly enable (and support) NEON. The size of the
improvement depends on the microarchitecture, but I've benchmarked
~1.3x on a Cortex-A53 and ~1.2x on an Apple M1. Contributed by
@sdlyyxy in #319.
blake3crate andb3sum.v1.4.0Compare Source
version 1.4.0
Changes since 1.3.3:
CMakeLists.txtfor callers who buildwith CMake. The CMake build is not yet stable, and callers should
expect breaking changes in patch version updates. The "by hand" build
will always continue to be supported and documented.
b3sumsupports the--seekflag, to set the starting position inthe output stream.
b3sum --checkprints a summary of errors to stderr.Hash::as_bytesis const.Hashsupportsfrom_bytes, which is const.clap-rs/clap (clap)
v4.5.53Compare Source
Features
default_values_if,default_values_ifsv4.5.52Compare Source
Fixes
args_conflicts_with_subcommandsconflicts with anArgGroupv4.5.51Compare Source
Fixes
ArgAction::Countv4.5.50Compare Source
Features
CowwhereStringand&strare acceptedv4.5.49Compare Source
Fixes
v4.5.48Compare Source
Documentation
typed_derivecookbook entryv4.5.47Compare Source
Features
impl FromArgMatches for ()impl Args for ()impl Subcommand for ()impl FromArgMatches for Infallibleimpl Subcommand for InfallibleFixes
clapv4.5.46Compare Source
Features
StyledStr::push_strv4.5.45Compare Source
Fixes
ValueEnumvariants now use the full doc comment, not summary, forPossibleValue::helpv4.5.44Compare Source
Features
Command::mut_subcommandsv4.5.43Compare Source
Fixes
v4.5.42Compare Source
Fixes
--helpv4.5.41Compare Source
Features
Styles::contextandStyles::context_valueto customize the styling of[default: value]like notes in the--helpv4.5.40Compare Source
Features
arg!()macro (e.g.arg!("check-config": ...))v4.5.39Compare Source
Fixes
v4.5.38Compare Source
Fixes
--or-v4.5.37Compare Source
Features
ArgMatches::try_clear_id()v4.5.36Compare Source
Fixes
v4.5.35Compare Source
Fixes
help_headingv4.5.34Compare Source
Fixes
flatten_help(true)and subcommands without argumentsv4.5.33Compare Source
Fixes
v4.5.32Compare Source
Features
Error::removeDocumentation
humantimetojiffInternal
pulldown-cmarkv4.5.31Compare Source
Features
ValueParserFactoryforSaturating<T>v4.5.30Compare Source
Fixes
num_args(0..=1)to be used withSetTruetakes_valuesassertionsv4.5.29Compare Source
Fixes
ArgMatches::args_presentso not-present flags are considered not-present (matching the documentation)v4.5.28Compare Source
Features
unstable-markdownv4.5.27Compare Source
Documentation
v4.5.26Compare Source
Fixes
suggestionsfeaturev4.5.25Compare Source
Fixes
v4.5.24Compare Source
Fixes
ignore_errors(true)and when a suggestion is provided for an unknown argumentv4.5.23Compare Source
Fixes
allow_negative_numbers, allowEagainv4.5.22Compare Source
Fixes
v4.5.21Compare Source
Fixes
ignore_errors(true)v4.5.20Compare Source
Features
CommandExtv4.5.19Compare Source
Internal
v4.5.18Compare Source
Features
Arg::get_display_orderandCommand::get_display_orderv4.5.17Compare Source
Fixes
v4.5.16Compare Source
Fixes
derivefeature is missingv4.5.15Compare Source
Compatiblity
Arg::removechanged return typesFixes
Arg::removereturn the removed itemv4.5.14Compare Source
Features
Arg::addfor attaching arbitrary state, like completion hints, toArgwithoutArgknowing about itv4.5.13Compare Source
Fixes
#[flatten]ing an optional#[group(skip)]v4.5.12Compare Source
v4.5.11Compare Source
v4.5.10Compare Source
v4.5.9Compare Source
Fixes
v4.5.8Compare Source
Fixes
v4.5.7Compare Source
Fixes
num_argsv4.5.6Compare Source
v4.5.5Compare Source
Features
default_values_if,default_values_ifsv4.5.4Compare Source
Fixes
v4.5.3Compare Source
Fixes
v4.5.2Compare Source
Fixes
ArgMatches::args_presentso not-present flags are considered not-present (matching the documentation)v4.5.1Compare Source
Internal
v4.5.0Compare Source
Compatibility
v4.4.18Compare Source
Fixes
usagefeature, ensure the list of required arguments is uniquev4.4.17Compare Source
Fixes
panic!when mixingargs_conflicts_with_subcommandswithArgGroup(which is implicit withderive) introduced in 4.4.15v4.4.16Compare Source
Fixes
v4.4.15Compare Source
Fixes
args_conflicts_with_subcommandsargs_conflicts_with_subcommandswhen using subcommand short and long flagsv4.4.14Compare Source
Documentation
findcookbook entry to allow repeats of flags/optionsFeatures
num_args(0)on options which allows making them emulate being a flag for position-tracking flagsv4.4.13Compare Source
Documentation
v4.4.12Compare Source
Performance
TypedValueParserfor possible values if neededv4.4.11Compare Source
Features
Command::mut_groupv4.4.10Compare Source
Documentation
v4.4.9Compare Source
Fixes
Command::aboutunder flattened headingshidewhen flattening subcommandsv4.4.8Compare Source
Features
Command::flatten_helpto allowgit stash -hlike help for subcommandsv4.4.7Compare Source
Performance
v4.4.6Compare Source
Internal
anstreamv4.4.5Compare Source
Fixes
nameorlong_flag, allow ambiguous-looking matches that unambiguously map back to the same commandlong_flag, don't panicv4.4.4Compare Source
Internal
terminal_sizeto 0.3v4.4.3Compare Source
Documentation
v4.4.2Compare Source
Performance
once_celldependencyv4.4.1Compare Source
Fixes
usagefeature, ensure the list of required arguments is uniquev4.4.0Compare Source
compatibility
v4.3.24Compare Source
Fixes
--helpwith custom templatesv4.3.23Compare Source
Fixes
UnknownArgumentValueParserto not error on flag's absencev4.3.22Compare Source
Features
UnknownArgumentValueParserfor injecting errors for improving the experience with errorsv4.3.21Compare Source
Features
TryMapValueParserso the type can be namedv4.3.20Compare Source
Features
Command::mut_argsfor modifying all arguments en massev4.3.19Compare Source
Fixes
value_terminatoreven in the presence of later multiple-value positional argumentsv4.3.18Compare Source
Fixes
--in fewer places where it won't workv4.3.17Compare Source
Fixes
PossibleValuedescriptions in--helpv4.3.16Compare Source
Fixes
v4.3.15Compare Source
Features
anstyleDocumentation
v4.3.14Compare Source
Features
ArgAction::HelpShortandArgAction::HelpLongfor explicitly specifying which style of help to displayFixes
[OPTIONS]in usage if a help or versionArgActionis usedv4.3.13Compare Source
v4.3.12Compare Source
Fixes
v4.3.11Compare Source
Features
num::Wrapping,Box, orArcBox<str>,Box<OsStr>, andBox<Path>v4.3.10Compare Source
Performance
v4.3.9Compare Source
Fixes
Command::ignore_errorsno longer masks help/versionv4.3.8Compare Source
Fixes
infer_long_arg, rather than arbitrarily picking one, matching the documentation and subcommand's behaviorv4.3.7Compare Source
Documentation
v4.3.6Compare Source
Documentation
cliov4.3.5Compare Source
ColorChoice::possible_valuesis added to simplify things for builder usersFixes
ColorChoice::to_possible_valueno longer includes descriptions, encouraging shorter help where possiblev4.3.4Compare Source
Features
Error::exit_codev4.3.3Compare Source
Features
Command::deferfor delayed initialization of subcommands to reduce startup times of large applications like denov4.3.2Compare Source
Fixes
--helpwith custom templatesv4.3.1Compare Source
Fixes
value_terminatoreven in the presence of later multiple-value positional argumentskornelski/dunce (dunce)
v1.0.5Compare Source
rust-lang/cargo (home)
v0.5.12Compare Source
v0.5.11Compare Source
v0.5.9Compare Source
sunfishcode/is-terminal (is-terminal)
v0.4.17Compare Source
v0.4.16Compare Source
v0.4.15Compare Source
v0.4.14Compare Source
v0.4.13Compare Source
v0.4.12Compare Source
v0.4.11Compare Source
v0.4.10Compare Source
v0.4.9Compare Source
v0.4.8Compare Source
rust-lang/log (log)
v0.4.29Compare Source
v0.4.28Compare Source
v0.4.27Compare Source
What's Changed
Full Changelog: rust-lang/log@0.4.26...0.4.27
v0.4.26Compare Source
What's Changed
Full Changelog: rust-lang/log@0.4.26...0.4.27
v0.4.25Compare Source
What's Changed
Cloneforkv::Valueby @SpriteOvO in #668spdlog-rslink to crate doc by @SpriteOvO in #669Full Changelog: rust-lang/log@0.4.25...0.4.26
v0.4.24Compare Source
What's Changed
Full Changelog: rust-lang/log@0.4.24...0.4.25
v0.4.23Compare Source
What's Changed
Full Changelog: rust-lang/log@0.4.23...0.4.24
v0.4.22Compare Source
What's Changed
spdlog-rslink to README by @SpriteOvO in #639New Contributors
Full Changelog: rust-lang/log@0.4.22...0.4.23
v0.4.21Compare Source
What's Changed
cologcrate by @chrivers in #621Configuration
📅 Schedule: Branch creation - "before 3am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.