chore(deps): update all dependencies #6
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.91
->1.0.97
1.5.4
->1.6.1
4.5.20
->4.5.31
5.0.1
->6.0.0
1.0.89
->1.0.94
1.0.37
->1.0.39
1.0.132
->1.0.140
1.5.0
->1.6.0
2.0.86
->2.0.99
1.41.0
->1.43.0
0.8.19
->0.8.20
1.11.0
->1.15.1
Release Notes
dtolnay/anyhow (anyhow)
v1.0.97
Compare Source
v1.0.96
Compare Source
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)BLAKE3-team/BLAKE3 (blake3)
v1.6.1
Compare Source
version 1.6.1
Changes since 1.6.0:
mmap
from the default features list. It was addedaccidentally in v1.6.0, last week. This is technically a
backwards-incompatible change, but I would rather not tag v2.0.0 for a
build-time bugfix with a simple workaround.
v1.6.0
Compare Source
version 1.6.0
Changes since 1.5.5:
v1.5.5
Compare Source
version 1.5.5
Changes since 1.5.4:
b3sum --check
now supports checkfiles with Windows-style newlines.b3sum
still emits Unix-style newlines, even on Windows, butsometimes text editors or version control tools will swap them.
blake3
crate. This is for backwards compatibility only, and it'sinsta-deprecated. All callers should prefer the "traits-preview"
feature.
clap-rs/clap (clap)
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
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)
dtolnay/proc-macro2 (proc-macro2)
v1.0.94
Compare Source
v1.0.93
Compare Source
v1.0.92
Compare Source
v1.0.91
Compare Source
v1.0.90
Compare Source
dtolnay/quote (quote)
v1.0.39
Compare Source
v1.0.38
Compare Source
serde-rs/json (serde_json)
v1.0.140
Compare Source
v1.0.139
Compare Source
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
baoyachi/sha256-rs (sha256)
v1.6.0
Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/baoyachi/sha256-rs/compare/1.5.0...v1.6.0
dtolnay/syn (syn)
v2.0.99
Compare Source
v2.0.98
Compare Source
ParseStream::call
andPunctuated
parsers (#1847)v2.0.97
Compare Source
v2.0.96
Compare Source
v2.0.95
Compare Source
v2.0.94
Compare Source
v2.0.93
Compare Source
x as T <<= y
(#1804),break as T
(#1805),match x { _ if .. => {} }
(#1807)|| -> T 'a: {}
(#1806),if break x {}
(#1808, #1810)v2.0.92
Compare Source
v2.0.91
Compare Source
Vec<Arm>
usingparse_quote!
(#1796, #1797)v2.0.90
Compare Source
(#[attr] thing).field
(#1785)(thing.field)()
andthing.0()
(#1786)v2.0.89
Compare Source
v2.0.88
Compare Source
parse_str
(#1783)v2.0.87
Compare Source
Cursor::any_group
(#1777)Expr::peek
(#1778)tokio-rs/tokio (tokio)
v1.43.0
: Tokio v1.43.0Compare Source
1.43.0 (Jan 8th, 2025)
Added
UdpSocket::peek
methods (#7068)Command::into_std()
(#7014)SignalKind::info
on illumos (#6995)Fixed
set_len
before initializing vector inBlocking
(#7054)clippy::needless_return
in#[tokio::main]
(#6874)Changes
unsync_load
(#7073)Buf::put_bytes
inRepeat
read impl (#7055)Changes to unstable APIs
Documented
ReadBuf::uninit
allows initialized buffers as well (#7053)TcpStream::try_write_vectored
docs (#7067)LocalRuntime
doc links (#7074)watch::Receiver::wait_for
(#7038)OnceCell
docs (#7047)v1.42.0
: Tokio v1.42.0Compare Source
1.42.0 (Dec 3rd, 2024)
Added
AsyncFd::{try_io, try_io_mut}
(#6967)Fixed
ptr->ref->ptr
roundtrip in RegistrationSet (#6929)yield_now
insideblock_in_place
(#6999)Changes
Documented
tokio::net::unix::{pid_t, gid_t, uid_t}
(#6791)Instant
docs (#6982)v1.41.1
: Tokio v1.41.1Compare Source
1.41.1 (Nov 7th, 2024)
Fixed
net
requirement fornet::UdpSocket
in docs (#6938)TcpStream
internal comment (#6944)toml-rs/toml (toml)
v0.8.20
Compare Source
uuid-rs/uuid (uuid)
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
v1.12.0
Compare Source
⚠️ Possible Breakage
This release includes additional
PartialEq
implementations onUuid
, which can break inference in some cases.What's Changed
NonZeroUuid
type for optimizedOption<Uuid>
representation by @ab22593k in https://github.com/uuid-rs/uuid/pull/779NonNilUuid
by @KodrAus in https://github.com/uuid-rs/uuid/pull/783New Contributors
Full Changelog: https://github.com/uuid-rs/uuid/compare/1.11.1...1.12.0
v1.11.1
Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/uuid-rs/uuid/compare/1.11.0...1.11.1
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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 has been generated by Renovate Bot.
7b826045f9
to3596338931
chore(deps): update rust crate anyhow to v1.0.92to chore(deps): update all dependencies3596338931
tob4e8d0780a
b4e8d0780a
todee120652d
dee120652d
to6d23516800
6d23516800
to4f4b7d7206
4f4b7d7206
tofaa2708e50
faa2708e50
tofdc001eebf
fdc001eebf
to60753f988b
60753f988b
tod7ea226b2b
d7ea226b2b
to95054d4ee3
95054d4ee3
to38f8e37f32
38f8e37f32
to4eb63bf8f9
4eb63bf8f9
to409eee65ac
409eee65ac
to4709cf44c3
4709cf44c3
to2d87e0c783
2d87e0c783
to74f0c6b777
74f0c6b777
toe5fcfe97a7
e5fcfe97a7
to06cef6aa46
06cef6aa46
toed5a6661f3
ed5a6661f3
tod8a35ff385
d8a35ff385
to1757c9dcab
1757c9dcab
to8fa3b84d19
8fa3b84d19
to0942b4dab0
0942b4dab0
tofd11892ae0
fd11892ae0
toc7f2497a5b
c7f2497a5b
to931ec86d88
931ec86d88
to6b328cd4f8
6b328cd4f8
to1f4d520fd5
1f4d520fd5
to6c2f24243c
6c2f24243c
to535612c7c3
535612c7c3
to64254cd663
64254cd663
tocf826d7042
cf826d7042
tof2b16f275c
f2b16f275c
to5dd908cd36
5dd908cd36
to007369620b
007369620b
to43e61de579
43e61de579
toc0a84cc7a6
c0a84cc7a6
to5be100929b
5be100929b
toc1bf693866
c1bf693866
to786d19c960
786d19c960
to2643ea2960
2643ea2960
to95a02c5f62
95a02c5f62
tob00eba2735
b00eba2735
to457e3a9092
457e3a9092
to23d7e2f964
23d7e2f964
toe620aecbc8
e620aecbc8
toc33c75fda9
c33c75fda9
to0a66e3df75
0a66e3df75
tode4cbfa789
de4cbfa789
to441575a01a
441575a01a
to37009a22c4
37009a22c4
toa4fc12e604
a4fc12e604
toebecc5bfb3
ebecc5bfb3
to828d572ab1
828d572ab1
to72c8949571
72c8949571
to9fc4b96c19
9fc4b96c19
toe928277ba7
e928277ba7
tof30cfcc186
f30cfcc186
to34e32e76f1
34e32e76f1
to71791d0eed
71791d0eed
toabf1c3083a
abf1c3083a
to6cafc5e07d
6cafc5e07d
toc3528dd0ec
c3528dd0ec
toc64d5e5c9f
c64d5e5c9f
tof92315cdc4
f92315cdc4
todf928ab368
df928ab368
to13b40f55a8
13b40f55a8
toafd41a6173
afd41a6173
to7c2a063514
7c2a063514
toc5dc4336c3
c5dc4336c3
to5a2eb965d2
5a2eb965d2
toe19a56612d
e19a56612d
to4f26a1ed87
4f26a1ed87
to429520bb18
429520bb18
to3f3a1343f2
3f3a1343f2
to0e0602aa53
0e0602aa53
to2ca020d9f0
2ca020d9f0
tof91a0bb4fa
f91a0bb4fa
to7368e7c856
7368e7c856
toe9ab2a377a
e9ab2a377a
to6791d6e222
6791d6e222
to874068f9c6
874068f9c6
to447ff9ba46
447ff9ba46
tod64ec8abcb
d64ec8abcb
to638a8755dd
638a8755dd
to6733a75b97
6733a75b97
tob6022781d4
b6022781d4
to2be5480051
2be5480051
toe06e423edb
e06e423edb
to284dbd254d
284dbd254d
to28d0cd367a
28d0cd367a
to3732db5306
3732db5306
to03e1974039
03e1974039
to7436403fbc
7436403fbc
to3330af7bca
3330af7bca
toa1ab617049
a1ab617049
to6b2c5dca2b
6b2c5dca2b
toedd91af065
edd91af065
to576f659798
576f659798
toead8b7c8ed
ead8b7c8ed
to27fa8d998a
27fa8d998a
to618735d7f5
618735d7f5
to2041a8bad7
2041a8bad7
to409753c78b
409753c78b
to37deec72a5
37deec72a5
to3a46b7f0d1
3a46b7f0d1
tof7eb3081ae
f7eb3081ae
to06a24623e2
06a24623e2
to2426d7faa5
2426d7faa5
to61ff4d7440
61ff4d7440
tod1af76c008
d1af76c008
tod6e7e87105
d6e7e87105
toa2184e12a3
a2184e12a3
to803b060748
803b060748
toc6aa4e0483
c6aa4e0483
tof0acbf51a4
f0acbf51a4
to4acdefcda6
4acdefcda6
todb91017c23
db91017c23
to8324e4a945
8324e4a945
to24475f9ae6
24475f9ae6
to3508a50ac9
3508a50ac9
toab4bd44dc7
ab4bd44dc7
to7891516ff8
7891516ff8
to7ba104ae7a
7ba104ae7a
to855ba3a136
855ba3a136
tof6190e5160
f6190e5160
to26a23c5249
26a23c5249
tob41eb87c23
b41eb87c23
to0534acb2b1
0534acb2b1
to2e8bea6c21
2e8bea6c21
toec190c9085
ec190c9085
to6d17b1296f
6d17b1296f
tod594d1de96
d594d1de96
tob7e3938a91
b7e3938a91
tof239f9aea0
f239f9aea0
to73f1313904
73f1313904
to5978616a81
5978616a81
to48960bb3d0
48960bb3d0
to6a73ddee2e
6a73ddee2e
tocb432eb56a
cb432eb56a
to87b3b93732
87b3b93732
to371b888e65
371b888e65
to6720fd31a0
6720fd31a0
to84dc853bac
84dc853bac
toe87455b909
e87455b909
to0f7f5fb6bb
0f7f5fb6bb
tod99b0f8589
d99b0f8589
to87ed321da4
87ed321da4
to7b7fbe8e7b
7b7fbe8e7b
toe8d6d19cc2
e8d6d19cc2
toba086c0262
ba086c0262
to0315e9e1c2
0315e9e1c2
tod05bea27c2
d05bea27c2
tod5a0558839
d5a0558839
to9eb2251696
9eb2251696
to8f7840595b
8f7840595b
tob4132be097
b4132be097
tof9e4dae47f
f9e4dae47f
to4b3ace1249
4b3ace1249
toc65e5428f7
c65e5428f7
tocb45847ad4
cb45847ad4
to843134c528
843134c528
to45c7724c1b
45c7724c1b
tob2bbecb443
b2bbecb443
to3c1f63ccad
3c1f63ccad
toa389b8bf64
a389b8bf64
to0e8384bcf5
0e8384bcf5
to0c8619ce7b
0c8619ce7b
to232e4d16a5
232e4d16a5
toe108eb3d99
e108eb3d99
tofe6f079384
fe6f079384
to3e3ffa8c0b
3e3ffa8c0b
toa304a4ccc8
a304a4ccc8
toba5dbe55ff
ba5dbe55ff
toeec042d538
eec042d538
to183fed0ce2
183fed0ce2
toe8d1cea201
e8d1cea201
to4c7ac6e285
4c7ac6e285
to8064ec587e
8064ec587e
toe24be0a116
e24be0a116
to5fe2c7bd70
5fe2c7bd70
tob651e3cc9f
b651e3cc9f
to1c3c3d5c3d
1c3c3d5c3d
to9cb8de29fe
9cb8de29fe
tof80ff5a8dc
f80ff5a8dc
tobb85c4c6f3
bb85c4c6f3
to6f922e8a56
6f922e8a56
to9c1bea0dfb
9c1bea0dfb
to265a5b51da
265a5b51da
to6af2fdfa79
6af2fdfa79
to89fa582258
89fa582258
to2d899614aa
2d899614aa
to29af9e26fb
29af9e26fb
to7c073e4dea
7c073e4dea
to5125d22740
5125d22740
to39f28e5742
39f28e5742
tob052d47e4f
b052d47e4f
tod28b0bb722
Checkout
From your project repository, check out a new branch and test the changes.