chore(deps): update all dependencies - autoclosed #34
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:
0.1.82
->0.1.83
4.3.19
->4.5.21
4.5.17
->4.5.21
0.6.2
->0.6.3
0.11.10
->0.13.0
0.6.8
->0.6.12
1.4.0
->1.4.1
1.0.128
->1.0.132
1.29.1
->1.41.1
1.40.0
->1.41.1
Release Notes
dtolnay/async-trait (async-trait)
v0.1.83
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
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
v4.4.18
Compare Source
Fixes
usage
feature, ensure the list of required arguments is uniquev4.4.17
Compare Source
Fixes
panic!
when mixingargs_conflicts_with_subcommands
withArgGroup
(which is implicit withderive
) introduced in 4.4.15v4.4.16
Compare Source
Fixes
v4.4.15
Compare Source
Fixes
args_conflicts_with_subcommands
args_conflicts_with_subcommands
when using subcommand short and long flagsv4.4.14
Compare Source
Documentation
find
cookbook entry to allow repeats of flags/optionsFeatures
num_args(0)
on options which allows making them emulate being a flag for position-tracking flagsv4.4.13
Compare Source
Documentation
v4.4.12
Compare Source
Performance
TypedValueParser
for possible values if neededv4.4.11
Compare Source
Features
Command::mut_group
v4.4.10
Compare Source
Documentation
v4.4.9
Compare Source
Fixes
Command::about
under flattened headingshide
when flattening subcommandsv4.4.8
Compare Source
Features
Command::flatten_help
to allowgit stash -h
like help for subcommandsv4.4.7
Compare Source
Performance
v4.4.6
Compare Source
Internal
anstream
v4.4.5
Compare Source
Fixes
name
orlong_flag
, allow ambiguous-looking matches that unambiguously map back to the same commandlong_flag
, don't panicv4.4.4
Compare Source
Internal
terminal_size
to 0.3v4.4.3
Compare Source
Documentation
v4.4.2
Compare Source
Performance
once_cell
dependencyv4.4.1
Compare Source
Fixes
usage
feature, ensure the list of required arguments is uniquev4.4.0
Compare Source
compatibility
v4.3.24
Compare Source
Fixes
--help
with custom templatesv4.3.23
Compare Source
Fixes
UnknownArgumentValueParser
to not error on flag's absencev4.3.22
Compare Source
Features
UnknownArgumentValueParser
for injecting errors for improving the experience with errorsv4.3.21
Compare Source
Features
TryMapValueParser
so the type can be namedv4.3.20
Compare Source
Features
Command::mut_args
for modifying all arguments en masseeyre-rs/eyre (color-eyre)
v0.6.3
Compare Source
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?
rust-pretty-assertions/rust-pretty-assertions (pretty_assertions)
v1.4.1
Compare Source
Fixed
Internal
yansi
version to1.x
. Thanks to @SergioBenitez for the update, and maintaining this library! (#121)serde-rs/json (serde_json)
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)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)v1.36.0
: Tokio v1.36.0Compare Source
1.36.0 (February 2nd, 2024)
Added
tokio::io::Join
(#6220)AsyncWrite
forEmpty
(#6235)UnixSocket
(#6290)TcpSocket
(#6311){Receiver,UnboundedReceiver}::poll_recv_many
(#6236)Sender::{try_,}reserve_many
(#6205)watch::Receiver::mark_unchanged
(#6252)JoinSet::try_join_next
(#6280)Changed
copy
cooperative (#6265)repeat
andsink
cooperative (#6254)Documented
clear_ready
docs (#6304)*Fd
traits onTcpSocket
are unix-only (#6294)tokio::sync::Mutex
(#6279)v1.35.1
: Tokio v1.35.1Compare Source
1.35.1 (December 19, 2023)
This is a forward part of a change that was backported to 1.25.3.
Fixed
tokio::runtime::io::registration::async_io
(#6221)v1.35.0
: Tokio v1.35.0Compare Source
1.35.0 (December 8th, 2023)
Added
Changed
Sized
requirements fromAsyncReadExt.read_buf
(#6169)Runtime
unwind safe (#6189)Fixed
--cfg docsrs
work without net feature (#6166)unsync_load
on miri (#6179)Documented
AsyncWriteExt
examples (#6149)LocalSet::run_until
(#6147)v1.34.0
: Tokio v1.34.0Compare Source
Fixed
clear_readiness
after io driver shutdown (#6067)take
(#6080)broadcast::channel
link (#6100)Changed
::core
qualified imports instead of::std
insidetokio::test
macro (#5973)Added
fs::read_dir
to includeaix
(#6075)mpsc::Receiver::recv_many
(#6010)v1.33.0
: Tokio v1.33.0Compare Source
1.33.0 (October 9, 2023)
Fixed
Interest::add
with#[must_use]
(#6037)watch::Receiver::wait_for
(#6021)spawn_local
source location (#5984)Changed
watch
(#6018)Added
tokio::fs::File
(#5958)Interest::remove
method (#5906)DuplexStream
(#5985)?Sized
bound to{MutexGuard,OwnedMutexGuard}::map
(#5997)watch::Receiver::mark_unseen
(#5962, #6014, #6017)watch::Sender::new
(#5998)OnceCell::from_value
(#5903)Removed
stats
feature (#5952)Documented
Child::wait
is cancel safe (#5977)Semaphore
(#5939, #5956, #5978, #6031, #6032, #6050)broadcast
capacity is a lower bound (#6042)const_new
is not instrumented (#6002)mpsc::Sender::send
(#5947)watch
channel (#5954)Unstable
v1.32.1
: Tokio v1.32.1Compare Source
1.32.1 (December 19, 2023)
This is a forward part of a change that was backported to 1.25.3.
Fixed
tokio::runtime::io::registration::async_io
(#6221)v1.32.0
: Tokio v1.32.0Compare Source
Fixed
broadcast::Receiver
(#5925)Added
Command::raw_arg
(#5930)Unstable
v1.31.0
: Tokio v1.31.0Compare Source
Fixed
WriteHalf::poll_write_vectored
(#5914)Unstable
v1.30.0
: Tokio v1.30.0Compare Source
1.30.0 (August 9, 2023)
This release bumps the MSRV of Tokio to 1.63. (#5887)
Changed
--cfg mio_unsupported_force_poll_poll
flag (#5881)const_new
methods always available (#5885)Added
broadcast::Sender::new
(#5824)UCred
for espidf (#5868)File::options()
(#5869)Interval
(#5878){ChildStd*}::into_owned_{fd, handle}
(#5899)Removed
tokio_*
cfgs (#5890)Documented
broadcast::send
(#5820)AsyncReadExt::read_exact
(#5863)Sleep
as!Unpin
in docs (#5916)raw_arg
not showing up in docs (#5865)Unstable
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.
fix(deps): update rust crate toml to 0.8.13to fix(deps): update all dependenciesfe2b75a72e
to7bebebd383
⚠️ 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: ci/Cargo.lock
7bebebd383
toeb85a86e09
eb85a86e09
to88a4efee5f
88a4efee5f
to70eadc0c9d
70eadc0c9d
to6ad9c165c3
6ad9c165c3
to26da6c085e
26da6c085e
to40d9332b51
40d9332b51
tod16a409bbf
d16a409bbf
to3b8cc7d8cc
3b8cc7d8cc
to35b95978a1
35b95978a1
to6909d893ed
6909d893ed
to03f12ac3e4
03f12ac3e4
toa118e96fb5
a118e96fb5
to9356a7ca0b
9356a7ca0b
to0578fe4606
0578fe4606
to542a76f9a8
542a76f9a8
toa498694b2f
a498694b2f
to2a90fe1127
2a90fe1127
to9ee12c13da
9ee12c13da
toc6908978aa
c6908978aa
tocec67e3918
cec67e3918
to75ee41b480
75ee41b480
to75453e71d5
75453e71d5
to5a38fcbc47
5a38fcbc47
to8ba538e028
8ba538e028
toc0f3e23460
c0f3e23460
tob5dc84bd1f
b5dc84bd1f
to051eefe7c9
051eefe7c9
tof1b798c8c1
f1b798c8c1
to91903f4c16
91903f4c16
to783ba3aec2
783ba3aec2
to3e772ac33c
3e772ac33c
to7ee3623ba2
7ee3623ba2
tob1a3937010
b1a3937010
toe763f611a6
e763f611a6
tod0b8beeaba
d0b8beeaba
to95f12dece6
95f12dece6
to5082ea62ea
5082ea62ea
to08e9b13953
08e9b13953
toc49ec77349
c49ec77349
to14c08a8df6
14c08a8df6
to40fd66cdf7
40fd66cdf7
to7616e65d01
7616e65d01
to376ccd85fa
376ccd85fa
to1faee034f5
1faee034f5
to45ad5a9f20
45ad5a9f20
toec2a9bfdb8
ec2a9bfdb8
to24501dee75
24501dee75
toab5470e8c4
ab5470e8c4
toa05694d37c
a05694d37c
to63abad92e5
63abad92e5
to9ebf3235e2
9ebf3235e2
to108daed033
108daed033
to0899497d67
0899497d67
toe74285f099
e74285f099
to0531da4c03
0531da4c03
tofbe4c077f7
fbe4c077f7
to5b14cefbbf
5b14cefbbf
to88831a9642
88831a9642
to51600bf844
51600bf844
tof11083f11d
f11083f11d
to87d7d0db0e
87d7d0db0e
tof939e2aac5
f939e2aac5
toec96802c3e
ec96802c3e
to58510a3b2a
58510a3b2a
to91a5b794a1
91a5b794a1
to02c257d5c4
02c257d5c4
to29deea034c
29deea034c
tof12e919e39
f12e919e39
tod4cfad5c0d
d4cfad5c0d
to2ff4a4673b
2ff4a4673b
to7ec8928089
7ec8928089
toad6310f030
ad6310f030
to113071d064
113071d064
to0927299d6a
0927299d6a
to6191434c91
6191434c91
tob15bfd0288
b15bfd0288
to7fe1b4f8f9
7fe1b4f8f9
to7792b166d2
7792b166d2
tobc7c0cbd8f
bc7c0cbd8f
to7f9488e4a6
7f9488e4a6
to6bc4ea5e8f
6bc4ea5e8f
toea53073ee4
ea53073ee4
to254a229111
254a229111
tofd6345df55
fd6345df55
to8b746a5e7b
8b746a5e7b
toad25632aab
ad25632aab
to6de4cc3f74
6de4cc3f74
tob4040208c0
b4040208c0
toa6b0e9b5b1
a6b0e9b5b1
to36e820fdda
36e820fdda
tob1dfcdc748
b1dfcdc748
toc9446bdb24
c9446bdb24
to6412e43aa9
6412e43aa9
to2bcb08753e
2bcb08753e
to4b9c7f9666
4b9c7f9666
tob045104110
b045104110
tocb6a8e34cd
fix(deps): update all dependenciesto chore(deps): update all dependenciescb6a8e34cd
to502dd1d324
502dd1d324
tobdc3675a64
bdc3675a64
tof1ced62763
chore(deps): update all dependenciesto fix(deps): update all dependenciesf1ced62763
to8431a1d5e9
8431a1d5e9
to1a1d361bee
1a1d361bee
tocf91b8c6bf
cf91b8c6bf
to9d3b36588a
9d3b36588a
tof62f763144
f62f763144
to7cb1a136d7
7cb1a136d7
to5ef5e17cf5
5ef5e17cf5
toc7c91eb786
c7c91eb786
to58aa9adf55
fix(deps): update all dependenciesto chore(deps): update all dependencies58aa9adf55
tof69a5ffd38
f69a5ffd38
to838f5f18c2
838f5f18c2
to9d91681f70
9d91681f70
to296f77df71
296f77df71
tob381a5904b
b381a5904b
to849dd4373b
849dd4373b
toebd0ba12bc
ebd0ba12bc
to2f5d3471af
2f5d3471af
to7a2214cbf7
7a2214cbf7
to3d7e5374fe
3d7e5374fe
to9064a991ad
9064a991ad
to1153c01509
1153c01509
to08066efe49
08066efe49
to84f35c90f7
84f35c90f7
tofa43c8740c
fa43c8740c
to7aff9ebba2
7aff9ebba2
tod76c1844a2
d76c1844a2
toa2d22b90d6
a2d22b90d6
to63f1ee0c7d
63f1ee0c7d
to481644eb87
481644eb87
to88a9f38b53
88a9f38b53
tof4764cf04b
f4764cf04b
to63ea87510b
63ea87510b
to4c78c386c3
4c78c386c3
tobc4fadd956
bc4fadd956
tob0ed2612a9
b0ed2612a9
to223c7f5944
223c7f5944
tod5ec5a3f4e
d5ec5a3f4e
to8c71d65dd8
8c71d65dd8
to3f2661037f
3f2661037f
to94216b8964
94216b8964
to0bcabc9e3d
0bcabc9e3d
to46a87f126b
46a87f126b
tod2124920b9
d2124920b9
to09221520a1
09221520a1
to176702c0ab
176702c0ab
toc17ac86cd9
c17ac86cd9
tob2d4707a40
b2d4707a40
to124fe381c2
124fe381c2
to8a77d49f5e
8a77d49f5e
to74e8af024e
74e8af024e
toe8efed755b
e8efed755b
to9761d1da13
9761d1da13
toe2ffe6b3db
e2ffe6b3db
to7641dc03ad
7641dc03ad
to89c6391c6a
89c6391c6a
to5400621801
5400621801
to6e8b08b391
6e8b08b391
to49af2fc538
49af2fc538
to41babe5934
41babe5934
todac3f8e079
dac3f8e079
to249afcb36b
249afcb36b
tobab815466a
bab815466a
to3f1563df32
3f1563df32
toe1b1268643
e1b1268643
to0c2a39baa3
0c2a39baa3
tocf955cfc46
cf955cfc46
to4091a431f0
4091a431f0
to7c019a8a54
7c019a8a54
to75a1aef161
75a1aef161
toc9ef87434b
c9ef87434b
to1b16d6a4db
1b16d6a4db
toca4a8f1e74
ca4a8f1e74
to87ff18f12b
87ff18f12b
tod8f6a84ab2
d8f6a84ab2
to191429374f
191429374f
to92963cd66c
92963cd66c
to8d74a7eb77
chore(deps): update all dependenciesto chore(deps): update all dependencies - autoclosedPull request closed