fix(deps): update cargo all non breaking changes #54
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.2
->1.7
0.1.50
->0.1.79
0.1.52
->0.1.79
1.1.0
->1.6.0
4.0.18
->4.5.4
0.6.1
->0.6.3
0.7.0
->0.7.1
0.15.0
->0.15.7
1.4
->1.19
2.1.1
->2.1.5
0.8.3
->0.8.5
0.2.0
->0.2.5
1.0.137
->1.0.197
0.1.1
->0.1.4
0.3.9
->0.3.34
0.2.2
->0.2.4
Release Notes
vorner/arc-swap (arc-swap)
v1.7.1
Compare Source
v1.7.0
Compare Source
experimental-thread-local
. Needs nightlycompiler. No stability guarantees with this feature (#93).
v1.6.0
Compare Source
normative, but better safe than sorry). (#80).
AccessConvert
wrapper is needed less often in practice (#77).v1.5.1
Compare Source
bug: Insufficient synchronization on weak platforms (#76).
Never observed in practice (it's suspected practical weak platforms like ARM
are still stronger than the model), but still technically UB.
docs: Mention triomphe's
ThinArc
around the fat-pointer limitations.v1.5.0
Compare Source
v1.4.0
Compare Source
const_empty
method).v1.3.2
Compare Source
AsRaw
trait (isn't implemented for ownedArc
/Option<Arc>
).v1.3.1
Compare Source
v1.3.0
Compare Source
miri.
dtolnay/async-trait (async-trait)
v0.1.79
Compare Source
v0.1.78
Compare Source
v0.1.77
Compare Source
v0.1.76
Compare Source
v0.1.75
Compare Source
v0.1.74
Compare Source
v0.1.73
Compare Source
v0.1.72
Compare Source
v0.1.71
Compare Source
v0.1.70
Compare Source
v0.1.69
Compare Source
v0.1.68
Compare Source
v0.1.67
Compare Source
v0.1.66
Compare Source
v0.1.65
Compare Source
v0.1.64
Compare Source
v0.1.63
Compare Source
_
and..
patterns edition independent (#234, #235)v0.1.62
Compare Source
v0.1.61
Compare Source
v0.1.60
Compare Source
v0.1.59
Compare Source
self: Arc<Self>
async methods that have a default implementation provided by the trait (#210)v0.1.58
Compare Source
v0.1.57
Compare Source
v0.1.56
Compare Source
use parentheses to disambiguate: `(impl 'async_trait + Trait)`
(#204)v0.1.55
Compare Source
_
) when compiling in 2021 edition's closure capture rules (#199)v0.1.54
Compare Source
impl Trait
in an async function argument type (#177)v0.1.53
Compare Source
v0.1.52
Compare Source
clippy::shadow_some
restriction lint from generated code (#184, thanks @c410-f3r)v0.1.51
Compare Source
tokio-rs/bytes (bytes)
v1.6.0
Compare Source
Added
Bytes::is_unique
(#643)Documented
Internal changes
UninitSlice::as_uninit_slice_mut()
logic (#644)self.
instead ofSelf::
(#642)BytesMut
: Assert alignment ofShared
(#652)From<Vec>
(#667)sub
instead ofoffset
(#668)set_vec_pos
does not need a second parameter (#672)get_vec_pos
: use&self
instead of&mut self
(#670)split_at
/split_to
(#663)Iterator
from the prelude (#673)copy_to_bytes
: Add panic section to docs (#676)ManuallyDrop
instead ofmem::forget
(#675)v1.5.0
Compare Source
Added
UninitSlice::{new,uninit}
(#598, #599)BufMut
for&mut [MaybeUninit<u8>]
(#597)Changed
BytesMut::extend_from_slice
as inline (#595)v1.4.0
Compare Source
Added
IntoIter
constructor public (#581)Fixed
BytesMut
(#592)Documented
std
(#591)v1.3.0
Compare Source
Added
BytesMut::spare_capacity_mut
(#572)Buf
andBufMut
(#576)Fixed
Documented
Bytes::new
etc should returnSelf
notBytes
(#568)v1.2.1
Compare Source
Fixed
reserve
(#560)v1.2.0
Compare Source
Added
BytesMut::zeroed
(#517)Extend<Bytes>
forBytesMut
(#527)BytesMut
toVec<u8>
(#543, #554)Bytes
toVec<u8>
(#547)UninitSlice::as_uninit_slice_mut()
(#548)Bytes::{len,is_empty}
(#514)Changed
BytesMut::reserve
(#539, #544)Fixed
remaining_mut()
on chain (#488)BytesMut
(#555)Documented
BytesMut::unsplit
docs (#535)clap-rs/clap (clap)
v4.5.4
Compare Source
Fixes
#[arg(id)]
attributes againv4.5.3
Compare Source
Internal
heck
v4.5.2
Compare Source
Fixes
v4.5.1
Compare Source
Fixes
--
even if there is a "did you mean" so long aslast
ortrailing_var_arg
is usedv4.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 argumentsv4.3.0
Compare Source
Fixes
last
assertionvalue_terminator
has higher precedence thanallow_hyphen_values
--help
v4.2.7
Compare Source
Fixes
ArgMatches
v4.2.6
Compare Source
Features
impl Eq<std::any::TypeId> for clap_builder::util::AnyValueId
v4.2.5
Compare Source
Fixes
v4.2.4
Compare Source
Documentation
Command::style
v4.2.3
Compare Source
Features
Command::styles
for theming help/errors (behindunstable-styles
)v4.2.2
Compare Source
Internal
v4.2.1
Compare Source
Fixes
v4.2.0
Compare Source
Compatibility
unstable-replace
feature (open to discussion at #2836)unstable-grouped
featureFeatures
StyledStr
to accept text styled with ANSI escape codesCLICOLOR
,CLICOLOR_FORCE
Fixes
v4.1.14
Compare Source
Features
#[group]
raw attribute supportPerformance
clap_builder
was pulled out ofclap
so it could build in parallel toclap_derive
os_str_bytes
dependency was removed for faster builds and smaller binariesv4.1.13
Compare Source
Performance
Command
v4.1.12
Compare Source
Internal
syn
v2Performance
proc-macro-error
dependencyv4.1.11
Compare Source
Internal
bitflags
v4.1.10
Compare Source
Fixes
v4.1.9
Compare Source
Fixes
get_count
/get_flag
v4.1.8
Compare Source
Fixes
deny
lints on the users behalfv4.1.7
Compare Source
Fixes
v4.1.6
Compare Source
Fixes
--help
just because hidden possible values include a descriptionv4.1.5
Compare Source
Fixes
--help
just because a hidden arg has a possible value with a descriptionv4.1.4
Compare Source
Fixes
disable_colored_help
when usingarg_required_else_help
Performance
arg!
macrov4.1.3
Compare Source
Fixes
subcommands
, rather thansubcommand
v4.1.2
Compare Source
Fixes
get_flag
, rather thanget_one::<bool>
v4.1.1
Compare Source
Features
#[group]
raw attribute supportPerformance
clap_builder
was pulled out ofclap
so it could build in parallel toclap_derive
os_str_bytes
dependency was removed for faster builds and smaller binariesv4.1.0
Compare Source
Compatibility
MSRV changed to 1.64.0
For apps with custom
--help
and--version
flags:--help
and--version
changedWhen apps have errors imitating clap's error style:
Features
ArgMatches::get_occurrences
support for argument values to be grouped by their occurrenceFixes
upgrade_from
when arguments / subcommands are explicitly marked as required--help
and--version
(also helps with overflow)v4.0.32
Compare Source
Fixes
required(true)
, consider args that conflict with its groupv4.0.31
Compare Source
Performance
v4.0.30
Compare Source
Fixes
args_conflicts_with_subcommand
v4.0.29
Compare Source
v4.0.28
Compare Source
Fixes
v4.0.27
Compare Source
Features
Arg::value_parser
acceptVec<impl Into<PossibleValue>>
Display
andFromStr
forColorChoice
Fixes
atty
tois-terminal
v4.0.26
Compare Source
Fixes
ContextKind::as_str
v4.0.25
Compare Source
Features
v4.0.24
Compare Source
Fixes
v4.0.23
Compare Source
Fixes
help
subcommandv4.0.22
Compare Source
Fixes
v4.0.21
Compare Source
Features
long_about
andlong_help
attributes, without a value, force using doc comment (before it wouldn't be set if there wasn't anything different than the short help)v4.0.20
Compare Source
Fixes
v4.0.19
Compare Source
Features
ColorChoice
now implementsValueEnum
eyre-rs/eyre (color-eyre)
v0.6.3
Compare Source
v0.6.2
Compare Source
ParkMyCar/compact_str (compact_str)
v0.7.1
June 21, 2023
ToCompactString
traitfix: Don't count bytes in ToCompactString
allan2/dotenvy (dotenvy)
v0.15.7
Compare Source
Added
Changed
dotenv_codegen_impl
andproc_macro_hack
dependencies (PR #45 by sonro)unwrap
(PR #52 by LeoniePhiline)Iter
now public in the crate root (PR #51 by LeoniePhiline)v0.15.6
Compare Source
Added
Changed
dirs
moved to dev dependency (PR #24) by goto-bus-stopv0.15.5
Compare Source
Added
v0.15.4
Compare Source
Changed
v0.15.3
Compare Source
Changed
v0.15.2
Added
from_read
andfrom_read_iter
(PR #5) by Kevin M GrangerChanged
matklad/once_cell (once_cell)
v1.19.0
Compare Source
portable-atomic
instead ofatomic-polyfill
, #251.v1.18.0
Compare Source
MSRV
is updated to 1.60.0 to take advantage ofdep:
syntax for cargo features,removing "implementation details" from publicly visible surface.
v1.17.2
Compare Source
Lazy::{force,deref}_mut()
, #231.v1.17.1
Compare Source
OnceRef
implementation compliant with strict provenance.v1.17.0
Compare Source
race::OnceRef
for storing a&'a T
.v1.16.0
Compare Source
no_std
implementation based oncritical-section
,#195.
atomic-polyfill
feature (use the newcritical-section
instead)v1.15.0
Compare Source
UnwindSafe
even if thestd
feature is disabled.v1.14.0
Compare Source
unsync
andsync
Lazy
mut API:force_mut
get_mut
v1.13.1
Compare Source
atomic-polyfill
to1.0
v1.13.0
Compare Source
Lazy::get
, similar toOnceCell::get
.v1.12.1
Compare Source
debug_assert
.v1.12.0
Compare Source
OnceCell::wait
, a blocking variant ofget
.v1.11.0
Compare Source
OnceCell::with_value
to create initializedOnceCell
inconst
context.Clone
implementation forOnceCell
.parking_lot
version on top ofparking_lot_core
, for even smaller cells!v1.10.0
Compare Source
parking_lot
to0.12.0
(note that this bumps MSRV withparking_lot
feature enabled to1.49.0
).v1.9.0
Compare Source
atomic-polyfill
optional dependency to compilerace
on platforms without atomicsv1.8.0
Compare Source
try_insert
API -- a version ofset
that returns a reference.v1.7.2
Compare Source
v1.7.1
Compare Source
race::OnceBox<T>
to also implDefault
even ifT
doesn't implDefault
.v1.7.0
Compare Source
race
module behind (default)race
feature.Turns out that adding
race
by default was a breaking change on some platforms without atomics.In this release, we make the module opt-out.
Technically, this is a breaking change for those who use
race
withno_default_features
.Given that the
race
module itself only several days old, the breakage is deemed acceptable.v1.6.0
Compare Source
Lazy::into_value
once_cell::race
module for "first one wins" no_std-compatible initialization flavor.compare_and_swap
tocompare_exchange
.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 Mend Renovate. View repository job log here.