fix(deps): update all dependencies #5
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/all"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
1.0.96
->1.0.98
4.5.31
->4.5.36
2.7.0
->2.9.0
1.0.139
->1.0.140
1.43.0
->1.44.2
1.15.1
->1.16.0
Release Notes
dtolnay/anyhow (anyhow)
v1.0.98
Compare Source
self.into_boxed_dyn_error()
andself.reallocate_into_boxed_dyn_error_without_backtrace()
methods for anyhow::Error (#415)v1.0.97
Compare Source
clap-rs/clap (clap)
v4.5.36
Compare Source
Fixes
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
mitsuhiko/minijinja (minijinja)
v2.9.0
Compare Source
columns) are loaded. The error reporting will be wrong in those
cases but the templates will load. #742
proper error reporting if they cannot find a method. #743
merge_maps
which is a dynamic version of thecontext!
merge feature, and fixed enumeration behavior when non-map objects
are attempted to be merged. #745
mj_value_new_bytes
to the C-ABI. #749mj_value_as_bytes
to the C-ABI to borrow from strings orbyte values. #750
mj_err_get_detail
andmj_err_get_template_name
. Thesedid not work correctly. To fix them the return value now needs to be
freed. #754
AtomicU64
isnot available in minijinja-contrib. #755
with context
andwithout context
forimports. #759
default
filter is now also registered asd
for Jinja2compatibility. #763
default
filter now accepts a second argument to enable laxdefaulting. #764
striptags
filter to the contrib module. #765pycompat
by default for the Python bindings and registerthe default contrib filters and tests. #767
v2.8.0
Compare Source
SemiStrict
undefined mode that is like strict but allowsto be checked for truthiness. Additionally an if expression without
an else block will always produce a silent undefined object that
never errors for compatibility with Jinja2. #687
ViaDeserialize
stricter. Now the typecan only be constructed if the type implements
DeserializeOwned
.This is not a new requirement for passing the function to
add_function
but bad code will now error earlier for bettererror reporting. #689
of depending on all of the
rand
module. #696to not advance the RNG between calls. #698
Environment.undeclared_variables_in_template
andEnvironnent.undeclared_variables_in_str
to Python binding. #699loop_controls
for Python in-line with the CLI. #704Object::custom_cmp
to allow objects to influence how theycompare against themselves. This also fixes Python objects in the
Python binding not to compare correctly. #707
undeclared_variables
would incorrectly handlevariables referenced by macros. #714
rendering from the same environment at once. #717
__bool__
correctly now for customobjects in if-conditions and filters. #719
}}
caused a syntax error in expressions withopen parentheses, braces or brackets. #723
State::known_variables
to return a list of known variablesand
Environment::globals
. #724caller
. #725Filters
andTests
traits. They remain ashidden aliases to
Function
. #726handle escapes. #728
and addresses. This cuts down on the memory usage needed for debug
information. #735
load_from_path
to python. #736serde-rs/json (serde_json)
v1.0.140
Compare Source
tokio-rs/tokio (tokio)
v1.44.2
: Tokio v1.44.2Compare Source
This release fixes a soundness issue in the broadcast channel. The channel
accepts values that are
Send
but!Sync
. Previously, the channel calledclone()
on these values without synchronizing. This release fixes the channelby synchronizing calls to
.clone()
(Thanks Austin Bonander for finding andreporting the issue).
Fixed
clone()
call in broadcast channel (#7232)v1.44.1
: Tokio v1.44.1Compare Source
1.44.1 (March 13th, 2025)
Fixed
block_in_place
context (#7216)v1.44.0
: Tokio v1.44.0Compare Source
1.44.0 (March 7th, 2025)
This release changes the
from_std
method on sockets to panic if a blocking socket is provided. We determined this change is not a breaking change as Tokio is not intended to operate using blocking sockets. Doing so results in runtime hangs and should be considered a bug. Accidentally passing a blocking socket to Tokio is one of the most common user mistakes. If this change causes an issue for you, please comment on #7172.Added
task::coop
module (#7116)Command::get_kill_on_drop()
(#7086)broadcast::Sender::closed
(#6685, #7090)broadcast::WeakSender
(#7100)oneshot::Receiver::is_empty()
(#7153)oneshot::Receiver::is_terminated()
(#7152)Fixed
File
should not start a background read (#7139)start_kill
on exited child should not fail (#7160)CTRL_CLOSE
,CTRL_LOGOFF
,CTRL_SHUTDOWN
on windows (#7122)Changes
select!
budget-aware (#7164)from_std
(#7166)Changes to unstable APIs
Documented
select!
alternatives (#7110)send_to
(#7146)Child
stdout (#7141)Child::kill
behavior (#7162)ChildStdin
struct doc comment (#7192)worker_threads
instead ofcore_threads
(#7186)v1.43.1
Compare Source
uuid-rs/uuid (uuid)
v1.16.0
Compare Source
What's Changed
Uuid::new_v8
const by @tguichaoua in https://github.com/uuid-rs/uuid/pull/815New Contributors
Full Changelog: https://github.com/uuid-rs/uuid/compare/v1.15.1...v1.16.0
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 has been generated by Renovate Bot.
chore(deps): update rust crate anyhow to v1.0.97to chore(deps): update all dependenciesea260b6823
to7883cfa908
chore(deps): update all dependenciesto fix(deps): update all dependencies7883cfa908
tob0f66f9463
b0f66f9463
to80b36016cd
80b36016cd
tof9ad9b3382
f9ad9b3382
tocced055f25
cced055f25
to5a40ff8397
5a40ff8397
to41d6522918
41d6522918
toe27b56eb4b
e27b56eb4b
toab9bdccb3f
ab9bdccb3f
to585a02315b
585a02315b
tof568a037ce
f568a037ce
toabbdeeb3ec
abbdeeb3ec
toba89d398ba
ba89d398ba
to1124cc5318
1124cc5318
to514c5751dc
514c5751dc
to0f7f369955
0f7f369955
tof22eabaf94
f22eabaf94
to85cd00197d
85cd00197d
to64bc282d1e
64bc282d1e
tod2c619429a
d2c619429a
to83150db56f
83150db56f
to32af92726d
32af92726d
to1918c90de8
1918c90de8
to3c382d4314
3c382d4314
to4976f35ae3
4976f35ae3
to610c8cecb1
610c8cecb1
to5f01f967e2
5f01f967e2
tof6f131884b
f6f131884b
toded74d7d3b
ded74d7d3b
to189bef57b7
189bef57b7
toe6bf18eb8f
e6bf18eb8f
toe4370a805d
e4370a805d
to67690f4794
67690f4794
tofa2cb90644
fa2cb90644
to1b09d71dae
1b09d71dae
todd3d65d8a1
dd3d65d8a1
toa312473c3f
a312473c3f
tof9d972999d
f9d972999d
tob26346580b
b26346580b
to69836ce02b
69836ce02b
to34c50a0780
34c50a0780
to474c97259d
474c97259d
to636b7e3e10
636b7e3e10
to81570b21a0
81570b21a0
to96b9552149
96b9552149
tod73155576a
d73155576a
to2bc5b6d5d2
2bc5b6d5d2
to6265b2e222
6265b2e222
to6d6fb60eeb
6d6fb60eeb
to5336f48999
5336f48999
to059717bd3a
059717bd3a
tocccd38ef42
cccd38ef42
to540621af65
540621af65
to7ae2defbb8
7ae2defbb8
to6f54b62255
6f54b62255
todd4353d3a6
dd4353d3a6
to39b00aa1bf
39b00aa1bf
to03ddc64e31
03ddc64e31
to2e96f1da1a
2e96f1da1a
todbb53651cc
dbb53651cc
to2d756c574d
2d756c574d
tof421a51c1c
f421a51c1c
toccb4d1ab32
ccb4d1ab32
tof253320171
f253320171
to103ab165b0
103ab165b0
toafe7c24b4c
afe7c24b4c
to5818188771
5818188771
toee0ac2fdf8
ee0ac2fdf8
toa3aacbd942
a3aacbd942
toafcc86ee93
afcc86ee93
to8bb5a35354
8bb5a35354
to3967e1f2dd
3967e1f2dd
to7defafdd54
7defafdd54
toa1aad5b46e
a1aad5b46e
tofc612b4457
fc612b4457
to7ffd14783e
7ffd14783e
toe7b760703c
e7b760703c
to7c1432ada1
7c1432ada1
toed2fa2cef8
ed2fa2cef8
toc6332fa148
c6332fa148
to93f9a38066
93f9a38066
to178080e7d9
178080e7d9
toe2a91da450
e2a91da450
tocfcdde0b6f
cfcdde0b6f
tofa68f18cc3
fa68f18cc3
tob3d6862195