chore(deps): update all dependencies #82
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.1.81
->0.1.85
4.5.16
->4.5.27
0.19.0
->0.20.0
v0.22.1
->v0.24.0
0.39.0
->0.43.0
0.12.7
->0.12.12
1.0.125
->1.0.137
1.39.3
->1.43.0
2.5.2
->2.5.4
1.10.0
->1.12.1
Release Notes
dtolnay/async-trait (async-trait)
v0.1.85
Compare Source
Self: 'async_trait
bound in impl when not needed by signature (#284)v0.1.84
Compare Source
impl Trait
in return type (#282)v0.1.83
Compare Source
v0.1.82
Compare Source
clap-rs/clap (clap)
v4.5.27
Compare Source
Documentation
v4.5.26
Compare Source
Fixes
suggestions
featurev4.5.25
Compare Source
Fixes
v4.5.24
Compare Source
Fixes
ignore_errors(true)
and when a suggestion is provided for an unknown argumentv4.5.23
Compare Source
Fixes
allow_negative_numbers
, allowE
againv4.5.22
Compare Source
Fixes
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
rust-lang/git2-rs (git2)
v0.20.0
Compare Source
0.19.0...0.20.0
Added
Debug
is now implemented fortransport::Service
#1074
Repository::commondir
#1079
Repository::merge_base_octopus
#1088
PartialOrd
,Ord
, andHash
for bitflags types that were inadvertently removed in a prior release.#1096
CheckoutBuilder::disable_pathspec_match
#1107
PackBuilder::write
#1110
Changed
#1111
ssh_key_from_memory
Cargo feature, it was unused.#1087
Tree::walk
are now correctly reported to the caller.#1098
trace_set
callback now takes a&[u8]
instead of a&str
.#1071
Error::last_error
now returnsError
instead ofOption<Error>
.#1072
Fixed
OdbReader::read
return value.#1061
#1075
bitfield/script (github.com/bitfield/script)
v0.24.0
Compare Source
v0.23.0
Compare Source
XAMPPRocky/octocrab (octocrab)
v0.43.0
Compare Source
Other
duplicate
(#741)v0.42.1
Compare Source
Other
v0.42.0
Compare Source
Added
Other
v0.41.2
Compare Source
Fixed
stream
feature (#711)Other
v0.41.1
Compare Source
Fixed
Other
v0.41.0
Compare Source
Added
Fixed
Octocrab::installation
(#687)Other
v0.40.0
Compare Source
Added
remove_assignees
on issue API (#686)CreateForkBuilder
(#682)Gist::public
field (#678)Fixed
Reference::Commit
variant (#697)Other
DeviceCodes::poll_until_available
method (#679)merged_by
andclosed_by
fields (#674)seanmonstar/reqwest (reqwest)
v0.12.12
Compare Source
tokio/time
on WASM.v0.12.11
Compare Source
v0.12.10
Compare Source
ClientBuilder::connector_layer()
to allow customizing the connector stack.ClientBuilder::http2_max_header_list_size()
option.content-length
) information when wrapping bodies.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.137
Compare Source
v1.0.136
Compare Source
v1.0.135
Compare Source
v1.0.134
Compare Source
RawValue
associated constants for literalnull
,true
,false
(#1221, thanks @bheylin)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
tokio-rs/tokio (tokio)
v1.43.0
: Tokio v1.43.0Compare Source
1.43.0 (Jan 8th, 2025)
Added
UdpSocket::peek
methods (#7068)Command::into_std()
(#7014)SignalKind::info
on illumos (#6995)Fixed
set_len
before initializing vector inBlocking
(#7054)clippy::needless_return
in#[tokio::main]
(#6874)Changes
unsync_load
(#7073)Buf::put_bytes
inRepeat
read impl (#7055)Changes to unstable APIs
Documented
ReadBuf::uninit
allows initialized buffers as well (#7053)TcpStream::try_write_vectored
docs (#7067)LocalRuntime
doc links (#7074)watch::Receiver::wait_for
(#7038)OnceCell
docs (#7047)v1.42.0
: Tokio v1.42.0Compare Source
1.42.0 (Dec 3rd, 2024)
Added
AsyncFd::{try_io, try_io_mut}
(#6967)Fixed
ptr->ref->ptr
roundtrip in RegistrationSet (#6929)yield_now
insideblock_in_place
(#6999)Changes
Documented
tokio::net::unix::{pid_t, gid_t, uid_t}
(#6791)Instant
docs (#6982)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)servo/rust-url (url)
v2.5.4
Compare Source
What's Changed
Full Changelog: https://github.com/servo/rust-url/compare/v2.5.3...v2.5.4
v2.5.3
Compare Source
What's Changed
no_std
support for theurl
crate by @domenukk in https://github.com/servo/rust-url/pull/831wasm32-wasip2
on the stable channel by @brooksmtownsend in https://github.com/servo/rust-url/pull/983New Contributors
Full Changelog: https://github.com/servo/rust-url/compare/v2.5.2...v2.5.3
uuid-rs/uuid (uuid)
v1.12.1
Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/uuid-rs/uuid/compare/1.12.0...1.12.1
v1.12.0
Compare Source
⚠️ Possible Breakage
This release includes additional
PartialEq
implementations onUuid
, which can break inference in some cases.What's Changed
NonZeroUuid
type for optimizedOption<Uuid>
representation by @ab22593k in https://github.com/uuid-rs/uuid/pull/779NonNilUuid
by @KodrAus in https://github.com/uuid-rs/uuid/pull/783New Contributors
Full Changelog: https://github.com/uuid-rs/uuid/compare/1.11.1...1.12.0
v1.11.1
Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/uuid-rs/uuid/compare/1.11.0...1.11.1
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.
fix(deps): update rust crate serde_json to v1.0.126to fix(deps): update rust crate serde_json to v1.0.127f258030a1e
tod4d24cc967
fix(deps): update rust crate serde_json to v1.0.127to fix(deps): update all dependenciesd4d24cc967
tof40f261654
f40f261654
to0982ecfa06
0982ecfa06
to1cbe15523a
1cbe15523a
to0500fc982c
0500fc982c
to4c70cca44e
4c70cca44e
to3983a01454
3983a01454
to0529876ec5
0529876ec5
toc64569a7ba
c64569a7ba
tod256582e93
d256582e93
tob599608fe5
b599608fe5
tob29f940af7
b29f940af7
to2d949f2044
2d949f2044
to5b994f9055
5b994f9055
toc4111d7175
c4111d7175
to79b6147bbd
79b6147bbd
toa58ae4f1f6
a58ae4f1f6
to3b3bc33310
3b3bc33310
toc78fcf7bac
c78fcf7bac
toa8213c6a2f
a8213c6a2f
to75129b7b28
fix(deps): update all dependenciesto chore(deps): update all dependencies75129b7b28
to143e1d56db
143e1d56db
tof4fdb616c4
f4fdb616c4
to336d031529
336d031529
to0e4499a0cf
0e4499a0cf
to8788acf3e5
8788acf3e5
to3a71548659
3a71548659
tode3b84e328
de3b84e328
to83ef0223ff
83ef0223ff
todf27dfa47c
df27dfa47c
to9ea9b26e98
9ea9b26e98
toefbd36e39d
efbd36e39d
todb9e903ea0
db9e903ea0
toecd3f4afca
ecd3f4afca
to3bf96462b1
3bf96462b1
to2435a06c2b
2435a06c2b
to8d0167eb19
8d0167eb19
to8c63ab58fc
8c63ab58fc
to352d821aa4
352d821aa4
to4a3912661d
4a3912661d
to40108c917f
40108c917f
to143518c468
143518c468
to3d7d64b08b
3d7d64b08b
to90d737326a
90d737326a
to790b650c51
790b650c51
to35a6bbed76
35a6bbed76
tocc69e21b33
cc69e21b33
to0c07b57728
0c07b57728
to9d500a1caa
9d500a1caa
todaee54b318
daee54b318
toa500f4969b
a500f4969b
toaaf54fcf6e
aaf54fcf6e
to0e05be6a5b
0e05be6a5b
tof608034425
f608034425
to038325bbcf
038325bbcf
to985e144b75
985e144b75
to5a3aa20fd3
5a3aa20fd3
to819724ab3f
819724ab3f
to3716aef963
3716aef963
toe28c95d518
e28c95d518
to34697f85a7
34697f85a7
to11f09736a4
11f09736a4
toa47248bff3
a47248bff3
tobb71986404
bb71986404
toe8fadc9072
e8fadc9072
to5f03509f8b
5f03509f8b
to0b0ba7aaf6
0b0ba7aaf6
to3cc3dae280
3cc3dae280
to489c061bda
489c061bda
to66b6809d3b
66b6809d3b
to048a26c48a
048a26c48a
to1f544231b3
1f544231b3
to081630b819
081630b819
to9499b7891b
9499b7891b
toe5a010d31e
e5a010d31e
to6732417686
6732417686
to0584465988
0584465988
toc48cedb376
c48cedb376
toca9415f2ae
ca9415f2ae
to8ec08fa1d5
8ec08fa1d5
tod9615bfc85
d9615bfc85
to9643892bc6
9643892bc6
tocb030290fb
cb030290fb
to6b6721a7d9
6b6721a7d9
toecd0f61c29
ecd0f61c29
to677a1876b2
677a1876b2
toe8b4ffdccd
e8b4ffdccd
todf479904c3
df479904c3
to7e4a1267ae
7e4a1267ae
to4c02df2feb
4c02df2feb
toec30641c5b
ec30641c5b
to33a14a382c
33a14a382c
tob697df50bd
b697df50bd
to40fd87c355
40fd87c355
to41e7c5e911
Checkout
From your project repository, check out a new branch and test the changes.