chore(deps): update all dependencies #12
Open
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:
v3
->v4
1.0.79
->1.0.92
50.0.0
->53.0.0
8.0.0
->13.0.0
50.0.0
->53.0.0
0.3.5
->0.3.6
1.5.0
->1.8.0
3.1.18
->4.0.0
v3
->v6
v2
->v3
0.9.0
->0.11.0
0.3.30
->0.3.31
0.3.30
->0.3.31
0.4.20
->0.4.22
0.10
->0.13
0.10
->0.13
0.10.1
->0.13.0
1.60
->1.82
1.0.196
->1.0.214
1.36.0
->1.41.0
0.1.14
->0.1.16
0.7
->0.12
0.7
->0.12
0.4.0
->0.12.0
Release Notes
actions/checkout (actions/checkout)
v4
Compare Source
dtolnay/anyhow (anyhow)
v1.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
apache/arrow-rs (arrow)
v53.2.0
Compare Source
Full Changelog
Implemented enhancements:
make_builder
within struct_builder.rs #6589 [arrow]AsyncArrowWriter
API to get the total size of a written parquet file #6530 [parquet]append_many
for Dictionary builders #6529 [arrow]GRPC_STATUS
with tonic 0.12.1 #6515 [arrow] [arrow-flight]raw-entry
feature of Hashbrown #6498 [parquet] [arrow] [arrow-flight]SerializedFileReader::new_with_options
#6491 [parquet]53.1.0
(October 2024) #6340 [arrow]Fixed bugs:
c_char = u8
#6571 [arrow]master
#6568 [arrow] [arrow-flight]Documentation updates:
Closed issues:
Merged pull requests:
RecordBatch.get_array_memory_size()
#6607 [arrow] (2010YOUY01)make_builders
for stru… #6593 [arrow] (kszlim)unsafe
improvements #6551 [arrow] (ssbr)AsyncArrowWriter::finish
#6543 [parquet] (etseidl)ColumnChunkMetadataBuilder
clear APIs #6523 [parquet] (alamb)SerializedFileReader::new_with_options
#6506 [parquet] (etseidl)MetadataFetch
andAsyncFileReader
docs #6505 [parquet] (alamb)* This Changelog was automatically generated by github_changelog_generator
v53.1.0
Compare Source
v53.0.0
Compare Source
v52.2.0
Compare Source
v52.1.0
Compare Source
v52.0.0
Compare Source
v51.0.0
Compare Source
pacman82/arrow-odbc (arrow-odbc)
v13.0.0
Compare Source
>= 6, < 9
->>= 9, < 10
v12.2.0
Compare Source
>= 29, < 53
->>= 29, < 54
v12.1.0
Compare Source
OdbcReaderBuilder::trim_fixed_sized_characters
.v12.0.0
Compare Source
NULL
. You can do so usingOdbcReaderBuilder::value_errors_as_null
.arrow_schema_from
now takes an additional boolean parametermap_value_errors_to_null
.v11.2.0
Compare Source
>= 6, < 8
->>= 6, < 9
v11.1.0
Compare Source
>= 29, < 52
->>= 29, < 53
v11.0.0
Compare Source
UInt8
instead ofInt8
.v10.0.0
Compare Source
indicators_returned_from_bulk_fetch_are_memory_garbage
. Turns out the issue with IBM DB/2 drivers which triggered this can better be solved using a version of their ODBC driver which ends ino
and is compiled with a 64Bit size forSQLLEN
.Quirks
.v9.1.0
Compare Source
v9.0.0
Compare Source
"
)v8.3.0
Compare Source
>= 6, < 7
->>= 6, < 8
v8.2.0
Compare Source
ConcurrentOdbcReader
is nowSend
.v8.1.0
Compare Source
>= 29, < 51
->>= 29, < 52
tokio-rs/async-stream (async-stream)
v0.3.6
Compare Source
tokio-rs/bytes (bytes)
v1.8.0
Compare Source
split_off
/split_to
for empty slices (#740)v1.7.2
Compare Source
Fixed
Buf::{get_int, get_int_le}
(#732)Documented
Internal changes
v1.7.1
Compare Source
This release reverts the following change due to a regression:
<BytesMut as Buf>::advance
impl (#698)The revert can be found at #726.
v1.7.0
Compare Source
Added
Bytes
toBytesMut
(#695, #710)Documented
BytesMut::zeroed
works (#714)Buf::chunk
(#717)Changed
BytesMut::truncate
<BytesMut as Buf>::advance
impl (#698)must_use
suggestion ofBytesMut::split
(#699)Internal changes
ManuallyDrop
instead ofmem::forget
(#678)len
inBytesMut::reserve
(#682)Bytes::copy_to_bytes
(#688)BytesMut::truncate
(#694)BytesMut::resize
(#696)Bytes::split_to
,Bytes::split_off
(#689, #693)offset_from
in more places (#705)IntoIter
(#707)v1.6.1
Compare Source
This release fixes a bug where
Bytes::is_unique
returns incorrect values whenthe
Bytes
originates from a sharedBytesMut
. (#718)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)clap-rs/clap (clap)
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
Internal
heck
v4.5.2
Compare Source
Features
CommandExt
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 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](https://redirect.g
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.