fix(deps): update all dependencies #104
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:
1.0.79
->1.0.93
1.5.0
->1.5.4
4.4.18
->4.5.21
0.9.8
->0.13.0
0.10.0
->0.11.0
0.18.2
->0.19.0
0.6.2
->0.7.0
1.1.15
->1.1.20
0.4.20
->0.4.22
0.10.63
->0.10.68
0.11
->0.12
0.19.8
->0.20.0
1.0.113
->1.0.133
0.9.31
->0.9.34
3.10.0
->3.14.0
1.19.1
->1.20.0
1.36.0
->1.41.1
2.4.0
->2.5.0
Release Notes
dtolnay/anyhow (anyhow)
v1.0.93
Compare Source
thiserror
v2v1.0.92
Compare Source
&raw const
and&raw mut
syntax insideensure!
(#390)v1.0.91
Compare Source
v1.0.90
Compare Source
v1.0.89
Compare Source
UnwindSafe
andRefUnwindSafe
impl consistently available between versions of Rust newer and older than 1.72 (#386)v1.0.88
Compare Source
v1.0.87
Compare Source
Error::new
andError::chain
, in no-std mode on Rust 1.81+ (#383)v1.0.86
Compare Source
ensure!
with non-literal after minus sign (#373)v1.0.85
Compare Source
ensure!
macro's rules to unblock some rustc pretty-printer improvements (#368, #371)v1.0.84
Compare Source
ensure!
through aNot
impl for a type that is notbool
(#367)v1.0.83
Compare Source
v1.0.82
Compare Source
v1.0.81
Compare Source
v1.0.80
Compare Source
BLAKE3-team/BLAKE3 (blake3)
v1.5.4
Compare Source
version 1.5.4
Changes since 1.5.3:
blake3::Hasher::finalize_xof). This brings long output performance
into line with long input performance. Currently AVX-512-only and
Unix-only.
v1.5.3
Compare Source
version 1.5.3
Changes since 1.5.2:
compatible, but that didn't hold for non-self-describing serialization
formats like bincode. See #414.
v1.5.2
Compare Source
version 1.5.2
Changes since 1.5.1:
build.rs
setscc::Build::emit_rerun_if_env_changed(false)
toprevent some unnecessary rebuilds, particularly when the
PATH
changes on Windows. See #324.
Hash
produces a bytestring instead of an array informats that support bytestrings (like CBOR). Deserialization is
backwards-compatible with the array format.
v1.5.1
Compare Source
version 1.5.1
Changes since 1.5.0:
unchanged, 1.66.1.)
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
v4.5.7
Compare Source
Fixes
num_args
v4.5.6
Compare Source
v4.5.5
Compare Source
Fixes
exclusive
to overriderequired_unless_present
,required_unless_present_any
,required_unless_present_all
v4.5.4
Compare Source
Fixes
#[arg(id)]
attributes againv4.5.3
Compare Source
Internal
heck
v4.5.2
Compare Source
Fixes
ignore_errors(true)
v4.5.1
Compare Source
Internal
v4.5.0
Compare Source
Compatibility
dagger/dagger (dagger-sdk)
v0.13.7
Added
expect
arg forContainer.withExec
by @jedevc in https://github.com/dagger/dagger/pull/8466This enum arg allows specifying valid return statuses for which the command
can return without failing immediately.
Container.exitCode
field to get the exit code of the lastwithExec
by @jedevc in https://github.com/dagger/dagger/pull/8466Changed
The new policies attempt to co-operate with other applications using the disk
and will adjust its cache usage accordingly.
Previously, when a function chain in
dagger call
ended in an object, we'dprint all functions that return a simple value and don't have any arguments.
Now, only object fields will be included, not all functions.
Fixed
withExec
s using theExperimentalPrivilegedNesting
flag by @sipsma in https://github.com/dagger/dagger/pull/8776What to do next?
v0.11.9
Compare Source
Fixed
What to do next?
greyblake/envconfig-rs (envconfig)
v0.11.0
Compare Source
db_host
will be tried to loaded fromDB_HOST
env var)syn
dependency to 2.x.xrust-lang/git2-rs (git2)
v0.19.0
Compare Source
0.18.3...0.19.0
Added
opts
functions to control server timeouts (get_server_connect_timeout_in_milliseconds
,set_server_connect_timeout_in_milliseconds
,get_server_timeout_in_milliseconds
,set_server_timeout_in_milliseconds
), and addErrorCode::Timeout
.#1052
Changed
#1032
Error
struct.#1053
Fixed
#1043
v0.18.3
Compare Source
0.18.2...0.18.3
Added
opts::
functions to get / set libgit2 mwindow options#1035
Changed
#1007
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 #176rust-lang/libz-sys (libz-sys)
v1.1.20
Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/rust-lang/libz-sys/compare/1.1.19...1.1.20
v1.1.19
: - s390 is backCompare Source
What's Changed
New Contributors
Full Changelog: https://github.com/rust-lang/libz-sys/compare/1.1.18...1.1.19
v1.1.18
Compare Source
What's Changed
Full Changelog: https://github.com/rust-lang/libz-sys/compare/1.1.17...1.1.18
v1.1.17
: - Use zlib-ng without cmakeCompare Source
What's Changed
cc
as an optional alternative tocmake
by @Jake-Shadle in https://github.com/rust-lang/libz-sys/pull/174New Contributors
Full Changelog: https://github.com/rust-lang/libz-sys/compare/1.1.16...1.1.17
v1.1.16
: build-script improvementsCompare Source
What's Changed
New Contributors
Full Changelog: https://github.com/rust-lang/libz-sys/compare/1.1.15-libz...1.1.16
rust-lang/log (log)
v0.4.22
Compare Source
v0.4.21
Compare Source
sfackler/rust-openssl (openssl)
v0.10.68
Compare Source
What's Changed
Full Changelog: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.67...openssl-v0.10.68
v0.10.67
Compare Source
What's Changed
MdCtxRef::digest_verify_final
by @alex in https://github.com/sfackler/rust-openssl/pull/2283New Contributors
Full Changelog: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.66...openssl-v0.10.67
v0.10.66
Compare Source
What's Changed
MemBio::get_buf
with empty results by @alex in https://github.com/sfackler/rust-openssl/pull/2266Full Changelog: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.65...openssl-v0.10.66
v0.10.65
Compare Source
What's Changed
pkgconf
package on some distros by @JonathanBrouwer in https://github.com/sfackler/rust-openssl/pull/2253New Contributors
Full Changelog: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.64...openssl-v0.10.65
v0.10.64
Compare Source
What's Changed
Full Changelog: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.63...openssl-v0.10.64
seanmonstar/reqwest (reqwest)
v0.12.9
Compare Source
tls::CertificateRevocationLists
support.connection_verbose()
to output read logs.multipart::Part::file()
to automatically include content-length.v0.12.8
Compare Source
multipart::Form::file()
method for adding files easily.Body::wrap()
to wrap anyhttp_body::Body
type.v0.12.7
Compare Source
impl Service<http::Request<_>>
forClient
.v0.12.6
Compare Source
danger_accept_invalid_hostnames
forrustls
.impl Service<http::Request<Body>>
forClient
and&'_ Client
.!Sync
bodies inBody::wrap_stream()
.hickory-dns
is used.Proxy
so thatHTTP(S)_PROXY
values take precendence overALL_PROXY
.blocking::RequestBuilder::header()
from unsettingsensitive
on passed header values.v0.12.5
Compare Source
blocking::ClientBuilder::dns_resolver()
method to change DNS resolver in blocking client.http3
feature back, still requiringreqwest_unstable
.rustls-tls-no-provider
Cargo feature to use rustls without a crypto provider.Accept-Encoding
header combinations.v0.12.4
Compare Source
zstd
support, enabled withzstd
Cargo feature.ClientBuilder::read_timeout(Duration)
, which applies the duration for each read operation. The timeout resets after a successful read.v0.12.3
Compare Source
FromStr
fordns::Name
.ClientBuilder::built_in_webpki_certs(bool)
to enable them separately.ClientBuilder::built_in_native_certs(bool)
to enable them separately.content-length: 0
for GET requests.content_length()
to return value when timeout is configured.ClientBuilder::resolve()
to use lowercase domain names.v0.12.2
Compare Source
v0.12.1
Compare Source
ClientBuilder::interface()
when no TLS is enabled.TlsInfo::peer_certificate()
being truncated with rustls.http2
feature disabled but TLS negotiated h2 in ALPN.Display
forError
to not include its source error.v0.12.0
Compare Source
hyper
,http
, andhttp-body
v1.http::Request
andhttp::Response
.http2
optional cargo feature, default on.charset
optional cargo feature, default on.macos-system-configuration
cargo feature, default on.ClientBuilder::interface(str)
to specify the local interface to bind to.http3
feature temporarily.v0.11.27
hickory-dns
feature, deprecatingtrust-dns
.Form::text()
to not set octet-stream for plain text fields.v0.11.26
system-configuration
upgrade, which broke MSRV on macOS.v0.11.25
Certificate::from_pem_bundle()
parsing.v0.11.24
Certificate::from_pem_bundle()
to add a bundle.http3_prior_knowledge()
to blocking client builder.Sync
bounds requirement forBody::wrap_stream()
.REFUSED_STREAM
requests.Url
toUri
that could panic.v0.11.23
Proxy::custom_http_auth(val)
for setting the rawProxy-Authorization
header when connecting to proxies.http://
orhttps://
.nodelay
when TLS is enabled but URL is HTTP.ClientBuilder::user_agent(val)
.multipart::Form::headers(headers)
.v0.11.22
trust-dns
is enabled.v0.11.21
ClientBuilder::tls_info(bool)
, which will puttls::TlsInfo
into the response extensions.v0.11.20
deflate
decompression back to using zlib, as outlined in the spec.v0.11.19
ClientBuilder::http1_ignore_invalid_headers_in_responses()
option.ClientBuilder::http1_allow_spaces_after_header_name_in_responses()
option.ALL_PROXY
environment variable.use_preconfigured_tls
when combined with HTTP/3.deflate
decompression from using the zlib decoder.Response::{text, text_with_charset}()
to strip BOM characters.v0.11.18
RequestBuilder::json()
method from overriding a previously setcontent-type
header. An existing value will be left in place.v0.11.17
v0.11.16
Cargo.toml
.v0.11.15
RequestBuilder
methods to split and reconstruct from its parts.connection_verbose
to logwrite_vectored
calls.v0.11.14
Proxy::no_proxy(url)
that works like the NO_PROXY environment variable.multipart::Part::headers(headers)
method to add custom headers.Response::bytes_stream()
.v0.11.13
ClientBuilder::dns_resolver()
option for custom DNS resolvers.ClientBuilder::tls_sni(bool)
option to enable or disable TLS Server Name Indication.Identity::from_pkcs8_pem()
constructor when usingnative-tls
.redirect::Policy::limited(0)
from following any redirects.v0.11.12
ClientBuilder::resolve_to_addrs()
which allows a slice of IP addresses to be specified for a single host.Response::upgrade()
to await whether the server agrees to an HTTP upgrade.v0.11.11
ClientBuilder
.ClientBuilder::http1_allow_obsolete_multiline_headers_in_responses()
.impl Service<Request>
forClient
and&'_ Client
.RequestBuilder::basic_auth()
.RequestBuilder::header
to not overridesensitive
if user explicitly set on aHeaderValue
.v0.11.10
Error::url()
to access the URL of an error.Response::extensions()
to access thehttp::Extensions
of a response.rustls-native-certs
to log an error instead of panicking when loading an invalid system certificate.v0.11.9
ClientBuilder::http09_responses(bool)
option to allow receiving HTTP/0.9 responses.v0.11.8
v0.11.7
blocking::ClientBuilder::resolve()
option, matching the async builder.From<tokio::fs::File>
forBody
.blocking
request-scoped timeout applying to bodies as well.rustls
to 0.20.v0.11.6
v0.11.5
ClientBuilder::http1_only()
method.tls::Version
type, andClientBuilder::min_tls_version()
andClientBuilder::max_tls_version()
methods.TryFrom<Request>
forhttp::Request
.Clone
forIdentity
.NO_PROXY
environment variable parsing to more closely match curl's. Comma-separated entries are now trimmed for whitespace, and*
is allowed to match everything.https_only
option.Body::as_bytes()
method.JsValue
.v0.11.4
ClientBuilder::resolve()
option to override DNS resolution for specific domains.native-tls-alpn
Cargo feature to use ALPN with the native-tls backend.ClientBuilder::deflate()
option anddeflate
Cargo feature to support decoding response bodies using deflate.RequestBuilder::version()
to allow setting the HTTP version of a request.rustls-tls
backend, when the server uses TLS v1.2 or v1.3.try_clone
toRequest
andRequestBuilder
v0.11.3
impl From<hyper::Body> for reqwest::Body
.RequestBuilder
.v0.11.2
CookieStore
trait to customize the type that stores and retrieves cookies for a session.cookie::Jar
as a defaultCookieStore
, easing creating some session cookies before creating theClient
.ClientBuilder::http2_adaptive_window()
option to configure an adaptive HTTP2 flow control behavior.ClientBuilder::http2_max_frame_size()
option to adjust the maximum HTTP2 frame size that can be received.IntoUrl
forString
, making it more convenient to create requests withformat!
.v0.11.1
ClientBuilder::tls_built_in_root_certs()
option to disable built-in root certificates.rustls-tls
glue to more often support ALPN to upgrade to HTTP/2.http://
if no scheme is found.runtime
feature.Request::new()
constructor.v0.11.27
Compare Source
hickory-dns
feature, deprecatingtrust-dns
.Form::text()
to not set octet-stream for plain text fields.v0.11.26
Compare Source
system-configuration
upgrade, which broke MSRV on macOS.v0.11.25
Compare Source
Certificate::from_pem_bundle()
parsing.v0.11.24
Compare Source
Certificate::from_pem_bundle()
to add a bundle.http3_prior_knowledge()
to blocking client builder.Sync
bounds requirement forBody::wrap_stream()
.REFUSED_STREAM
requests.Url
toUri
that could panic.mlua-rs/rlua (rlua)
v0.20.1
Compare Source
v0.20.0
Compare Source
serde-rs/json (serde_json)
v1.0.133
Compare Source
v1.0.132
Compare Source
v1.0.131
Compare Source
Map<String, Value>
and&Map<String, Value>
(#1135, thanks @swlynch99)v1.0.130
Compare Source
Number
from i128 and u128 (#1141, thanks @druide)v1.0.129
Compare Source
serde_json::Map::sort_keys
andserde_json::Value::sort_all_objects
(#1199)v1.0.128
Compare Source
v1.0.127
Compare Source
v1.0.126
Compare Source
v1.0.125
Compare Source
v1.0.124
Compare Source
v1.0.123
Compare Source
v1.0.122
Compare Source
json!
in no-std crates (#1166)v1.0.121
Compare Source
v1.0.120
Compare Source
indexmap
dependency (#1152, thanks @cforycki)v1.0.119
Compare Source
serde_json::Map::shift_insert
(#1149, thanks @joshka)v1.0.118
Compare Source
v1.0.117
Compare Source
v1.0.116
Compare Source
v1.0.115
Compare Source
v1.0.114
Compare Source
dtolnay/serde-yaml (serde_yaml)
v0.9.34
Compare Source
As of this release, I am not planning to publish further versions of
serde_yaml
as none of my projects have been using YAML for a long time, so I have archived the GitHub repo and marked the crate deprecated in the version number. An official replacement isn't designated for those who still need to work with YAML, but https://crates.io/search?q=yaml&sort=relevance and https://crates.io/keywords/yaml has a number of reasonable-looking options available.v0.9.33
Compare Source
v0.9.32
Compare Source
Stebalien/tempfile (tempfile)
v3.14.0
Compare Source
v3.13.0
Compare Source
with_suffix
constructors for easily creating new temporary files with a specific suffix (e.g., a specific file extension). Thanks to @Borgerr.v3.12.0
Compare Source
keep(keep: bool)
function to builder that suppresses delete-on-drop behavior (thanks to @RalfJung).windows-sys
from 0.52 to 0.59.v3.11.0
Compare Source
v3.10.1
Compare Source
Thanks to @stoeckmann for finding and fixing both of these issues.
Keats/tera (tera)
v1.20.0
Compare Source
tokio-rs/tokio (tokio)
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)v1.41.0
: Tokio v1.41.0Compare Source
1.41.0 (Oct 22th, 2024)
Added
global_queue_depth
(#6854, #6918)SocketAddr
(#6868)watch::Sender::sender_count
(#6836)mpsc::Receiver::blocking_recv_many
(#6867)Id
apis (#6793, #6891)Added (unstable)
LocalRuntime
(#6808)Changed
#[must_use]
toNotified
(#6828)watch
cooperative (#6846)broadcast::Receiver
cooperative (#6870)cfg_fs
forwasi
target (#6822)Fixed
Documented
OwnedFd
withAsyncFd
(#6821)AsyncFd
methods (#6890)join
andtry_join
(#6814, #6841)TcpSocket::set_nodelay
andTcpSocket::nodelay
(#6840)v1.40.0
: Tokio v1.40.0Compare Source
1.40.0 (August 30th, 2024)
Added
util::SimplexStream
(#6589)Command::process_group
(#6731){TrySendError,SendTimeoutError}::into_inner
(#6755)JoinSet::join_all
(#6784)Added (unstable)
Builder::{on_task_spawn, on_task_terminate}
(#6742)Changed
write_all_buf
when possible (#6724)UnwindSafe
(#6783)Sleep
andBatchSemaphore
instrumentation explicit roots (#6727)NonZeroU64
fortask::Id
(#6733)JoinError
(#6753)#[must_use]
toJoinHandle::abort_handle
(#6762)Documented
[build]
section doesn't go in Cargo.toml (#6728)select!
(#6774)v1.39.3
: Tokio v1.39.3Compare Source
1.39.3 (August 17th, 2024)
This release fixes a regression where the unix socket api stopped accepting the abstract socket namespace. (#6772)
v1.39.2
: Tokio v1.39.2Compare Source
1.39.2 (July 27th, 2024)
This release fixes a regression where the
select!
macro stopped accepting expressions that make use of temporary lifetime extension. (#6722)v1.39.1
: Tokio v1.39.1Compare Source
1.39.1 (July 23rd, 2024)
This release reverts "time: avoid traversing entries in the time wheel twice" because it contains a bug. (#6715)
v1.39.0
: Tokio v1.39.0Compare Source
1.39.0 (July 23rd, 2024)
Added
AsyncSeek
forEmpty
(#6663)num_alive_tasks
(#6619, #6667)Command::as_std_mut
(#6608)watch::Sender::same_channel
(#6637){Receiver,UnboundedReceiver}::{sender_strong_count,sender_weak_count}
(#6661)Default
forwatch::Sender
(#6626)Clone
forAbortHandle
(#6621)consume_budget
(#6622)Changed
ReadBuf::put_slice()
(#6629)copy_bidirectional
andcopy
(#6532)num_cpus
withavailable_parallelism
(#6709)block_on
(#6692)IntoFuture
withtimeout
(#6666)IntoFuture
withjoin!
andselect!
(#6710)Fixed
Interval
(#6612)Added (unstable)
unhandled_panic
behavior for#[tokio::main]
and#[tokio::test]
(#6593)spawned_tasks_count
(#6114)worker_park_unpark_count
(#6696)Documented
tokio::io::stdout
documentation (#6674)join.rs
andtry_join.rs
(#6641)unhandled_panic
(#6660)JoinSet::try_join_next
when all tasks are running (#6671)v1.38.1
: Tokio v1.38.1Compare Source
1.38.1 (July 16th, 2024)
This release fixes the bug identified as (#6682), which caused timers not
to fire when they should.
Fixed
wake_up
while holding all the locks of sharded time wheels (#6683)v1.38.0
: Tokio v1.38.0Compare Source
This release marks the beginning of stabilization for runtime metrics. It
stabilizes
RuntimeMetrics::worker_count
. Future releases will continue tostabilize more metrics.
Added
File::create_new
(#6573)copy_bidirectional_with_sizes
(#6500)AsyncBufRead
forJoin
(#6449)Clone
forNamedPipeInfo
(#6586)Notify::notify_last
(#6520)mpsc::Receiver::{capacity,max_capacity}
(#6511)split
method to the semaphore permit (#6472, #6478)tokio::task::join_set::Builder::spawn_blocking
(#6578)Changed
#[tokio::test]
append#[test]
at the end of the attribute list (#6497)blocking_threads
count (#6551)RuntimeMetrics::worker_count
(#6556)lifo_slot
inblock_in_place
(#6596)global_queue_interval
is zero (#6445)Semaphore
for task dumps (#6499)LocalKey::get
work with Clone types (#6433)true_when
field inTimerShared
(#6563)Fixed
Interval::poll_tick
(#6487)is_empty
on mpsc block boundaries (#6603)Documented
stdin
documentation (#6581)ReadHalf::unsplit()
documentation (#6498)select!
(#6468)NamedPipeServer
example (#6590)SemaphorePermit
,OwnedSemaphorePermit
(#6477)Barrier::wait
is not cancel safe (#6494)watch::Sender::{subscribe,closed}
(#6490)spawn_blocking
tasks (#6571)LocalSet::run_until
(#6599)v1.37.0
: Tokio v1.37.0Compare Source
1.37.0 (March 28th, 2024)
Added
set_max_buf_size
totokio::fs::File
(#6411)try_new
andtry_with_interest
toAsyncFd
(#6345)forget_permits
method to semaphore (#6331)is_closed
,is_empty
, andlen
to mpsc receivers (#6348)rwlock()
method to ownedRwLock
guards (#6418)Clone
forwatch::Sender
(#6388)TaskLocalFuture::take_value
(#6340)FromIterator
forJoinSet
(#6300)Changed
io::split
use a mutex instead of a spinlock (#6403)Fixed
Documented
AsyncBufReadExt::fill_buf
(#6431)AsyncReadExt
's primitive read functions (#6337)Runtime
to#[tokio::main]
(#6366)enter
example deterministic (#6351)mpsc::Sender::downgrade
with#[must_use]
(#6326)const_new
beforenew_with
(#6392)Changed (unstable)
Id
in taskdumps (#6328)unhandled_panic
is enabled when not supported (#6410)BurntSushi/walkdir (walkdir)
v2.5.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.
72a44d2f82
tod091a5cc88
fix(deps): update rust crate rlua to 0.20.0to fix(deps): update all dependenciesd091a5cc88
toe0fcdaa569
e0fcdaa569
to8f5891b6ef
8f5891b6ef
tofff1f0ee50
fff1f0ee50
to3adff2b20d
3adff2b20d
to2e28aa7657
2e28aa7657
to97eb5d75d7
97eb5d75d7
toa2901b8967
a2901b8967
tobd4a331ae4
bd4a331ae4
toea26cdf7a2
ea26cdf7a2
to16d319552d
16d319552d
todc628304e6
dc628304e6
tobcd1a95f38
bcd1a95f38
to306d83471f
306d83471f
toa201d404c9
a201d404c9
to8f13396c41
8f13396c41
tobf425a5309
bf425a5309
to6ea0c5d991
6ea0c5d991
to28572bc264
28572bc264
to558a551a1e
558a551a1e
tof2f7c731c7
f2f7c731c7
to3bc1a1f0ab
3bc1a1f0ab
toa999b8068f
a999b8068f
toe770a19da4
e770a19da4
to7cadb99222
7cadb99222
toec5e5ac899
ec5e5ac899
to6bd3a95b60
6bd3a95b60
toac9cdf7e60
ac9cdf7e60
to2ba6f4457e
2ba6f4457e
toa0de23c953
a0de23c953
to15405bdef7
15405bdef7
to4c1125be95
4c1125be95
toa657cfc99c
a657cfc99c
to3beec5794e
3beec5794e
toe6efe4e9a4
e6efe4e9a4
to37edc65f73
37edc65f73
to52b0901047
52b0901047
to89222384d8
89222384d8
to31f316117a
31f316117a
to759b61d3e0
759b61d3e0
toc7671875ec
c7671875ec
tod6ec5b88da
d6ec5b88da
tod4ea46cfb5
d4ea46cfb5
tobe7e081004
be7e081004
toc359048af0
c359048af0
tof58faa286d
f58faa286d
to1f60873e21
1f60873e21
todf4def0807
df4def0807
tod840db869b
⚠️ 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
d840db869b
to1b954c2c4f
1b954c2c4f
to6405436e0b
6405436e0b
to471ef46ba2
471ef46ba2
to473b8f6188
473b8f6188
to4a4118da3b
4a4118da3b
to3d1227f4a6
3d1227f4a6
to7c4b01992a
7c4b01992a
to347abffb29
347abffb29
to492c9c9f37
492c9c9f37
to958cf25f2b
958cf25f2b
toe5732a9659
e5732a9659
toe36847a5cd
e36847a5cd
tof0a98f7445
f0a98f7445
to07c5b358b5
07c5b358b5
to3997c510a3
3997c510a3
toa5518015b0
a5518015b0
toc7f13ad038
c7f13ad038
to0d9e98a22a
0d9e98a22a
tod224a24112
d224a24112
toa679feca4e
a679feca4e
tob2bcd71c25
b2bcd71c25
to50ad723f5b
50ad723f5b
toce2974c24a
ce2974c24a
to1793fd62f8
1793fd62f8
toe524738843
e524738843
to43e49ec386
43e49ec386
to3e013ee73e
3e013ee73e
to947bc81bb8
947bc81bb8
to5c5dac5800
5c5dac5800
to2e8bd95cc1
2e8bd95cc1
to2754c33d54
2754c33d54
to8f287b2bfb
8f287b2bfb
to3e1af1bfc8
3e1af1bfc8
tof1bb8e33ed
f1bb8e33ed
tod96fb0a627
d96fb0a627
tofe1ee3b764
fe1ee3b764
to4564323d2c
4564323d2c
todb03e25614
db03e25614
to66ff4f3c4d
66ff4f3c4d
to88f822f0a2
88f822f0a2
tobde6abbbff
bde6abbbff
tobe61ddfc65
be61ddfc65
to2e18ca355c
2e18ca355c
to5b1420cdfe
5b1420cdfe
tobd3140469a
bd3140469a
to1bf3b3f0b0
1bf3b3f0b0
to5aa5ccda50
5aa5ccda50
toffc3be541a
ffc3be541a
toc398b2cbb9
c398b2cbb9
tob8e5bed497
b8e5bed497
to0b0225b169
0b0225b169
toe79f190673
e79f190673
to774f99fe35
774f99fe35
tof5a2b19912
f5a2b19912
tob59602a55e
b59602a55e
to138f83877e
138f83877e
tof920ec0869
f920ec0869
to7600f0a8b0
7600f0a8b0
to512eba6bbf
512eba6bbf
to2da1dba686
2da1dba686
toc75d30d93d
c75d30d93d
to9deb62d1df
9deb62d1df
tocf2c550c89
cf2c550c89
tocd07ce6484
cd07ce6484
tod33b4f44e4
d33b4f44e4
to6015326cfe
6015326cfe
tocfba1c712b
cfba1c712b
to06e43d9a4d
06e43d9a4d
to7b34695818
7b34695818
tobaa01390f5
baa01390f5
todb2b169e74
db2b169e74
to048dd8f813
048dd8f813
toec3465b8bd
ec3465b8bd
toc869d17938
c869d17938
tod57e074ef6
d57e074ef6
tod9fc5ed5dc
d9fc5ed5dc
to56caf48965
56caf48965
to8957f57ec6
8957f57ec6
tod1b53237ee
d1b53237ee
to720dbbf355
720dbbf355
to56ba591d0d
56ba591d0d
to653eed94b4
653eed94b4
to1cbf28db42
1cbf28db42
toc55e569400
c55e569400
to300b6bc39b
300b6bc39b
to31d1784274
31d1784274
tob82b8a54f3
b82b8a54f3
tod5d6baea16
d5d6baea16
toef085d425e
ef085d425e
to7e17578841
7e17578841
to16fef5fb4f
16fef5fb4f
to0c3d77c3aa
0c3d77c3aa
tofb2e8ddaff
fb2e8ddaff
toa980875ce2
a980875ce2
to7eb924e80f
7eb924e80f
tocac9f1a243
cac9f1a243
toff782b047b
ff782b047b
to1c18bf5736
1c18bf5736
tof31dd7b23e
f31dd7b23e
toefd18a7771
efd18a7771
to826610b3b7
826610b3b7
tod702e1cc49
d702e1cc49
to2e1733bfeb
2e1733bfeb
to77804bde9f
77804bde9f
tod7cb430b8a
d7cb430b8a
to488a562090
488a562090
to53ee601796
53ee601796
to4cd4a7415b
4cd4a7415b
to7ff9002040
7ff9002040
to57f227382f
57f227382f
to7c33490f78
7c33490f78
to484509580a
484509580a
to8afdba79f0
8afdba79f0
to155acaba8c
155acaba8c
to63b2a2f28f
63b2a2f28f
tof7e68f654f
f7e68f654f
to4a18726d55
4a18726d55
to0a26d0761f
0a26d0761f
tod3be12c8aa
d3be12c8aa
to664f38a16a
664f38a16a
to5c689114d0
5c689114d0
to8431c4b141
8431c4b141
to7c6474de15
7c6474de15
to08c93cc098
08c93cc098
to193b45d280
193b45d280
tof18988a5ed
f18988a5ed
to1115175e62
1115175e62
to8d0e82d40b
8d0e82d40b
to1fd6398075
1fd6398075
to8094dfb4a1
8094dfb4a1
to7397a019ea
7397a019ea
to94fc28af81
94fc28af81
to9bac30a74f
9bac30a74f
tob6cac40e1c
b6cac40e1c
to7488ffc8b3
7488ffc8b3
to9bfaadea68
9bfaadea68
to9946714744
9946714744
toadc52d92d1
adc52d92d1
to5756ab2983
5756ab2983
toa84a9e8366
a84a9e8366
to9732b56b94
9732b56b94
toeebed4db88
eebed4db88
to9c7d44606c
9c7d44606c
tof6c659362c
f6c659362c
to29889022f5
29889022f5
to2dac6209d9
2dac6209d9
to7444707ab7
7444707ab7
todeaa063f4a
deaa063f4a
toa1a32c0f78
a1a32c0f78
toa9c47b69ca
a9c47b69ca
toc51543de60
c51543de60
to044b9f5a80
044b9f5a80
to399c24d132
399c24d132
toedeac0a66f
edeac0a66f
to7b758a2798
7b758a2798
tof3744a4164
f3744a4164
to91eebfe1be
91eebfe1be
to73e08a36d9
73e08a36d9
to7529bce0bf
7529bce0bf
toca931069dc
ca931069dc
to1c04c910cb
1c04c910cb
tob1415eb756
b1415eb756
toe7c3493aef
e7c3493aef
to48c4f8ece6
48c4f8ece6
to057f392914
057f392914
to608010ee71
608010ee71
to946603fa60
946603fa60
to61d17dcd9f
61d17dcd9f
to6b73d888b7
6b73d888b7
toa0d646948a
a0d646948a
tofb6de437da
fb6de437da
to15f6d40492
15f6d40492
tocc4df02805
cc4df02805
toa47d161640
a47d161640
to9ac6a49b03
9ac6a49b03
to7520d06dc9
7520d06dc9
toef4c8a50d0
ef4c8a50d0
to07e5e96571
07e5e96571
to57631631c0
57631631c0
to967426a844
967426a844
tobe07b15d79
be07b15d79
to7692ac16ab
7692ac16ab
to75f0cd696a
75f0cd696a
to9b1d497fa3
9b1d497fa3
to7164055df0
7164055df0
toacfa74ff17
acfa74ff17
tod212f444b4
d212f444b4
toc87bca0e83
c87bca0e83
to0556f5b521
0556f5b521
toa6f68f9129
a6f68f9129
to58b38d484d
58b38d484d
to7c31dc7d89
7c31dc7d89
to32a94e24cc
32a94e24cc
to87b32c5241
87b32c5241
to7e505f532b
7e505f532b
to088ab20aea
088ab20aea
to6ed66dc121
6ed66dc121
to300a57eecc
300a57eecc
tod14cb30425
d14cb30425
tobf2f1b4901
bf2f1b4901
to08e56163bc
08e56163bc
tod4fee6d648
d4fee6d648
tob4d99bb3d3
b4d99bb3d3
to38cb5ec23a
38cb5ec23a
toeaa1572db4
eaa1572db4
to2ab96da839
2ab96da839
to6f8e5f13af
6f8e5f13af
to9bb658744d
9bb658744d
to2bf198e082
2bf198e082
toe654b4b6d8
e654b4b6d8
to152a5a2d09
152a5a2d09
to1789917e7b
1789917e7b
toa1481fa6de
a1481fa6de
toefe5e4a8e0
efe5e4a8e0
to027208f73c
027208f73c
to8305e77244
8305e77244
to1930bd6408
1930bd6408
to5c46db0517
5c46db0517
tob02e871083
b02e871083
to7e1648ac3a
7e1648ac3a
to38cde52ae3
38cde52ae3
to5120fdd733
5120fdd733
tobef565ade3
bef565ade3
to81b7dc7c97
81b7dc7c97
to90a3d54d35
90a3d54d35
toa4fe42bae2
a4fe42bae2
to06941b3cdf
06941b3cdf
to34d2bac7bd
34d2bac7bd
tocb0df9493b
cb0df9493b
tofcc25d36ca
fcc25d36ca
to44b1f2b29f
44b1f2b29f
to37be9398df
37be9398df
toe650e79e87
e650e79e87
to0c052cc574
0c052cc574
to0744bb2df5
0744bb2df5
tob48967917b
b48967917b
tocf67c26f12
cf67c26f12
tob24ed97445
b24ed97445
to87dbf91a63
87dbf91a63
to1fa3d77574
1fa3d77574
to242697b86b
242697b86b
to1c840ac5eb
1c840ac5eb
to2802faeeef
2802faeeef
to932f4859a3
932f4859a3
toffb52f8323
ffb52f8323
to1dba47638d
1dba47638d
toe437c87380
e437c87380
to2c8f8f1237
2c8f8f1237
tofc75822f87
fc75822f87
to2c520408d7
2c520408d7
to0b5412e894
0b5412e894
toe4de9668d7
e4de9668d7
to1308ffcd3c
1308ffcd3c
to6f8cae262c
6f8cae262c
to3d48bd2dd4
3d48bd2dd4
to9fb2a91836
9fb2a91836
todabcc721cf
dabcc721cf
to8bbcea6b11
8bbcea6b11
todb390dfce5
db390dfce5
toc8977c8ac0
c8977c8ac0
to5549b4ec0a
5549b4ec0a
to646aca84ba
646aca84ba
to9e2d325d49
9e2d325d49
to468f5a3bff
468f5a3bff
toe325c9502a
e325c9502a
tob409d2f0be
b409d2f0be
to530d1e8f63
530d1e8f63
toafcbaee6a4
afcbaee6a4
to54cef22a64
54cef22a64
to7042707ba4
7042707ba4
tofde3ba2d3a
fde3ba2d3a
to2b3f2ba808
2b3f2ba808
to404ff60d2d
404ff60d2d
toddc299f79c
ddc299f79c
toe32ab942f0
e32ab942f0
to8d50ce1204
8d50ce1204
to8325900a41
8325900a41
to8e17fa22b6
8e17fa22b6
to256254fdf6
256254fdf6
to07a909e691
07a909e691
to6aa2808659
6aa2808659
to1cf61d3e2d
1cf61d3e2d
todf78a9b187
df78a9b187
to6405b65679
6405b65679
tod81e7b93d4
d81e7b93d4
to751d311723
751d311723
to3449b147d3
3449b147d3
to3b94a386ee
3b94a386ee
to7fbe64ca1d
7fbe64ca1d
to2a39021f1c
2a39021f1c
to376bb85833
376bb85833
to05614610fd
05614610fd
to0ce18112ac
0ce18112ac
to7e69bfc35b
7e69bfc35b
to591db173ff
591db173ff
toed6f60a2a0
ed6f60a2a0
to4cba3ca62b
4cba3ca62b
toe5fca37e1e
e5fca37e1e
toacc79408de
acc79408de
to4447825bc8
4447825bc8
to4ede41950e
4ede41950e
to8021060259
8021060259
tob120db7a34
b120db7a34
to960c8b1999
960c8b1999
tobe24435b70
be24435b70
to86020810de
86020810de
to8f599b58be
8f599b58be
todaf78bc396
daf78bc396
todb43cd5ae5
db43cd5ae5
to3f1821fe3f
3f1821fe3f
to5366f35dbf
5366f35dbf
toaf5543ca94
af5543ca94
tobbaa722c02
bbaa722c02
to14d902eb89
14d902eb89
todc6c30e868
dc6c30e868
toa6f5ea80e9
a6f5ea80e9
tofc03d5726f
fc03d5726f
todffc7a6ee6
dffc7a6ee6
to87e87c399c
87e87c399c
to62da52b336
62da52b336
to71a81538ae
71a81538ae
toc265bfd484
c265bfd484
toca04d14b6d
ca04d14b6d
tob7cd93e4be
b7cd93e4be
to91b60b2edd
91b60b2edd
to9c1ccb8e32
9c1ccb8e32
toa5f7192a02
a5f7192a02
tof6ef9d5162
f6ef9d5162
to12b137eff5
12b137eff5
to65f75fbc94
65f75fbc94
toc3b6135184
c3b6135184
to1bbb9c1248
1bbb9c1248
to32b5482052
32b5482052
to6aee11de57
6aee11de57
toc66d2065b6
c66d2065b6
toffe82f496c
ffe82f496c
to066db34b88
066db34b88
to48acb00b3e
48acb00b3e
to3db65e78db
3db65e78db
to006674ddf8
006674ddf8
to7c01532af4
7c01532af4
to95d745f796
95d745f796
to5b7dcafed9
5b7dcafed9
to29c7a94745
29c7a94745
to1e833f1839
1e833f1839
to25413fc478
25413fc478
to0c5efc98a1
0c5efc98a1
to5bea7d1775
5bea7d1775
to21334fffa9
21334fffa9
to51db7790c8
51db7790c8
to8c29229b1e
8c29229b1e
to2fa213ceef
2fa213ceef
toad4f0f60cd
ad4f0f60cd
toe739fcf898
e739fcf898
to442f701a42
442f701a42
to0e9a48e0b1
0e9a48e0b1
to6c60baafb8
6c60baafb8
to17a9677773
17a9677773
todc884897cb
dc884897cb
tocfc5adaf0d
cfc5adaf0d
to69d1b6bf45
69d1b6bf45
to68e96876df
68e96876df
to8bce262f73
8bce262f73
tobeae516ba7
beae516ba7
to9e61aedde5
9e61aedde5
toc36cc40ead
c36cc40ead
to4bacca0203
4bacca0203
to69ddc66abd
69ddc66abd
toc2dbaa4f4f
c2dbaa4f4f
todae9cf889f
dae9cf889f
tob906c68b4c
b906c68b4c
to1bc42fd162
1bc42fd162
toec8f8eff80
ec8f8eff80
toa56826dc1d
a56826dc1d
to482aac3848
482aac3848
toa554e1c815
a554e1c815
toc4766d8ea0
c4766d8ea0
to90e2c20c87
90e2c20c87
to21f8beb4e1
21f8beb4e1
toe263df9aa4
e263df9aa4
toe5a7374408
e5a7374408
to75ef96c8df
75ef96c8df
to7aee445de7
7aee445de7
toa212f94667
a212f94667
toa1fe9ae9a2
a1fe9ae9a2
to48f5be2bc6
48f5be2bc6
to220487db22
220487db22
to1569ad1b72
1569ad1b72
to2c215bbb46
2c215bbb46
tocb2b7c7576
cb2b7c7576
to4177f16d6e
4177f16d6e
to501f797849
501f797849
toe0afe8dadd
e0afe8dadd
toad180abe2a
ad180abe2a
to9aa91e5250
9aa91e5250
to8d6f3ffcaf
8d6f3ffcaf
toa9505f66e6
a9505f66e6
to3db747025f
3db747025f
toeaefb7280f
eaefb7280f
tob24206f042
b24206f042
tod89c90d8c4
d89c90d8c4
to5784c9402a
5784c9402a
to2bbdbd418e
2bbdbd418e
to967fa3c4cb
967fa3c4cb
toba98d14cc6
ba98d14cc6
todce72f8b2a
dce72f8b2a
to8375a40d62
8375a40d62
to3f584a8332
3f584a8332
to0e54c3a2bb
0e54c3a2bb
to0d7a22b038
0d7a22b038
tof6e268b472
f6e268b472
to8fa5884b7f
8fa5884b7f
to45d9dacf18
45d9dacf18
to576b937f22
576b937f22
to37a7588e9d
37a7588e9d
to748f1ac2fa
748f1ac2fa
to20f4ab3d03
20f4ab3d03
tofee363485f
fee363485f
to5b191ba02e
5b191ba02e
toea9be09843
ea9be09843
to8cdee28ac8
8cdee28ac8
to4b803172f3
4b803172f3
tod352d730ac
d352d730ac
to0ff33e5fee
0ff33e5fee
to529e6cff04
529e6cff04
to353a2814df
353a2814df
todacda37a4a
dacda37a4a
to238f3ba766
238f3ba766
to0b8c45d2c9
0b8c45d2c9
todfc8190372
dfc8190372
to12c743cfa1
12c743cfa1
to60c96dc5fb
60c96dc5fb
tof3c5b6ecfe
f3c5b6ecfe
to8d6314dc05
8d6314dc05
to7d22a22206
7d22a22206
to015dc69f8d
015dc69f8d
to6468233369
6468233369
to7ff25ed427
7ff25ed427
tofd5f92670f
fd5f92670f
toa0c1f545ee
a0c1f545ee
to0b171d54ad
0b171d54ad
to7c8245c298
7c8245c298
tofa75db1636
fa75db1636
to94b7a22f3d
94b7a22f3d
tofe0e5b1e12
fe0e5b1e12
to519a99f70f
519a99f70f
to333c0bc685
333c0bc685
to3cbc1400bc
3cbc1400bc
to3b3c5eaeee
3b3c5eaeee
to8b1d33e80a
8b1d33e80a
to441d303f67
441d303f67
toc7ad820799
c7ad820799
to043d1bf68a
043d1bf68a
to032d81861a
032d81861a
to10458028ea
10458028ea
toe881179416
e881179416
to0947915921
0947915921
to37af0d46cc
37af0d46cc
to6ce8f6bb90
6ce8f6bb90
to3f60322587
3f60322587
toc97e30500b
c97e30500b
to795919bc49
795919bc49
toef9fdefdb1
ef9fdefdb1
to70e596e1c0
70e596e1c0
to6f21e47995
6f21e47995
tofbb3ff21c3
fbb3ff21c3
toebb2ca7a7a
ebb2ca7a7a
tobd66b35bd3
bd66b35bd3
to70f7dc6205
70f7dc6205
to79888e4fd5
79888e4fd5
toe3b4bc7a59
e3b4bc7a59
to8ddbc27970
8ddbc27970
to513670e3c8
513670e3c8
tob15b3db84f
b15b3db84f
to01eb40a120
01eb40a120
to08f489e7a7
08f489e7a7
tod308a265e1
d308a265e1
toecbe95087d
ecbe95087d
toa7407e2456
a7407e2456
to32a5044c32
32a5044c32
to4ceb423149
4ceb423149
to8d780bcbd0
8d780bcbd0
tofb3f563dd3
fb3f563dd3
toebb2655142
ebb2655142
toab49e97ed5
ab49e97ed5
to8913be367a
8913be367a
to5d39cd67b8
5d39cd67b8
toe62043e732
e62043e732
tod6b3a55f24
d6b3a55f24
to7e143c762c
7e143c762c
toe5225a0af3
e5225a0af3
to650c857fda
650c857fda
toa14b81972f
a14b81972f
to09226fe766
09226fe766
to1a035cd068
1a035cd068
toa0c59bc7c5
a0c59bc7c5
tocd44e256b6
cd44e256b6
toed37f87b6f
ed37f87b6f
to8ea0a7d028
8ea0a7d028
to0b134cfafe
0b134cfafe
toe7c836bc51
e7c836bc51
toc5c8b67a8e
c5c8b67a8e
toff501802ef
ff501802ef
to717ceb0895
717ceb0895
tod2f94df727
d2f94df727
toec961ec1f7
ec961ec1f7
to31ee5ed1fa
Checkout
From your project repository, check out a new branch and test the changes.