fix(deps): update all dependencies #5
Loading…
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:
0.21.4
->0.22.0
0.18.1
->0.20.0
0.18.0
->0.20.0
0.6.2
->0.7.0
0.24.0
->0.25.0
0.7.2
->0.8.0
1.0.48
->2.0.0
0.20.0
->0.22.0
Release Notes
marshallpierce/rust-base64 (base64)
v0.22.1
Compare Source
alphabet::BIN_HEX
.v0.22.0
Compare Source
DecodeSliceError::OutputSliceTooSmall
is now conservative rather than precise. That is, the error will only occur if the decoded output cannot fit, meaning thatEngine::decode_slice
can now be used with exactly-sized output slices. As part of this,Engine::internal_decode
now returnsDecodeSliceError
instead ofDecodeError
, but that is not expected to affect any external callers.DecodeError::InvalidLength
now refers specifically to the number of valid symbols being invalid (i.e.len % 4 == 1
), rather than just the number of input bytes. This avoids confusing scenarios when based on interpretation you could make a case for eitherInvalidLength
orInvalidByte
being appropriate.capnproto/capnproto-rust (capnp)
v0.20.3
Compare Source
v0.20.2
Compare Source
v0.20.1
Compare Source
v0.20.0
Compare Source
v0.19.8
Compare Source
v0.19.7
Compare Source
v0.19.6
Compare Source
v0.19.5
Compare Source
v0.19.4
Compare Source
v0.19.3
Compare Source
v0.19.2
Compare Source
v0.19.1
Compare Source
v0.19.0
Compare Source
mikaelmello/inquire (inquire)
v0.7.5
Compare Source
v0.7.4
Compare Source
keep_filter
option in MultiSelect prompts:keep_filter == false
.v0.7.3
Compare Source
v0.7.2
Compare Source
h
andl
bindings when vim_mode is enabled on MultiSelect prompts, clearing or selecting all options respectively. Thanks @afh for the PR!v0.7.1
Compare Source
console
crate as the terminal backend. Thanks @maospr for reporting.v0.7.0
Compare Source
Breaking Changes
Option<i64>
, making it possible to order/rank the list of options. #176None
: Will not be displayed in the list of options.Some(score)
: score determines the order of options, higher score, higher on the list of options.Hidden
display mode, matching the user expectation of having to write the password from scratch again. Thanks to @CM-IV for the questions on #149!Features
Fixes
Dependency changes (some breaking)
termion
crate from v1.5 to v2.0.bitflags
from v1 to v2, which affects theAttributes
andKeyModifiers
crates. If you use any of bitflag's methods directly, you might be affected, refer to the bitflags changelog for more information.thiserror
dependency in favor of implementingInquireError
by hand. #146lazy_static
withonce_cell
asonce_cell::sync::Lazy
is being standardized andlazy_static
is not actively maintained anymore.fuzzy-matcher
as an optional dependency for fuzzy filtering in Select and MultiSelect prompts #176launchbadge/sqlx (sqlx)
v0.8.2
Compare Source
10 pull requests were merged this release cycle.
This release addresses a few regressions that have occurred, and refines SQLx's MSRV policy (see the FAQ).
Added
Changed
Fixed
v0.8.1
Compare Source
16 pull requests were merged this release cycle.
This release contains a fix for RUSTSEC-2024-0363.
Postgres users are advised to upgrade ASAP as a possible exploit has been demonstrated:
#3440 (comment)
MySQL and SQLite do not appear to be exploitable, but upgrading is recommended nonetheless.
Added
Changed
Fixed
v0.8.0
Compare Source
70 pull requests were merged this release cycle.
#2697 was merged the same day as release 0.7.4 and so was missed by the automatic CHANGELOG generation.
Breaking
Added
Changed
Fixed
clock
andstd
features ofworkspace.dependencies.chrono
.dtolnay/thiserror (thiserror)
v2.0.3
Compare Source
v2.0.2
Compare Source
v2.0.1
Compare Source
v2.0.0
Compare Source
Breaking changes
Referencing keyword-named fields by a raw identifier like
{r#type}
inside a format string is no longer accepted; simply use the unraw name like{type}
(#347)This aligns thiserror with the standard library's formatting macros, which gained support for implicit argument capture later than the release of this feature in thiserror 1.x.
Trait bounds are no longer inferred on fields whose value is shadowed by an explicit named argument in a format message (#345)
Tuple structs and tuple variants can no longer use numerical
{0}
{1}
access at the same time as supplying extra positional arguments for a format message, as this makes it ambiguous whether the number refers to a tuple field vs a different positional arg (#354)Code containing invocations of thiserror's
derive(Error)
must now have a direct dependency on thethiserror
crate regardless of the error data structure's contents (#368, #369, #370, #372)Features
Support disabling thiserror's standard library dependency by disabling the default "std" Cargo feature:
thiserror = { version = "2", default-features = false }
(#373)Support using
r#source
as field name to opt out of a field named "source" being treated as an error'sError::source()
(#350)Infinite recursion in a generated Display impl now produces an
unconditional_recursion
warning (#359)A new attribute
#[error(fmt = path::to::myfmt)]
can be used to write formatting logic for an enum variant out-of-line (#367)Enums with an enum-level format message are now able to have individual variants that are
transparent
to supersede the enum-level message (#366)toml-rs/toml (toml_edit)
v0.22.22
Compare Source
v0.22.21
Compare Source
v0.22.20
Compare Source
v0.22.19
Compare Source
v0.22.18
Compare Source
v0.22.17
Compare Source
v0.22.16
Compare Source
v0.22.15
Compare Source
v0.22.14
Compare Source
v0.22.13
Compare Source
v0.22.12
Compare Source
v0.22.11
Compare Source
v0.22.10
Compare Source
v0.22.9
Compare Source
v0.22.8
Compare Source
v0.22.7
Compare Source
v0.22.6
Compare Source
v0.22.5
Compare Source
v0.22.2
Compare Source
v0.22.1
Compare Source
v0.22.0
Compare Source
v0.21.1
Compare Source
v0.21.0
Compare Source
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.
chore(deps): update rust crate toml_edit to 0.20.1to chore(deps): update all dependenciesb2b9543f20
tof25dc92222
f25dc92222
to6c3f8b1e84
6c3f8b1e84
to9709e5cbec
9709e5cbec
to22e0146043
22e0146043
toe84af93932
e84af93932
to45023563b5
45023563b5
to10bcf5b7c8
10bcf5b7c8
tob3f310f79e
b3f310f79e
to2bf34f4a29
2bf34f4a29
to7b052fcb3a
7b052fcb3a
toc890178122
c890178122
toffc3053b41
ffc3053b41
to317fa5a879
317fa5a879
toaa87314506
aa87314506
toe5a5a6081d
e5a5a6081d
to686d3efe69
686d3efe69
to749cb7f351
749cb7f351
toa3347857f7
a3347857f7
to3995c04aa9
3995c04aa9
tof6a828db8b
f6a828db8b
to01296c280d
01296c280d
toa071c95067
a071c95067
tobed8472141
bed8472141
tobde3237994
bde3237994
tobe86440e4b
be86440e4b
to1b048a2bb1
1b048a2bb1
to6973f4faeb
6973f4faeb
tobd5192784d
bd5192784d
toff912b48b0
ff912b48b0
tocc35015a2b
cc35015a2b
todf8147e595
df8147e595
toba2cf610e2
ba2cf610e2
to13f1630750
13f1630750
toc642d49de6
c642d49de6
tof5aa1435b4
f5aa1435b4
tob7431bfde5
b7431bfde5
toc297d483e5
c297d483e5
toc406f43528
c406f43528
toa0a0d3460f
a0a0d3460f
to73eb87bce3
73eb87bce3
tofc947ea6b8
fc947ea6b8
tod80416c011
d80416c011
to3f61879fb0
3f61879fb0
to351b87127f
351b87127f
to0fc042a75a
0fc042a75a
tobe25a151b8
be25a151b8
tof51af10315
f51af10315
to7093cea352
7093cea352
to8b1bb968e7
8b1bb968e7
to53af03d294
53af03d294
to7bf2c33e3c
7bf2c33e3c
to64086d8daf
64086d8daf
to6594673633
6594673633
toecda74cf0a
ecda74cf0a
tofb299d4edb
fb299d4edb
toa918ca746c
a918ca746c
to74acda458e
74acda458e
to82ef2d505c
82ef2d505c
toa4fc13a78b
a4fc13a78b
to4a2037ac51
4a2037ac51
tob9ba27c99c
b9ba27c99c
to4158d9f1b5
4158d9f1b5
to8ff5d8124d
8ff5d8124d
tod4d83cc5c6
d4d83cc5c6
to3b7fb7be3a
3b7fb7be3a
to35675c95cc
35675c95cc
toa4b6109de5
a4b6109de5
to991ac9c21f
991ac9c21f
to0f2d5003b4
0f2d5003b4
to04eae0e663
04eae0e663
tob0351fa57b
b0351fa57b
toddf32d6d80
ddf32d6d80
to538ec022ad
538ec022ad
to7abecfbf27
7abecfbf27
to059c4d40be
059c4d40be
to9144113108
9144113108
to7be183297b
7be183297b
toeff289947f
eff289947f
tocebe4bb932
cebe4bb932
to0396040641
0396040641
to2d51abbeae
2d51abbeae
to39f7ab4eac
39f7ab4eac
tobe37429aaf
be37429aaf
to97da6ecbe5
97da6ecbe5
to25ab961a84
25ab961a84
to32746cb084
32746cb084
tod0c66d8e45
d0c66d8e45
to84aee930d7
84aee930d7
to50d02ef0db
50d02ef0db
tod8435a225c
d8435a225c
tofddb84d2ef
fddb84d2ef
to3a7afc2e52
3a7afc2e52
to3c19a02b14
3c19a02b14
to2822b9dcab
2822b9dcab
to6465e4ff2f
6465e4ff2f
to6cb57c9212
6cb57c9212
to281dc7e4a1
281dc7e4a1
toe913bec52e
e913bec52e
toc478e18eba
c478e18eba
to4e03f7c343
4e03f7c343
toc03090f17f
c03090f17f
to61be10e499
61be10e499
to527cd12b73
527cd12b73
to72c059143c
72c059143c
to045819b539
045819b539
toeecf8fdf9e
eecf8fdf9e
to499ba5dfe7
499ba5dfe7
tode5dedc441
de5dedc441
tocccd87f8f9
cccd87f8f9
to6c4d85f89c
6c4d85f89c
to755ec09070
755ec09070
to455ff02abe
455ff02abe
toc4d694850c
c4d694850c
to5dd01cd9ce
5dd01cd9ce
to231475f77e
231475f77e
tob75556efd2
b75556efd2
to35c9282fb5
35c9282fb5
todbf494fece
dbf494fece
toa838bbcf8f
a838bbcf8f
to534f8152cc
534f8152cc
to2948bbeb86
2948bbeb86
tod0ff8cb0cd
d0ff8cb0cd
to232e53ff21
232e53ff21
to22e4b8d3e3
22e4b8d3e3
to378951e458
378951e458
to0e9045701a
0e9045701a
tocfe754d78e
cfe754d78e
to0328c5b143
0328c5b143
toce71122376
ce71122376
to34ac7fefac
34ac7fefac
to81fc919dc0
81fc919dc0
tocb9cb9cbc2
cb9cb9cbc2
tod372b78a99
d372b78a99
tod0a3eedabb
d0a3eedabb
to2e1ff43eb9
2e1ff43eb9
to2da685d7a2
2da685d7a2
to50cf8c5dba
50cf8c5dba
to84b2c54e81
84b2c54e81
to9bd090bc3b
9bd090bc3b
toa8c35a728a
a8c35a728a
to120a8ef3f2
120a8ef3f2
to2ae8f8493f
2ae8f8493f
to8be9bc5355
8be9bc5355
to651b5c913a
651b5c913a
to1c48c0bea7
1c48c0bea7
to32b2d449a1
32b2d449a1
to6e8ea353e7
6e8ea353e7
toba10d38ddd
ba10d38ddd
to4208255997
4208255997
to6f1fe84bae
6f1fe84bae
tod16562b990
d16562b990
toa6dd060182
a6dd060182
tob06d713009
b06d713009
toafdd895017
afdd895017
tof1ceee47ba
f1ceee47ba
to48dc19dbf1
48dc19dbf1
to03bc64c612
03bc64c612
to036f3aa670
036f3aa670
tob055bcb7e2
b055bcb7e2
toed755a8770
ed755a8770
toecb9933e99
ecb9933e99
toe5fe6b3ebd
e5fe6b3ebd
to9bea125c32
9bea125c32
to5efb2f85a5
5efb2f85a5
to4fb84a8d8d
4fb84a8d8d
toe44720f0f5
e44720f0f5
tob572c07b0d
b572c07b0d
to3baf4ee73e
3baf4ee73e
to7635965799
7635965799
to93b9ffb583
93b9ffb583
to1030e0add4
1030e0add4
toccbc5958da
ccbc5958da
to0a5f8248f4
0a5f8248f4
tofc8d70d170
fc8d70d170
to8c1132a8ca
8c1132a8ca
to47c45342c4
47c45342c4
tod987d0108e
d987d0108e
tod44c789214
d44c789214
toed8affa2cd
ed8affa2cd
to6d3d2811b3
6d3d2811b3
to3ddbc5100d
3ddbc5100d
toa534be4a53
a534be4a53
toef42820f2b
ef42820f2b
to5d63e33b99
5d63e33b99
toac287492c1
ac287492c1
toeaec9b22ab
eaec9b22ab
to7a033eff8e
7a033eff8e
to3110b447fd
3110b447fd
tob924755f90
b924755f90
to116c4fb591
116c4fb591
toc35ac66780
c35ac66780
to9d8a974d86
9d8a974d86
toac3f46d062
ac3f46d062
to08b8d3d1f6
08b8d3d1f6
toa69f0f235e
a69f0f235e
to867753955a
867753955a
to2becb212d3
2becb212d3
to9ac73afcec
9ac73afcec
toc1fa0b7fcb
c1fa0b7fcb
to89044570d6
89044570d6
toeb6a15afff
eb6a15afff
tobc6e14a6a2
bc6e14a6a2
to858cad6805
858cad6805
tob00c1c7826
b00c1c7826
toe10bdd5695
e10bdd5695
tofe5a33fd06
fe5a33fd06
to7549169a52
7549169a52
toba31b279f4
ba31b279f4
to7a53afcdc1
7a53afcdc1
to465f7f2bd3
465f7f2bd3
to3c3e046fa5
3c3e046fa5
tob03ad46709
b03ad46709
tocd7667e2e8
cd7667e2e8
to0087554b7b
0087554b7b
to304e75b1e5
304e75b1e5
to5f220e3574
5f220e3574
to8876bdfee0
8876bdfee0
tofc1f0beda4
fc1f0beda4
to5915d0eef3
5915d0eef3
tocd90ed0991
cd90ed0991
to27b26257c7
27b26257c7
to639d8283fc
639d8283fc
to340b5e4b99
340b5e4b99
tof596357d54
f596357d54
toe568eaf00c
e568eaf00c
to71ac0a78f0
71ac0a78f0
to1fc2260aaa
1fc2260aaa
tof6e5216f3d
f6e5216f3d
to09eb847e11
09eb847e11
to337046dab7
337046dab7
to9c34ccad96
9c34ccad96
tof30f0c8e6c
f30f0c8e6c
to46e37da286
46e37da286
to0fcd5b115e
0fcd5b115e
to125525f775
125525f775
tob6f4240932
b6f4240932
to5f8c82b1b7
5f8c82b1b7
to550feb7ad5
550feb7ad5
toe40a3bddac
e40a3bddac
to7a2e63b00f
7a2e63b00f
to8239c2c271
8239c2c271
to4a6142d688
4a6142d688
to43d167d0bd
43d167d0bd
to92b39df6d5
92b39df6d5
tod4824f196e
d4824f196e
to479dbdf27a
479dbdf27a
toe71eb44672
e71eb44672
to3ce85225fb
3ce85225fb
to4ee9d40ffc
4ee9d40ffc
tof69ebd70ff
f69ebd70ff
tod1da6c2d6c
d1da6c2d6c
to9749a7f168
9749a7f168
tod563026865
d563026865
to0bed84d4b2
0bed84d4b2
tobe8826bdc9
be8826bdc9
to7e9a408676
7e9a408676
to938379dd1e
938379dd1e
to9409a16c53
9409a16c53
to63193bcf59
63193bcf59
to8d7dfb4910
8d7dfb4910
to5a28bd449b
5a28bd449b
toad95133a2c
ad95133a2c
to5456894735
5456894735
to0a37875e10
0a37875e10
to740f18d9a1
740f18d9a1
to5a338f9437
5a338f9437
to6f378d1259
6f378d1259
to1b39f4e151
1b39f4e151
tob1f49d9b9c
b1f49d9b9c
to64bde003a5
64bde003a5
to1536528fa3
1536528fa3
to40c2d32a09
40c2d32a09
tocb8ce901fb
cb8ce901fb
toca557aff28
ca557aff28
to2e1c69e03c
2e1c69e03c
to63e2db8667
63e2db8667
todd22b37804
dd22b37804
to8ab4725542
8ab4725542
tof474cbd180
f474cbd180
toeec2f75c85
eec2f75c85
tod88983442f
d88983442f
to7ac8c05354
7ac8c05354
to65132c04ad
65132c04ad
tof9662453ab
f9662453ab
to9a2b538cc5
9a2b538cc5
tof1b2f56b33
f1b2f56b33
to24b3a81d89
24b3a81d89
to380d1098eb
380d1098eb
to9c45bb2500
9c45bb2500
tob9c2962921
b9c2962921
todbf2a4812b
dbf2a4812b
tod89b578ed7
d89b578ed7
tob9d96a0da2
b9d96a0da2
tofc908bd8c8
chore(deps): update all dependenciesto fix(deps): update all dependenciesCheckout
From your project repository, check out a new branch and test the changes.