chore(deps): update all dependencies #22
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.86
->1.0.93
0.1.81
->0.1.83
0.7.5
->0.7.9
0.19.5
->0.20.0
0.19.0
->0.20.0
4.5.16
->4.5.21
0.11.0
->0.13.0
0.12.7
->0.12.9
1.0.126
->1.0.133
1.39.3
->1.41.1
1.10.0
->1.11.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)dtolnay/async-trait (async-trait)
v0.1.83
Compare Source
v0.1.82
Compare Source
tokio-rs/axum (axum)
v0.7.9
: axum - v0.7.9Compare Source
v0.7.8
: axum - v0.7.8Compare Source
serde_json::RawValue
inEvent::json_data
(#2992)method_not_allowed_fallback
to set a fallback when a path matches but there is no handler for the given HTTP method (#2903)MethodFilter::CONNECT
,routing::connect[_service]
and
MethodRouter::connect[_service]
(#2961)NoContent
as a self-described shortcut forStatusCode::NO_CONTENT
(#2978)v0.7.7
: axum - v0.7.7Compare Source
rustdoc now generates tables of content in the sidebar (#2921)
v0.7.6
: axum - v0.7.6Compare Source
Arc
during deserialization ofPath
axum::serve::Serve::tcp_nodelay
andaxum::serve::WithGracefulShutdown::tcp_nodelay
(#2653)Router::has_routes
function (#2790)Serve::local_addr
andWithGracefulShutdown::local_addr
functions (#2881)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
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
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?
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.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
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)uuid-rs/uuid (uuid)
v1.11.0
Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/uuid-rs/uuid/compare/1.10.0...1.11.0
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.
532c906fd6
toff2b6c6a59
chore(deps): update rust crate serde_json to v1.0.127to chore(deps): update all dependencies to v1.0.127ff2b6c6a59
to26d3545799
26d3545799
tocb5afba496
chore(deps): update all dependencies to v1.0.127to chore(deps): update all dependenciescb5afba496
tob81a064ad1
b81a064ad1
tobd1d4faf5d
bd1d4faf5d
to41acd40a23
41acd40a23
toeb1492bbce
eb1492bbce
to9fb59f45af
9fb59f45af
tod17a8b42aa
d17a8b42aa
to54345a5197
54345a5197
tofe3a21e2c8
fe3a21e2c8
to4b3a82aa2e
4b3a82aa2e
toc4478a0318
c4478a0318
to7c43fd8f76
7c43fd8f76
to90ab0d6b80
90ab0d6b80
to9f2cf4a0c9
9f2cf4a0c9
toefc0d28b5b
efc0d28b5b
to868d5e8e5b
868d5e8e5b
to9cb213fb32
9cb213fb32
to67a7643ddb
67a7643ddb
to10a093fff7
10a093fff7
to668af15453
668af15453
toc2f4309a0d
c2f4309a0d
to0fe4f210ce
0fe4f210ce
to2988028998
2988028998
tob4bf4a87d5
b4bf4a87d5
to55bf4cf78a
55bf4cf78a
to2e272f375c
2e272f375c
tocb22cdf268
cb22cdf268
to41c9e6e86f
41c9e6e86f
tob7447fcf82
b7447fcf82
toc97d43ed88
c97d43ed88
to14cff55a73
14cff55a73
todf8091dd2f
df8091dd2f
to811afb2c0f
811afb2c0f
toc617be3942
c617be3942
to9c796d505f
9c796d505f
tof5938fd371
f5938fd371
to505f4a679b
505f4a679b
to72e2b4b607
72e2b4b607
toc01e5003bb
c01e5003bb
to29ca17a80b
29ca17a80b
tobdc10f69a8
bdc10f69a8
to6f995b9a8b
6f995b9a8b
toe353f18093
e353f18093
to474a216811
474a216811
to3f4352a8f1
3f4352a8f1
to07df47d61e
07df47d61e
to3fc7e7137d
3fc7e7137d
to5fe6dee884
5fe6dee884
to643bb04de7
643bb04de7
toe527de475b
e527de475b
tod1ded3cdaa
d1ded3cdaa
to561295febf
561295febf
to1a29eba22c
Checkout
From your project repository, check out a new branch and test the changes.