-
Notifications
You must be signed in to change notification settings - Fork 105
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 dependencies #701
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/dependencies
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
+193
−159
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
renovate
bot
force-pushed
the
renovate/dependencies
branch
5 times, most recently
from
November 10, 2024 09:26
090d1f5
to
ee7bae5
Compare
renovate
bot
force-pushed
the
renovate/dependencies
branch
3 times, most recently
from
November 18, 2024 17:39
22af10a
to
9b77415
Compare
renovate
bot
force-pushed
the
renovate/dependencies
branch
3 times, most recently
from
November 29, 2024 19:11
91507fa
to
ff61651
Compare
renovate
bot
force-pushed
the
renovate/dependencies
branch
2 times, most recently
from
December 1, 2024 20:09
e8f2389
to
d5e5847
Compare
renovate
bot
force-pushed
the
renovate/dependencies
branch
4 times, most recently
from
December 6, 2024 11:53
ab580ee
to
7f2280e
Compare
renovate
bot
force-pushed
the
renovate/dependencies
branch
5 times, most recently
from
December 15, 2024 15:55
e0ba4e8
to
394d943
Compare
renovate
bot
force-pushed
the
renovate/dependencies
branch
6 times, most recently
from
December 20, 2024 21:27
4e21165
to
ae0edd4
Compare
renovate
bot
force-pushed
the
renovate/dependencies
branch
5 times, most recently
from
January 3, 2025 07:45
0347a25
to
70e05b6
Compare
renovate
bot
force-pushed
the
renovate/dependencies
branch
14 times, most recently
from
January 12, 2025 05:24
57fdcf3
to
0ad061f
Compare
renovate
bot
force-pushed
the
renovate/dependencies
branch
from
January 13, 2025 15:05
0ad061f
to
500c27f
Compare
|
renovate
bot
force-pushed
the
renovate/dependencies
branch
4 times, most recently
from
January 20, 2025 04:30
edeccd3
to
83c410f
Compare
renovate
bot
force-pushed
the
renovate/dependencies
branch
from
January 21, 2025 10:33
83c410f
to
1328b2a
Compare
renovate
bot
force-pushed
the
renovate/dependencies
branch
from
January 28, 2025 22:13
1328b2a
to
bcfc6bd
Compare
renovate
bot
force-pushed
the
renovate/dependencies
branch
from
January 29, 2025 20:43
bcfc6bd
to
7b306b2
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.91
->1.0.95
53.2.0
->53.4.0
53.2.0
->53.4.0
53.2.0
->53.4.0
53.2.0
->53.4.0
0.1.83
->0.1.85
1.20.0
->1.21.0
0.4.38
->0.4.39
4.5.20
->4.5.27
2.1.0
->2.2.0
1.0.128
->1.0.137
1.0.128
->1.0.137
0.11.5
->0.11.6
0.11.0
->0.11.1
7.6.1
->7.6.3
2.3.0
->2.6.0
0.3.1
->0.3.2
0.14.30
->0.14.32
2.6.0
->2.7.1
0.4.22
->0.4.25
53.1.0
->53.4.0
1.0.92
->1.0.93
0.22.5
->0.22.6
1.0.37
->1.0.38
0.12.8
->0.12.12
0.7.5
->0.7.6
1.0.23
->1.0.25
1.0.214
->1.0.217
1.0.128
->1.0.138
1.4.0
->1.4.1
1.0.66
->1.0.69
1.41.0
->1.43.0
1.41.0
->1.43.0
0.1.16
->0.1.17
0.1.16
->0.1.17
0.1.40
->0.1.41
0.1.40
->0.1.41
0.3.18
->0.3.19
2.5.2
->2.5.4
1.11.0
->1.12.1
1.11.0
->1.12.1
Release Notes
dtolnay/anyhow (anyhow)
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)apache/arrow-rs (arrow)
v53.4.0
Compare Source
Changelog
53.4.0 (2025-01-14)
Full Changelog
Merged pull requests:
v53.3.0
Compare Source
Changelog
53.3.0 (2024-11-17)
Full Changelog
Implemented enhancements:
PartialEq
of GenericByteViewArray (StringViewArray / ByteViewArray) that compares on equality rather than logical value #6679 [arrow]append_n
forBooleanBuilder
#6634 [arrow]record_batch!
macro for easy record batch creation #6553 [arrow]Binary
-->Utf8View
casting #6531 [arrow]downcast_primitive_array
anddowncast_dictionary_array
are not hygienic wrt imports #6400 [arrow]record_batch!
macro #6588 [arrow] (ByteBaker)Fixed bugs:
filter_run_end_array
#6569 [arrow]Documentation updates:
Performance improvements:
filter_run_end_array
#6712 [arrow] (Dandandan)Closed issues:
%
percent and containing escape characters #6702 [arrow]Merged pull requests:
StringViewArray
toDecimalArray
#6720 [arrow] (tlm365)filter_bytes
#6699 [arrow] (Dandandan)PartialEq
ofGenericByteViewArray
compares by logical value #6689 [arrow] (tlm365)Utf8View
forbit_length
kernel #6671 [arrow] (austin362667)nullif
kernel #6658 [arrow] (alamb)append_n
forBooleanBuilder
#6646 [arrow] (delamarch3)take_bits
to optimizetake_boolean
/take_primitive
/take_byte_view
: up to -25% #6622 [arrow] (Dandandan)ParquetObjectReader::with_runtime
#6612 [parquet] [arrow] (itsjunetime)C#
arrow flight integration test #6611 [arrow] (alamb)* This Changelog was automatically generated by github_changelog_generator
dtolnay/async-trait (async-trait)
v0.1.85
Compare Source
Self: 'async_trait
bound in impl when not needed by signature (#284)v0.1.84
Compare Source
impl Trait
in return type (#282)Lokathor/bytemuck (bytemuck)
v1.21.0
Compare Source
chronotope/chrono (chrono)
v0.4.39
: 0.4.39Compare Source
What's Changed
from_timestamp_nanos()
by @sgoll in https://github.com/chronotope/chrono/pull/1591NaiveWeek
methods by @bragov4ik in https://github.com/chronotope/chrono/pull/1600PartialEq
,Eq
,Hash
,Copy
andClone
onNaiveWeek
by @DSeeLP in https://github.com/chronotope/chrono/pull/1618#[inline]
tonum_days
by @CommanderStorm in https://github.com/chronotope/chrono/pull/1627clap-rs/clap (clap)
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)
mackwic/colored (colored)
v2.2.0
Compare Source
ColoredString
's role in theColorize
pipeline as well as link to it to suggest learning more about how to manipulate existingColoredString
's.ColoredString
:fgcolor
,bgcolor
, andstyle
due to their obsolescence in the face of the exposing of their represented fields.fgcolor
,bgcolor
, andstyle
.DerefMut
.Style
:Default
forStyle
(returnsCLEAR
). This exposes a method by which users can create plainStyle
's from scratch.From<Styles>
forStyle
. This lets users easily createStyle
's from specific styles.add
.remove
which essentially does the opposite.Colorize
to add stylings (e.g.bold
,underline
,italic
,strikethrough
).BitAnd
,BitOr
,BitXor
, andNot
as well as their representative assignment operators. You can also use aStyles
as an operand for these.FromIterator<Styles>
for Style.Styles
:BitAnd
,BitOr
,BitXor
, andNot
which all combineStyles
's and outputStyle
's. These can also take aStyle
as an operand.with_style
andwith_color_and_style
toColorize
.dtolnay/cxx (cxx)
v1.0.137
Compare Source
v1.0.136
Compare Source
UniquePtr::as_ptr
andUniquePtr::as_mut_ptr
(#892, thanks @adetaylor)rust_cxx_bridge
(#1416, thanks @wmatthews-google)v1.0.135
Compare Source
cxx::CxxString
is used in a#[cxx::bridge]
(#1414, thanks @anforowicz)unused_unsafe
warnings within the generated code (#1415, thanks @anforowicz)v1.0.134
Compare Source
v1.0.133
Compare Source
v1.0.132
Compare Source
v1.0.131
Compare Source
v1.0.130
Compare Source
#[cxx::bridge]
generated code compatible with Rust 2024 edition crates (#1395)v1.0.129
Compare Source
rust-cli/env_logger (env_logger)
v0.11.6
Compare Source
Features
zesterer/flume (flume)
v0.11.1
Added
SendSink::sender
SendFut
,SendSink
,RecvFut
,RecvStream
,WeakSender
,Iter
,TryIter
, andIntoIter
now implementDebug
Removed
Changed
WeakSender
is nowClone
spin
feature no longer usesstd::thread::sleep
for locking except on Unix-like operating systems and WindowsFixed
yoshuawuyts/futures-concurrency (futures-concurrency)
v7.6.3
Compare Source
What's Changed
clippy::needless_lifetimes
warnings by @crepererum in https://github.com/yoshuawuyts/futures-concurrency/pull/200New Contributors
Full Changelog: yoshuawuyts/futures-concurrency@v7.6.2...v7.6.3
v7.6.2
Compare Source
What's Changed
clippy::doc_lazy_continuation
by @crepererum in https://github.com/yoshuawuyts/futures-concurrency/pull/192bitvec
withfixedbitset
by @crepererum in https://github.com/yoshuawuyts/futures-concurrency/pull/191FromConcurrentStream
forResult<Vec<T>, E>
by @tyilo in https://github.com/yoshuawuyts/futures-concurrency/pull/193ConsumerState::Break
doc by @tyilo in https://github.com/yoshuawuyts/futures-concurrency/pull/194no_std
by @Easyoakland in https://github.com/yoshuawuyts/futures-concurrency/pull/196New Contributors
Full Changelog: yoshuawuyts/futures-concurrency@v7.6.1...v7.6.2
smol-rs/futures-lite (futures-lite)
v2.6.0
Compare Source
Stream::map_while()
combinator. (#116)AsyncRead::read_exact
(#121)v2.5.0
Compare Source
Unpin
bound from theLines
I/O adapter. (#113)v2.4.0
Compare Source
Future
returnsPoll::Pending
forever after it returns
Poll::Pending
once. (#101)Stream
until aFuture
completes. (#103)Zip
/TryZip
drop completed futures. (#106)rust-lang/glob (glob)
v0.3.2
Compare Source
hyperium/hyper (hyper)
v0.14.32
Compare Source
Features
Builder::max_pending_accept_reset_streams(num)
option (a24f0c0)Bug Fixes
New Contributors
Full Changelog: hyperium/hyper@v0.14.31...v0.14.32
v0.14.31
Compare Source
Bug Fixes
indexmap-rs/indexmap (indexmap)
v2.7.1
Compare Source
#[track_caller]
to functions that may panic.insert_entry
.v2.7.0
Compare Source
Entry::insert_entry
andVacantEntry::insert_entry
, returningan
OccupiedEntry
after insertion.rust-lang/log (log)
v0.4.25
Compare Source
v0.4.24
Compare Source
v0.4.23
Compare Source
dtolnay/proc-macro2 (proc-macro2)
v1.0.93
Compare Source
pyo3/pyo3 (pyo3)
v0.22.6
: PyO3 0.22.6Compare Source
This release corrects the check for free-threaded Python introduced in PyO3 0.22.2 to prevent users accidentally installing PyO3 packages on Python 3.13t; PyO3 0.22 does not support free-threaded Python. (Stay tuned for the 0.23 release coming very soon!)
Thanks @minrk for the report and @davidhewitt for the fix!
dtolnay/quote (quote)
v1.0.38
Compare Source
seanmonstar/reqwest (reqwest)
v0.12.12
Compare Source
tokio/time
on WASM.v0.12.11
Compare Source
v0.12.10
Compare Source
ClientBuilder::connector_layer()
to allow customizing the connector stack.ClientBuilder::http2_max_header_list_size()
option.content-length
) information when wrapping bodies.v0.12.9
Compare Source
tls::CertificateRevocationLists
support.connection_verbose()
to output read logs.multipart::Part::file()
to automatically include content-length.jhelovuo/ros2-client (ros2-client)
v0.7.6
Compare Source
dtolnay/semver (semver)
v1.0.25
Compare Source
v1.0.24
Compare Source
serde-rs/serde (serde)
v1.0.217
Compare Source
v1.0.216
Compare Source
v1.0.215
Compare Source
serde-rs/json (serde_json)
v1.0.138
Compare Source
v1.0.137
Compare Source
v1.0.136
Compare Source
v1.0.135
Compare Source
v1.0.134
Compare Source
RawValue
associated constants for literalnull
,true
,false
(#1221, thanks @bheylin)v1.0.133
Compare Source
v1.0.132
Compare Source
v1.0.131
Compare Source
Map<String, Value>
and&Map<String, Value>
(#1135, thanks [@swlynch99](https://redirect.github.com/sConfiguration
📅 Schedule: Branch creation - "on monday" (UTC), 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 was generated by Mend Renovate. View the repository job log.