fix(deps): update all dependencies #19
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.95
->1.0.97
4.5.26
->4.5.34
0.3.0
->0.3.4
0.8.5
->0.9.0
1.43.0
->1.44.1
1.12.0
->1.16.0
Release Notes
dtolnay/anyhow (anyhow)
v1.0.97
Compare Source
v1.0.96
Compare Source
clap-rs/clap (clap)
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
v4.5.31
Compare Source
Features
ValueParserFactory
forSaturating<T>
v4.5.30
Compare Source
Fixes
num_args(0..=1)
to be used withSetTrue
takes_values
assertionsv4.5.29
Compare Source
Fixes
ArgMatches::args_present
so not-present flags are considered not-present (matching the documentation)v4.5.28
Compare Source
Features
unstable-markdown
v4.5.27
Compare Source
Documentation
rust-random/rand (rand)
v0.9.0
Compare Source
Security and unsafe
ReseedingRng
andThreadRng
. Instead, it is recommended to callThreadRng::reseed
on fork. (#1379)zerocopy
to replace someunsafe
code (#1349, #1393, #1446, #1502)Dependencies
--ignore-rust-version
rand_core
v0.9.0 (#1558)Features
std
feature withoutgetrandom
orrand_chacha
(#1354)small_rng
by default (#1455)rand_chacha
; usestd_rng
instead. (#1473)serde1
toserde
(#1477)getrandom
toos_rng
(#1537)thread_rng
(#1547)API changes: rand_core traits
RngCore::read_adapter
implementingstd::io::Read
(#1267)CryptoBlockRng: BlockRngCore
; maketrait CryptoRng: RngCore
(#1273)TryRngCore
,TryCryptoRng
(#1424, #1499)fn SeedableRng::from_rng
->try_from_rng
and add infallible variantfn from_rng
(#1424)fn SeedableRng::from_entropy
->from_os_rng
and add fallible variantfn try_from_os_rng
(#1424)Clone
andAsRef
to associated typeSeedableRng::Seed
(#1491)API changes: Rng trait and top-level fns
rand::thread_rng()
torand::rng()
and remove from the prelude (#1506)rand::random()
from the prelude (#1506)random_iter
,random_range
,random_bool
,random_ratio
,fill
(#1488)Rng::gen_iter
asrandom_iter
(#1305, #1500)Rng::gen
torandom
to avoid conflict with the newgen
keyword in Rust 2024 (#1438)Rng::gen_range
torandom_range
,gen_bool
torandom_bool
,gen_ratio
torandom_ratio
(#1505)#[track_caller]
(#1442, #1447)API changes: RNGs
<SmallRng as SeedableRng>::Seed
size to 256 bits (#1455)rng
) ofReseedingRng::new
(#1533)API changes: Sequences
SliceRandom
intoIndexedRandom
,IndexedMutRandom
,SliceRandom
(#1382)IndexedRandom::choose_multiple_array
,index::sample_array
(#1453, #1469)API changes: Distributions: renames
rand::distributions
torand::distr
(#1470)Standard
toStandardUniform
(#1526)distr::Slice
->distr::slice::Choose
,distr::EmptySlice
->distr::slice::Empty
(#1548)distr::DistString
->distr::SampleString
(#1548)distr::DistIter
->distr::Iter
,distr::DistMap
->distr::Map
(#1548)API changes: Distributions
Sized
bound onDistribution<T> for &D
(#1278)Distribution<Option<T>>
forStandardUniform
(#1526)StandardUniform
support allNonZero*
types (#1332){Uniform, UniformSampler}::{new, new_inclusive}
return aResult
(instead of potentially panicking) (#1229)Uniform
implementsTryFrom
instead ofFrom
for ranges (#1229)UniformUsize
(#1487)isize
andusize
values withStandardUniform
,Uniform
(except viaUniformUsize
) andFill
and usage as aWeightedAliasIndex
weight (#1487)DistString
for distributionsSlice<char>
andUniform<char>
(#1315)Slice::num_choices
(#1402)p()
for distributionBernoulli
to access probability (#1481)API changes: Weighted distributions
pub
modulerand::distr::weighted
, movingWeightedIndex
there (#1548)weighted::Weight
, allowingWeightedIndex
to trap overflow (#1353)weight, weights, total_weight
to distributionWeightedIndex
(#1420)WeightedError
toweighted::Error
, revising variants (#1382) and mark as#[non_exhaustive]
(#1480)API changes: SIMD
std::simd
, expand SIMD & docs (#1239)Reproducibility-breaking changes
ReseedingRng::reseed
discard remaining data from the last block generated (#1379)SmallRng::seed_from_u64
implementation (#1203)UniformFloat::new
samples andUniformFloat::sample_single
to yieldhigh
(#1462)Slice
(#1469)Uniform
forusize
portable viaUniformUsize
(#1487)IndexdRandom::choose_multiple_weighted
for very small seeds and optimize for large input length / low memory (#1530)Reproducibility-breaking optimisations
sample_floyd
, affecting output ofrand::seq::index::sample
andrand::seq::SliceRandom::choose_multiple
(#1277)IteratorRandom::choose
andchoose_stable
(#1268)SliceRandom::shuffle
andpartial_shuffle
(#1272)Uniform
: use Canon's method (single sampling) / Lemire's method (distribution sampling) for faster sampling (breaks value stability; #1287)sample_single_inclusive
for floats (+~20% perf) (#1289)Other optimisations
SmallRng
initialization performance (#1482)Other
Cargo.lock.msrv
file (#1275)rustfmt
and enforce (#1448)benches
crate (#1329, #1439) and migrate to Criterion (#1490)Documentation
ThreadRng
related docs (#1257)--generate-link-to-definition
feature (#1327)doc_auto_cfg
(#1411, #1450)tokio-rs/tokio (tokio)
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)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
v1.15.1
Compare Source
What's Changed
Full Changelog: https://github.com/uuid-rs/uuid/compare/v1.15.0...v1.15.1
v1.15.0
Compare Source
What's Changed
Debug
implementation for NonNilUUid by @rick-de-water in https://github.com/uuid-rs/uuid/pull/808New Contributors
Full Changelog: https://github.com/uuid-rs/uuid/compare/v1.14.0...v1.15.0
v1.14.0
Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/uuid-rs/uuid/compare/v1.13.2...v1.14.0
v1.13.2
Compare Source
What's Changed
Full Changelog: https://github.com/uuid-rs/uuid/compare/1.13.1...v1.13.2
v1.13.1
Compare Source
What's Changed
wasm32
withatomics
by @bushrat011899 in https://github.com/uuid-rs/uuid/pull/797New Contributors
Full Changelog: https://github.com/uuid-rs/uuid/compare/1.13.0...1.13.1
v1.13.0
Compare Source
⚠️ Potential Breakage
This release updates our version of
getrandom
to0.3
andrand
to0.9
. It is a potentially breaking change for the following users:no-std users who enable the
rng
featureuuid
still usesgetrandom
by default on these platforms. Upgrade your version ofgetrandom
and follow its new docs on configuring a custom backend.wasm32-unknown-unknown
users who enable therng
feature without thejs
featureUpgrade your version of
getrandom
and follow its new docs on configuring a backend.You'll also need to enable the
rng-getrandom
orrng-rand
feature ofuuid
to force it to usegetrandom
as its backend:If you're on
wasm32-unknown-unknown
and using thejs
feature ofuuid
you shouldn't see any breakage. We've kept this behavior by vendoring ingetrandom
's web-based backend when thejs
feature is enabled.What's Changed
getrandom
to0.3
andrand
to0.9
by @KodrAus in https://github.com/uuid-rs/uuid/pull/793getrandom
onwasm32-unknown-unknown
without JavaScript by @KodrAus in https://github.com/uuid-rs/uuid/pull/794Full Changelog: https://github.com/uuid-rs/uuid/compare/1.12.1...1.13.0
v1.12.1
Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/uuid-rs/uuid/compare/1.12.0...1.12.1
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 clap to v4.5.27to chore(deps): update all dependenciesde799c1c9b
to25eed13568
25eed13568
toe44b27823b
e44b27823b
to0bd5f78e77
0bd5f78e77
to28da3847f9
28da3847f9
to99cc1bf017
99cc1bf017
to9f4f3c260f
9f4f3c260f
to69118c494e
69118c494e
to262a1d41ba
262a1d41ba
toe144e57e32
e144e57e32
tobabbbd9969
babbbd9969
tode2dcda84f
de2dcda84f
toc0dd39c65f
c0dd39c65f
tofd07bc21c2
fd07bc21c2
toced6bcf02d
⚠️ Artifact update problem
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below:
File name: Cargo.lock
ced6bcf02d
to23e405ea75
23e405ea75
to1e039bb71a
1e039bb71a
to07748fee43
07748fee43
toa6da8713f8
a6da8713f8
to87ea8d9305
87ea8d9305
toe403f984bb
e403f984bb
to58ab941ca9
58ab941ca9
tod1bd44edd1
d1bd44edd1
to95b27a80c6
95b27a80c6
toba64f606c4
ba64f606c4
toe371c9f50f
e371c9f50f
to7fc6fc5c10
7fc6fc5c10
to6e2b2a33b3
6e2b2a33b3
to0e1b231236
0e1b231236
toee1fcb2b03
ee1fcb2b03
to6a20f69b07
6a20f69b07
to8970284908
8970284908
to010b70d9cb
010b70d9cb
to96af15d674
96af15d674
tob3ad386aca
b3ad386aca
to9067f5d15d
9067f5d15d
to89ed5103eb
89ed5103eb
to7e93f3c1bf
7e93f3c1bf
to7ec774cdcc
7ec774cdcc
to1ff26ff520
1ff26ff520
tod9d82ba4b4
d9d82ba4b4
tof8ee1a8e07
f8ee1a8e07
to22ec07b085
22ec07b085
to8e944894cd
8e944894cd
tob75834f2da
b75834f2da
to2c3a95201d
2c3a95201d
to8f4a17e82a
8f4a17e82a
to64ca144141
64ca144141
to0205f557fa
0205f557fa
toa2bca04c16
a2bca04c16
to8259604f73
8259604f73
to71c26a5694
71c26a5694
toea0d8d5234
ea0d8d5234
toc580e1c3e0
c580e1c3e0
toe6eb89cfb0
e6eb89cfb0
tocd941423d8
cd941423d8
to29efa321ed
29efa321ed
to5fc2cfc2ce
5fc2cfc2ce
tof4fb6a595f
f4fb6a595f
tobf421574bf
bf421574bf
toc01d04c226
c01d04c226
to1f5c5e2a85
1f5c5e2a85
toe27802554c
e27802554c
toc76ac67e78
c76ac67e78
to78a5684055
78a5684055
to5f3f2d97dc
5f3f2d97dc
tob8ab695c5e
b8ab695c5e
to291a49f347
291a49f347
tocc1c557dfe
cc1c557dfe
to257e6446de
257e6446de
to905cf3f96e
905cf3f96e
toeeb2752339
eeb2752339
to2029e21c69
2029e21c69
toedbd31b1bc
edbd31b1bc
to270545eba4
270545eba4
to987fd7419d
987fd7419d
to1618474b41
1618474b41
tod5ed79bfbd
d5ed79bfbd
toa893042f14
a893042f14
to16967f585a
16967f585a
to5397ae8653
5397ae8653
to1e34011ca8
1e34011ca8
toaa4782a0be
aa4782a0be
to5b25ae4505
5b25ae4505
tob1c702f4a9
b1c702f4a9
to97a033d8a4
97a033d8a4
to8de0908de9
8de0908de9
to14b7735e3c
14b7735e3c
to364b5712c6
364b5712c6
to4cf7d1e0db
4cf7d1e0db
to6a9b6db121
chore(deps): update all dependenciesto fix(deps): update all dependencies6a9b6db121
to2ee0b9c803
2ee0b9c803
to66b136e969
66b136e969
tod237752b4e
d237752b4e
to41b1c08e12
41b1c08e12
toe71206af49
e71206af49
to7233caf8f2
7233caf8f2
to583928b636
583928b636
tof3d73359dd
f3d73359dd
tocd4cf1f305
cd4cf1f305
to6b6421199d
6b6421199d
tod128524d10
d128524d10
to8edcaa8583
8edcaa8583
toef989254a2
ef989254a2
tob8b88328b4
b8b88328b4
to018ffab6ae
018ffab6ae
tobd73c4646a
bd73c4646a
toa46f362a4a
a46f362a4a
tod961c656ef
d961c656ef
tod073073fbb
d073073fbb
toc0f82d305f
c0f82d305f
to21fc2dab21
21fc2dab21
to50c54e4f80
50c54e4f80
toe504296d12
e504296d12
to71bc659ab9
71bc659ab9
toe277ff3e97
e277ff3e97
to0ed891272b
0ed891272b
to119379e469
119379e469
to8e9d7a7f0d
8e9d7a7f0d
to1209291e4b
1209291e4b
toecd7b00bff
ecd7b00bff
toa6d266a2f8
a6d266a2f8
to72032264df
72032264df
to3fcd0150fc
3fcd0150fc
to98ac4ed93a
98ac4ed93a
toa49199a4e3
a49199a4e3
toc5693e6967
c5693e6967
toe36c211d6a
e36c211d6a
to765e46c534
765e46c534
to0a02b0275e
0a02b0275e
to8ea3d3d8c1
8ea3d3d8c1
to5f7c0cf0d5
5f7c0cf0d5
to00ef18167f
00ef18167f
toa902e8b9ec
a902e8b9ec
to0768b3e8d4
0768b3e8d4
to00cc6e571f
00cc6e571f
to2151be090e
2151be090e
toc73b64faf4
c73b64faf4
to80593282ad
80593282ad
to900fd85108
900fd85108
tofec0159b2c
fec0159b2c
tofaf1af78e5
faf1af78e5
toe24ef0e23e
e24ef0e23e
to99e401afaa
99e401afaa
tob4235413a7
b4235413a7
to03dfcba6fb
03dfcba6fb
todf7a15c487
df7a15c487
toa91add6fe8
a91add6fe8
toa02ae2fa3e
a02ae2fa3e
tob6d55823dc
b6d55823dc
to4004793d3c
4004793d3c
toc12db2fd05
c12db2fd05
to78c4efd917
78c4efd917
toda3139a017
da3139a017
tof7db1bc58f
f7db1bc58f
todece230a25
dece230a25
toe2d1947dcc
e2d1947dcc
to213b766e8e
213b766e8e
to516e291946
516e291946
to1ceca12b44
1ceca12b44
to9557f436cf
9557f436cf
to228ff3346b
228ff3346b
to1f44258664
1f44258664
to6eaffd6cd6
6eaffd6cd6
to2a25582768
2a25582768
to6bd80c5bd6
6bd80c5bd6
to96a104037b
96a104037b
tof52bfbbb89
f52bfbbb89
to421b08e221
421b08e221
to359fe97f3d
359fe97f3d
to5537d44f4b
5537d44f4b
to2c03004fe0
2c03004fe0
to3dd26a02c1
3dd26a02c1
toa7b95f44a0
a7b95f44a0
to4110e5d976
4110e5d976
to8f5b32f321
8f5b32f321
to61918d4f4e
61918d4f4e
toee5afb5e1d
ee5afb5e1d
to7886a3453b
7886a3453b
to00aacf3060
00aacf3060
to232c0a4070
232c0a4070
to9396d22031
9396d22031
toad74424357
ad74424357
to859e27e2ab
Checkout
From your project repository, check out a new branch and test the changes.