-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update major dependencies #16
Update major dependencies #16
Conversation
|
ab1cba5
to
9fe2bb0
Compare
3e10a71
to
6ca11bf
Compare
4fd0fdc
to
44ed3b6
Compare
6ca11bf
to
de4c6e5
Compare
44ed3b6
to
f57e3af
Compare
de4c6e5
to
b0d8202
Compare
f57e3af
to
ed52c04
Compare
b0d8202
to
1e1a5b2
Compare
ed52c04
to
90aaa65
Compare
1e1a5b2
to
bc12cc4
Compare
cf1cf0c
to
3ee5a45
Compare
7eb23f0
to
b6eb971
Compare
0da39e3
to
c3c222a
Compare
bcbe0a1
to
6487cc0
Compare
a8e725c
to
909e5ed
Compare
a2aa05c
to
9f7d2b6
Compare
032d7ed
to
7eb75fa
Compare
1836fe9
to
ba227bd
Compare
3369235
to
bc70420
Compare
2334ba1
to
12d6bda
Compare
12d6bda
to
93a11a8
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
This PR contains the following updates:
0.13.1
->0.14.1
0.5.0
->0.6.18
=0.0.16
->=0.0.17
0.69.4
->0.71.1
23.3.0
->25.1.0
0.18.1
->0.19.1
0.24.3
->0.28.0
0.26.0
->0.35.0
0.2.0
->0.5.0
0.5.9
->0.7.0
0.99.17
->2.0.1
1.0.0
->2.0.0
0.4.23
->0.6.0
2.11.0
->3.1.0
0.4.1
->0.5.0
5.12.0
->6.0.0
0.10.5
->0.14.0
0.7.3
->0.8.6
0.6.0
->0.8.1
0.15.6
->0.16.1
0.5.1
->0.6.0
0.19.0
->0.43.0
0.8.2
->0.10.0
0.3.0
->0.4.0
0.14.1
->0.16.1
0.20.3
->0.23.5
0.9.0
->0.12.1
7.3.1
->8.3.4
0.21.0
->0.25.3
0.11.13
->0.12.12
0.15.0
->0.24.0
0.6.0
->0.7.0
0.19.1
->0.23.1
6.2.1
->8.2.1
0.24.1
->0.27.1
1.0.37
->2.0.11
0.7.2
->0.8.20
0.43.0
->0.60.0
0.6.3
->2.2.2
2.1.1
->3.0.0
6.20.0
->7.0.2
0.4.0
->0.9.0
1.9.10
->2.1.10
1.8.20
->2.1.10
Release Notes
rust-mobile/android_logger-rs (android_logger)
v0.14.1
Compare Source
rust-cli/anstyle (anstream)
v0.6.18
Compare Source
v0.6.17
Compare Source
v0.6.16
Compare Source
v0.6.15
Compare Source
v0.6.14
Compare Source
v0.6.13
Compare Source
v0.6.12
Compare Source
v0.6.11
Compare Source
v0.6.10
Compare Source
v0.6.9
Compare Source
v0.6.8
Compare Source
v0.6.7
Compare Source
v0.6.6
Compare Source
v0.6.5
Compare Source
v0.6.4
Compare Source
v0.6.3
Compare Source
v0.6.2
Compare Source
v0.6.1
Compare Source
v0.6.0
Compare Source
Majored/rs-async-zip (async_zip)
v0.0.17
Compare Source
Re-introduce support for reading entries with data descriptors within
read::stream
read::stream
's documentation, does not and cannot support the combination of data descriptor + Stored compression mode.Swap AsyncRead requirement for AsyncBufRead
async-compression
and we previously created internalBufReader
s. Moving this requirement up the chain allows you to specify customAsyncBufRead
implementations or customise BufReader's buffer size where needed.read::stream
data descriptor changes. Buffering viaBufReader
or similar was always a good idea, even prior to this change, so we don't expect this to negatively impact too many users.Adds a ZipDateTime builder
chrono
integration/feature, or by receiving one when reading an entry.rust-lang/rust-bindgen (bindgen)
v0.71.1
Compare Source
Fixed
--version
and--generate-shell-completions
(#3040)v0.71.0
Compare Source
Added
ParseCallbacks::new_item_found
callback to expose the original and final name of structs, unions and enums (#2658).field_type_name
field toFieldInfo
to expose the name of the type of a field (#2863)--with-attribute-custom
flag (#2866)--rust-target
to any Rust version supported by bindgen (#2993)--generate-cstr
flag is used for Rust targets after 1.77 under the 2021 edition (#2996)--rust-edition
flag which allows to select which Rust edition to target. (#3002, #3013)unsafe extern
instead ofextern
in blocks for any Rust target after 1.82. (#3015)Changed
--wrap-static-fns
related options no longer require the experimental feature or flag (#2928)Display
implementation instead of theDebug
one forBindgenError
inbindgen-cli
(#3005)Removed
Fixed
libloading
are now wrapped inunsafe
blocks when using dynamic loading (#2961)ParseCallbacks::field_visibility
callback is now called for newtypes as well (#2967)addr_of
andaddr_of_mut
macros under the 1.51 rust version (#2988)v0.70.1
Compare Source
Added
Changed
Removed
Fixed
const
layout tests were triggering theunnecessary_operation
andidentity_op
clippy warnings.Security
v0.70.0
Compare Source
Added
Changed
bindgen-cli
errors to stderr instead of stdout (#2840)Removed
Fixed
--formatter=prettyplease
not working inbindgen-cli
by addingprettyplease
feature andenabling it by default for
bindgen-cli
(#2789) .--allowlist-item
so anonymous enums are no longer ignored (#2827).f64::INFINITY
,f64::NEG_ INFINITY
,f64::NAN
(#2854).Security
tempfile
andrustix
due to GHSA-c827-hfw6-qwvm.v0.69.5
Compare Source
Install bindgen-cli 0.69.5
Install prebuilt binaries via shell script
Download bindgen-cli 0.69.5
psf/black (black)
v25.1.0
Compare Source
Highlights
This release introduces the new 2025 stable style (#4558), stabilizing
the following changes:
# fmt: skip
comments is no longer normalized (#4146)*
and more complex type variable tuple (#4440)The following changes were not in any previous release:
split over multiple lines first instead of type parameter definitions (#4553)
Stable style
empty lines (#4484)
with
statements containing tuple generators/unpacking(#4538)
Preview style
(#4498)
string_processing
andwrap_long_dict_values_in_parens
from removingparentheses around long dictionary values (#4377)
wrap_long_dict_values_in_parens
from the unstable to preview style (#4561)Packaging
License-Expression
metadata field, seePEP 639. (#4479)
Performance
is_fstring_start
function in Black's tokenizer (#4541)Integrations
--stdin-filename
set to a force excluded path, stdin won't beformatted. (#4539)
v24.10.0
Compare Source
Highlights
mypyc-compiled wheels. (#4436) (#4449)
safety issue in Python 3.12.5 that can cause Black's AST safety checks to fail. Please
use Python 3.12.6 or Python 3.12.4 instead. (#4447)
Stable style
X | Y
style unions.(#4453)
%%
magic (#4462)Preview style
def fn(*args: *tuple[*Ts, T]) -> None: pass
) (#4440)Caching
--unstable
(#4466)Packaging
blackd
now requires a newer version of aiohttp. (#4451)Output
v24.8.0
Compare Source
Stable style
# fmt: off
is used before a closing parenthesis or bracket. (#4363)Packaging
linked. This improves the PyPI listing for Black. (#4345)
Parser
multiline string (#4339)
(#4401)
\{
inside f-strings very well (#4422)(#4423)
Performance
.gitignore
(#4415)Blackd
v24.4.2
Compare Source
This is a bugfix release to fix two regressions in the new f-string parser introduced in
24.4.1.
Parser
Performance
v24.4.1
Compare Source
Highlights
Stable style
Parser
by PEP 696 (#4327)
Integrations
git archive
is skipped (#4313)v24.4.0
Compare Source
Stable style
Preview style
if
guards incase
blocks are now wrapped in parentheses when the line is too long.(#4269)
Integrations
use_pyproject
to the GitHub Actionpsf/black
. This will read theBlack version from
pyproject.toml
. (#4294)v24.3.0
Compare Source
Highlights
This release is a milestone: it fixes Black's first CVE security vulnerability. If you
run Black on untrusted input, or if you habitually put thousands of leading tab
characters in your docstrings, you are strongly encouraged to upgrade immediately to fix
CVE-2024-21503.
This release also fixes a bug in Black's AST safety check that allowed Black to make
incorrect changes to certain f-strings that are valid in Python 3.12 and higher.
Stable style
of Black would incorrectly format the contents of certain unusual f-strings containing
nested strings with the same quote type. Now, Black will crash on such strings until
support for the new f-string syntax is implemented. (#4270)
(#4273)
Performance
characters. This fixes
CVE-2024-21503.
(#4278)
Documentation
--check
is used with--quiet
(#4236)v24.2.0
Compare Source
Stable style
(#4218)
Preview style
hug_parens_with_braces_and_square_brackets
feature to the unstable styledue to an outstanding crash and proposed formatting tweaks (#4198)
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 was generated by Mend Renovate. View the repository job log.