-
Notifications
You must be signed in to change notification settings - Fork 3
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
fix(deps): update tokio-packages #357
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/tokio-packages
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #357 +/- ##
=======================================
Coverage 83.13% 83.13%
=======================================
Files 17 17
Lines 1429 1429
=======================================
Hits 1188 1188
Misses 241 241 ☔ View full report in Codecov by Sentry. |
renovate
bot
changed the title
fix(deps): update rust crate tokio-util to 0.7.11
fix(deps): update rust crate tokio-util to v0.7.11
May 5, 2024
renovate
bot
force-pushed
the
renovate/tokio-packages
branch
7 times, most recently
from
May 10, 2024 00:31
0408a08
to
70e562c
Compare
renovate
bot
force-pushed
the
renovate/tokio-packages
branch
5 times, most recently
from
May 18, 2024 16:53
fb3b996
to
ace8ff9
Compare
renovate
bot
force-pushed
the
renovate/tokio-packages
branch
3 times, most recently
from
May 25, 2024 21:48
b77bc9e
to
ea0f198
Compare
renovate
bot
force-pushed
the
renovate/tokio-packages
branch
2 times, most recently
from
May 30, 2024 21:26
e19d23e
to
fa768be
Compare
renovate
bot
changed the title
fix(deps): update rust crate tokio-util to v0.7.11
fix(deps): update tokio-packages
May 30, 2024
renovate
bot
force-pushed
the
renovate/tokio-packages
branch
6 times, most recently
from
June 10, 2024 20:00
af5aed4
to
aded12c
Compare
renovate
bot
force-pushed
the
renovate/tokio-packages
branch
4 times, most recently
from
June 18, 2024 22:37
99ceac3
to
b1c79cd
Compare
renovate
bot
force-pushed
the
renovate/tokio-packages
branch
6 times, most recently
from
October 28, 2024 23:13
033d4b6
to
4f84b4b
Compare
renovate
bot
force-pushed
the
renovate/tokio-packages
branch
6 times, most recently
from
November 4, 2024 18:48
c0a4c03
to
34bdba6
Compare
renovate
bot
force-pushed
the
renovate/tokio-packages
branch
from
November 8, 2024 11:39
34bdba6
to
7fdfda0
Compare
renovate
bot
changed the title
fix(deps): update rust crate tokio to v1.41.0
fix(deps): update rust crate tokio to v1.41.1
Nov 8, 2024
renovate
bot
force-pushed
the
renovate/tokio-packages
branch
from
November 8, 2024 16:26
7fdfda0
to
a025295
Compare
renovate
bot
changed the title
fix(deps): update rust crate tokio to v1.41.1
fix(deps): update rust crate tokio to v1.42.0
Dec 3, 2024
renovate
bot
force-pushed
the
renovate/tokio-packages
branch
5 times, most recently
from
December 4, 2024 10:41
5901622
to
9b766cb
Compare
renovate
bot
changed the title
fix(deps): update rust crate tokio to v1.42.0
fix(deps): update tokio-packages
Dec 4, 2024
renovate
bot
force-pushed
the
renovate/tokio-packages
branch
5 times, most recently
from
December 11, 2024 11:25
f3a1a36
to
2e08dab
Compare
renovate
bot
force-pushed
the
renovate/tokio-packages
branch
from
January 8, 2025 18:03
2e08dab
to
e7024f9
Compare
renovate
bot
force-pushed
the
renovate/tokio-packages
branch
from
January 12, 2025 22:51
e7024f9
to
7858efe
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.40.0
->1.43.0
0.1.16
->0.1.17
0.7.12
->0.7.13
Release Notes
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)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 is behind base branch, 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.