-
Notifications
You must be signed in to change notification settings - Fork 4
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 #162
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 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
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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.97
1.3.3
->1.8.1
0.2.3
->0.2.19
4.3.0
->4.5.35
1.0.4
->1.0.5
0.5.5
->0.5.11
0.4.7
->0.4.16
0.4.17
->0.4.27
1.8.3
->1.11.1
Release Notes
dtolnay/anyhow (anyhow)
v1.0.97
Compare Source
v1.0.96
Compare Source
v1.0.95
Compare Source
Error::from_boxed
(#401, #402)v1.0.94
Compare Source
v1.0.93
Compare Source
thiserror
v2v1.0.92
Compare Source
&raw const
and&raw mut
syntax insideensure!
(#390)v1.0.91
Compare Source
v1.0.90
Compare Source
v1.0.89
Compare Source
UnwindSafe
andRefUnwindSafe
impl consistently available between versions of Rust newer and older than 1.72 (#386)v1.0.88
Compare Source
v1.0.87
Compare Source
Error::new
andError::chain
, in no-std mode on Rust 1.81+ (#383)v1.0.86
Compare Source
ensure!
with non-literal after minus sign (#373)v1.0.85
Compare Source
ensure!
macro's rules to unblock some rustc pretty-printer improvements (#368, #371)v1.0.84
Compare Source
ensure!
through aNot
impl for a type that is notbool
(#367)v1.0.83
Compare Source
v1.0.82
Compare Source
v1.0.81
Compare Source
v1.0.80
Compare Source
v1.0.79
Compare Source
v1.0.78
Compare Source
v1.0.77
Compare Source
anyhow::Error::backtrace
available on stable Rust compilers 1.65+ (#293, thanks @LukasKalbertodt)v1.0.76
Compare Source
unsafe_op_in_unsafe_fn
lint (#329)v1.0.75
Compare Source
v1.0.74
Compare Source
v1.0.73
Compare Source
v1.0.72
Compare Source
BLAKE3-team/BLAKE3 (blake3)
v1.8.1
Compare Source
version 1.8.1
Changes since 1.8.0:
with BLAKE3_USE_TBB=1 (#460 and #461).
v1.8.0
Compare Source
version 1.8.0
Changes since 1.7.0:
blake3::hazmat
module, whichreplaces the undocumented and now deprecated
blake3::guts
module.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.0
Compare 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_simd
Cargo 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.1
Compare Source
version 1.6.1
Changes since 1.6.0:
mmap
from 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.0
Compare Source
version 1.6.0
Changes since 1.5.5:
v1.5.5
Compare Source
version 1.5.5
Changes since 1.5.4:
b3sum --check
now supports checkfiles with Windows-style newlines.b3sum
still emits Unix-style newlines, even on Windows, butsometimes text editors or version control tools will swap them.
blake3
crate. This is for backwards compatibility only, and it'sinsta-deprecated. All callers should prefer the "traits-preview"
feature.
v1.5.4
Compare 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.3
Compare 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.2
Compare Source
version 1.5.2
Changes since 1.5.1:
build.rs
setscc::Build::emit_rerun_if_env_changed(false)
toprevent some unnecessary rebuilds, particularly when the
PATH
changes on Windows. See #324.
Hash
produces a bytestring instead of an array informats that support bytestrings (like CBOR). Deserialization is
backwards-compatible with the array format.
v1.5.1
Compare Source
version 1.5.1
Changes since 1.5.0:
unchanged, 1.66.1.)
v1.5.0
Compare 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.1
Compare 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.
blake3
crate andb3sum
.v1.4.0
Compare Source
version 1.4.0
Changes since 1.3.3:
CMakeLists.txt
for 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.
b3sum
supports the--seek
flag, to set the starting position inthe output stream.
b3sum --check
prints a summary of errors to stderr.Hash::as_bytes
is const.Hash
supportsfrom_bytes
, which is const.clap-rs/clap (clap)
v4.5.35
Compare Source
Fixes
help_heading
v4.5.34
Compare Source
Fixes
flatten_help(true)
and subcommands without argumentsv4.5.33
Compare Source
Fixes
v4.5.32
Compare Source
Features
Error::remove
Documentation
humantime
tojiff
Internal
pulldown-cmark
v4.5.31
Compare Source
Features
ValueParserFactory
forSaturating<T>
v4.5.30
Compare Source
Fixes
num_args(0..=1)
to be used withSetTrue
takes_values
assertionsv4.5.29
Compare Source
Fixes
ArgMatches::args_present
so not-present flags are considered not-present (matching the documentation)v4.5.28
Compare Source
Features
unstable-markdown
v4.5.27
Compare Source
Documentation
v4.5.26
Compare Source
Fixes
suggestions
featurev4.5.25
Compare Source
Fixes
v4.5.24
Compare Source
Fixes
ignore_errors(true)
and when a suggestion is provided for an unknown argumentv4.5.23
Compare Source
Fixes
allow_negative_numbers
, allowE
againv4.5.22
Compare Source
Fixes
v4.5.21
Compare Source
Fixes
ignore_errors(true)
v4.5.20
Compare Source
Features
CommandExt
v4.5.19
Compare Source
Internal
v4.5.18
Compare Source
Features
Arg::get_display_order
andCommand::get_display_order
v4.5.17
Compare Source
Fixes
v4.5.16
Compare Source
Fixes
derive
feature is missingv4.5.15
Compare Source
Compatiblity
Arg::remove
changed return typesFixes
Arg::remove
return the removed itemv4.5.14
Compare Source
Features
Arg::add
for attaching arbitrary state, like completion hints, toArg
withoutArg
knowing about itv4.5.13
Compare Source
Fixes
#[flatten]
ing an optional#[group(skip)]
v4.5.12
Compare Source
v4.5.11
Compare Source
v4.5.10
Compare Source
v4.5.9
Compare Source
Fixes
v4.5.8
Compare Source
Fixes
v4.5.7
Compare Source
Fixes
num_args
v4.5.6
Compare Source
v4.5.5
Compare Source
Fixes
exclusive
to overriderequired_unless_present
,required_unless_present_any
,required_unless_present_all
v4.5.4
Compare Source
Fixes
#[arg(id)]
attributes againv4.5.3
Compare Source
Fixes
help_heading
v4.5.2
Compare Source
Fixes
ArgMatches::args_present
so not-present flags are considered not-present (matching the documentation)v4.5.1
Compare Source
Internal
v4.5.0
Compare Source
Compatibility
v4.4.18
Compare Source
Fixes
usage
feature, ensure the list of required arguments is uniquev4.4.17
Compare Source
Fixes
panic!
when mixingargs_conflicts_with_subcommands
withArgGroup
(which is implicit withderive
) introduced in 4.4.15v4.4.16
Compare Source
Fixes
v4.4.15
Compare Source
Fixes
args_conflicts_with_subcommands
args_conflicts_with_subcommands
when using subcommand short and long flagsv4.4.14
Compare Source
Documentation
find
cookbook 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.13
Compare Source
Documentation
v4.4.12
Compare Source
Performance
TypedValueParser
for possible values if neededv4.4.11
Compare Source
Features
Command::mut_group
v4.4.10
Compare Source
Documentation
v4.4.9
Compare Source
Fixes
Command::about
under flattened headingshide
when flattening subcommandsv4.4.8
Compare Source
Features
Command::flatten_help
to allowgit stash -h
like help for subcommandsv4.4.7
Compare Source
Performance
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 panicv4.4.4
Compare Source
Internal
terminal_size
to 0.3v4.4.3
Compare Source
Documentation
v4.4.2
Compare Source
Performance
once_cell
dependencyv4.4.1
Compare Source
Fixes
usage
feature, ensure the list of required arguments is uniquev4.4.0
Compare Source
compatibility
v4.3.24
Compare Source
Fixes
--help
with custom templatesv4.3.23
Compare Source
Fixes
UnknownArgumentValueParser
to not error on flag's absencev4.3.22
Compare Source
Features
UnknownArgumentValueParser
for injecting errors for improving the experience with errorsv4.3.21
Compare Source
Features
TryMapValueParser
so the type can be namedv4.3.20
Compare Source
Features
Command::mut_args
for modifying all arguments en massev4.3.19
Compare Source
Fixes
value_terminator
even in the presence of later multiple-value positional argumentsv4.3.18
Compare Source
Fixes
--
in fewer places where it won't workv4.3.17
Compare Source
Fixes
PossibleValue
descriptions in--help
v4.3.16
Compare Source
Fixes
v4.3.15
Compare Source
Features
anstyle
Documentation
v4.3.14
Compare Source
Features
ArgAction::HelpShort
andArgAction::HelpLong
for explicitly specifying which style of help to displayFixes
[OPTIONS]
in usage if a help or versionArgAction
is usedv4.3.13
Compare Source
v4.3.12
Compare Source
Fixes
v4.3.11
Compare Source
Features
num::Wrapping
,Box
, orArc
Box<str>
,Box<OsStr>
, andBox<Path>
v4.3.10
Compare Source
Performance
v4.3.9
Compare Source
Fixes
Command::ignore_errors
no longer masks help/versionv4.3.8
Compare Source
Fixes
infer_long_arg
, rather than arbitrarily picking one, matching the documentation and subcommand's behaviorv4.3.7
Compare Source
Documentation
v4.3.6
Compare Source
Documentation
clio
v4.3.5
Compare Source
ColorChoice::possible_values
is added to simplify things for builder usersFixes
ColorChoice::to_possible_value
no longer includes descriptions, encouraging shorter help where possiblev4.3.4
Compare Source
Features
Error::exit_code
v4.3.3
Compare Source
Features
Command::defer
for delayed initialization of subcommands to reduce startup times of large applications like denov4.3.2
Compare Source
Fixes
--help
with custom templatesv4.3.1
Compare Source
Fixes
value_terminator
even in the presence of later multiple-value positional argumentskornelski/dunce (dunce)
v1.0.5
Compare Source
rust-lang/cargo (home)
v0.5.11
Compare Source
v0.5.9
Compare Source
sunfishcode/is-terminal (is-terminal)
v0.4.16
Compare Source
v0.4.15
Compare Source
v0.4.14
Compare Source
v0.4.13
Compare Source
v0.4.12
Compare Source
v0.4.11
Compare Source
v0.4.10
Compare Source
v0.4.9
Compare Source
v0.4.8
Compare Source
rust-lang/log (log)
v0.4.27
Compare Source
What's Changed
Full Changelog: rust-lang/log@0.4.26...0.4.27
v0.4.26
Compare Source
What's Changed
Clone
forkv::Value
by @SpriteOvO in https://github.com/rust-lang/log/pull/668spdlog-rs
link to crate doc by @SpriteOvO in https://github.com/rust-lang/log/pull/669Full Changelog: rust-lang/log@0.4.25...0.4.26
v0.4.25
Compare Source
What's Changed
Full Changelog: rust-lang/log@0.4.24...0.4.25
v0.4.24
Compare Source
What's Changed
Full Changelog: rust-lang/log@0.4.23...0.4.24
v0.4.23
Compare Source
What's Changed
spdlog-rs
link to README by @SpriteOvO in https://github.com/rust-lang/log/pull/639New Contributors
Full Changelog: rust-lang/log@0.4.22...0.4.23
v0.4.22
Compare Source
What's Changed
colog
crate by @chrivers in https://github.com/rust-lang/log/pull/621New Contributors
Full Changelog: rust-lang/log@0.4.21...0.4.22
v0.4.21
Compare Source
What's Changed
STATIC_MAX_LEVEL
by @ptosi in https://github.com/rust-lang/log/pull/594ok_or
in favor ofOption::ok_or
by @AngelicosPhosphoros in https://github.com/rust-lang/log/pull/607Acquire
ordering for initialization check by @AngelicosPhosphoros in https://github.com/rust-lang/log/pull/610New Contributors
v0.4.20
Compare Source
local_inner_macros
usage by @EFanZh in https://github.com/rust-lang/log/pull/570v0.4.19
Compare Source
v0.4.18
Compare Source
Configuration
📅 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.