-
-
Notifications
You must be signed in to change notification settings - Fork 41
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 all dependencies #101
base: develop
Are you sure you want to change the base?
Conversation
2a91e2c
to
8329af2
Compare
cda1f2a
to
e9720b1
Compare
24a9944
to
a0847f3
Compare
4248291
to
5ec5d7d
Compare
371a190
to
5e17018
Compare
25b7b3c
to
ace24a6
Compare
519a3b8
to
51e1828
Compare
51e1828
to
6865770
Compare
37caed4
to
2a1db37
Compare
250449a
to
8e1a6cf
Compare
3e66fd2
to
211663d
Compare
⚠ Artifact update problemRenovate 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
|
bc8053b
to
cad0c5a
Compare
dd592c8
to
0c2af84
Compare
520d637
to
2cf396f
Compare
bb7038f
to
8a4b0f5
Compare
f3f3655
to
b119f89
Compare
8606b19
to
397345d
Compare
397345d
to
8a19db3
Compare
|
This PR contains the following updates:
v3
->v4
0.2.1
->0.7.0
0.20.0
->0.22.0
4.5.7
->4.5.21
0.3.30
->0.3.31
0.16.9
->0.20.0
0.11.2
->0.13.0
0.3.1
->0.4.0
1.9.3
->2.0.0
1.4.0
->1.5.0
0.6.3
->0.8.0
0.26.4
->0.29.0
1.10.5
->1.11.1
0.10.7
->1.0.0
0.10.7
->1.0.0
1.0.203
->1.0.215
1.0.117
->1.0.133
3.10.1
->3.14.0
1.38.0
->1.41.1
0.14.4
->0.22.0
0.1.7
->0.1.10
2.5.2
->2.5.4
Release Notes
actions/checkout (actions/checkout)
v4
Compare Source
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.v0.21.7
Compare Source
Alphabet::as_str()
v0.21.6
Compare Source
v0.21.5
Compare Source
Debug
andClone
impls for the general purpose Enginev0.21.4
Compare Source
encoded_len
const
, allowing the creation of arrays sized to encode compile-time-known data lengthsv0.21.3
Compare Source
source
instead ofcause
on Error typesv0.21.2
Compare Source
v0.21.1
Compare Source
DecoderReader
no longer sometimes erroneously ignorespadding #226
Breaking changes
Engine.internal_decode
return type changedv0.21.0
Compare Source
Migration
Functions
encode()
engine::general_purpose::STANDARD.encode()
orprelude::BASE64_STANDARD.encode()
encode_config()
engine.encode()
encode_config_buf()
engine.encode_string()
encode_config_slice()
engine.encode_slice()
decode()
engine::general_purpose::STANDARD.decode()
orprelude::BASE64_STANDARD.decode()
decode_config()
engine.decode()
decode_config_buf()
engine.decode_vec()
decode_config_slice()
engine.decode_slice()
The short-lived 0.20 functions were the 0.13 functions with
config
replaced withengine
.Padding
If applicable, use the preset engines
engine::STANDARD
,engine::STANDARD_NO_PAD
,engine::URL_SAFE
,or
engine::URL_SAFE_NO_PAD
.The
NO_PAD
ones require that padding is absent when decoding, and the others require thatcanonical padding is present .
If you need the < 0.20 behavior that did not care about padding, or want to recreate < 0.20.0's predefined
Config
sprecisely, see the following table.
encode_padding
decode_padding_mode
clap-rs/clap (clap)
v4.5.21
Compare Source
Fixes
ignore_errors(true)
v4.5.20
Compare Source
Features
CommandExt
v4.5.19
Compare Source
Internal
v4.5.18
Compare Source
Features
Arg::get_display_order
andCommand::get_display_order
v4.5.17
Compare Source
Fixes
v4.5.16
Compare Source
Fixes
derive
feature is missingv4.5.15
Compare Source
Compatiblity
Arg::remove
changed return typesFixes
Arg::remove
return the removed itemv4.5.14
Compare Source
Features
Arg::add
for attaching arbitrary state, like completion hints, toArg
withoutArg
knowing about itv4.5.13
Compare Source
Fixes
#[flatten]
ing an optional#[group(skip)]
v4.5.12
Compare Source
v4.5.11
Compare Source
v4.5.10
Compare Source
v4.5.9
Compare Source
Fixes
v4.5.8
Compare Source
Fixes
rust-lang/futures-rs (futures)
v0.3.31
Compare Source
FuturesUnordered
when dropped future panics (#2886)task::waker_ref
(#2830)This is a breaking change but allowed because it is soundness bug fix.
AsyncBufRead::read_line
andAsyncBufReadExt::lines
(#2884)select!
/select_biased!
(#2832)This is technically a breaking change as it will now reject a very odd undocumented syntax that was previously accidentally accepted.
Waker::will_wake
change (#2865)stream::Iter::{get_ref,get_mut,into_inner}
(#2875)future::AlwaysReady
(#2825)io::{BufReader,BufWriter}
(#2848)gtk-rs/gtk-rs-core (glib)
v0.20.6
Compare Source
v0.20.5
Compare Source
v0.20.4
Compare Source
v0.20.3
Compare Source
v0.20.2
Compare Source
v0.20.1
Compare Source
v0.20.0
Compare Source
v0.19.9
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
What's Changed
Full Changelog: gtk-rs/gtk-rs-core@0.19.1...0.19.2
v0.19.0
Compare Source
What's Changed
glib::derived_properties
by @Hofer-Julian in https://github.com/gtk-rs/gtk-rs-core/pull/1143PollableInputStream
/PollableOutputStream
ret… by @sdroege in https://github.com/gtk-rs/gtk-rs-core/pull/1159resolver = "2"
for the workspace by @sdroege in https://github.com/gtk-rs/gtk-rs-core/pull/1162g_unichar
APIs by @RealKC in https://github.com/gtk-rs/gtk-rs-core/pull/1146#[doc(hidden)]
fromonce_cell
andbitflags
re-export by @RealKC in https://github.com/gtk-rs/gtk-rs-core/pull/1177as_str()
andDeref<Target=&str>
by @cgwalters in https://github.com/gtk-rs/gtk-rs-core/pull/1181spawn_future
andspawn_future_local
convenience functions by @Hofer-Julian in https://github.com/gtk-rs/gtk-rs-core/pull/1201MainContext::channel()
by @sdroege in https://github.com/gtk-rs/gtk-rs-core/pull/1216Cargo.lock
to git tracking by @GuillaumeGomez in https://github.com/gtk-rs/gtk-rs-core/pull/1221BoxedAnyObject
methods astrack_caller
by @RealKC in https://github.com/gtk-rs/gtk-rs-core/pull/1279proc_macro_error
with explicit propagation ofsyn::Result
by @andy128k in https://github.com/gtk-rs/gtk-rs-core/pull/1288once_cell
usage with std::sync::OnceLock by @andy128k in https://github.com/gtk-rs/gtk-rs-core/pull/1289New Contributors
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.