-
Notifications
You must be signed in to change notification settings - Fork 0
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 all dependencies #3
Open
kjuulh
wants to merge
1
commit into
main
Choose a base branch
from
renovate/all
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.
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
kjuulh
force-pushed
the
renovate/all
branch
2 times, most recently
from
March 4, 2023 12:53
375110f
to
88dc3ee
Compare
kjuulh
changed the title
fix(deps): update rust crate tokio to 1.26.0
fix(deps): update all dependencies
Mar 4, 2023
kjuulh
force-pushed
the
renovate/all
branch
3 times, most recently
from
March 7, 2023 19:49
d923c18
to
8756d86
Compare
kjuulh
force-pushed
the
renovate/all
branch
2 times, most recently
from
March 24, 2023 22:09
412b9a2
to
80edfee
Compare
kjuulh
force-pushed
the
renovate/all
branch
2 times, most recently
from
April 2, 2023 22:17
7d7e3f8
to
cb38294
Compare
kjuulh
force-pushed
the
renovate/all
branch
2 times, most recently
from
April 22, 2023 08:04
4b86459
to
8614429
Compare
kjuulh
force-pushed
the
renovate/all
branch
2 times, most recently
from
April 29, 2023 10:17
94d7884
to
5f4e240
Compare
kjuulh
force-pushed
the
renovate/all
branch
2 times, most recently
from
May 15, 2023 09:12
f0f9c60
to
46716bc
Compare
kjuulh
force-pushed
the
renovate/all
branch
2 times, most recently
from
May 28, 2023 18:57
6e0a0a5
to
9025437
Compare
kjuulh
force-pushed
the
renovate/all
branch
4 times, most recently
from
July 4, 2023 17:53
599b5ee
to
aba9596
Compare
kjuulh
force-pushed
the
renovate/all
branch
3 times, most recently
from
August 12, 2023 17:22
b6bc32d
to
f74d9e5
Compare
kjuulh
force-pushed
the
renovate/all
branch
4 times, most recently
from
October 19, 2023 01:37
e293e57
to
eee020b
Compare
kjuulh
force-pushed
the
renovate/all
branch
2 times, most recently
from
November 13, 2023 17:32
c5a9f5f
to
555157e
Compare
kjuulh
force-pushed
the
renovate/all
branch
3 times, most recently
from
November 20, 2023 11:19
6bee974
to
2d4a914
Compare
kjuulh
force-pushed
the
renovate/all
branch
4 times, most recently
from
December 13, 2023 21:59
ec53384
to
a3ce43d
Compare
kjuulh
force-pushed
the
renovate/all
branch
2 times, most recently
from
December 21, 2023 00:09
e8bc8e5
to
f7c6b53
Compare
kjuulh
force-pushed
the
renovate/all
branch
2 times, most recently
from
January 2, 2024 06:50
35831f3
to
40b2bfd
Compare
kjuulh
force-pushed
the
renovate/all
branch
3 times, most recently
from
February 2, 2024 12:59
d395187
to
74193c7
Compare
kjuulh
force-pushed
the
renovate/all
branch
3 times, most recently
from
March 19, 2024 16:27
989bfdb
to
5065ae2
Compare
kjuulh
force-pushed
the
renovate/all
branch
2 times, most recently
from
March 28, 2024 16:59
d9de929
to
4ff5f63
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
0.1.64
->0.1.80
0.6.8
->0.6.12
0.16.1
->0.18.3
1.25.0
->1.37.0
0.9.4
->0.10.2
0.1.37
->0.1.40
0.3.16
->0.3.18
1.3.0
->1.8.0
Release Notes
dtolnay/async-trait
v0.1.80
Compare Source
!
(#265, thanks @de-vri-es)v0.1.79
Compare Source
v0.1.78
Compare Source
v0.1.77
Compare Source
v0.1.76
Compare Source
v0.1.75
Compare Source
v0.1.74
Compare Source
v0.1.73
Compare Source
v0.1.72
Compare Source
v0.1.71
Compare Source
v0.1.70
Compare Source
v0.1.69
Compare Source
v0.1.68
Compare Source
v0.1.67
Compare Source
v0.1.66
Compare Source
v0.1.65
Compare Source
eyre-rs/eyre
v0.6.9
Compare Source
rust-lang/git2-rs
v0.18.3
Compare Source
0.18.2...0.18.3
Added
opts::
functions to get / set libgit2 mwindow options#1035
Changed
#1007
v0.18.2
Compare Source
0.18.1...0.18.2
Added
opts::set_ssl_cert_file
andopts::set_ssl_cert_dir
for setting Certificate Authority file locations.#997
TreeIter::nth
which makes jumping ahead in the iterator more efficient.#1004
Repository::find_commit_by_prefix
to find a commit by a shortened hash.#1011
Repository::find_tag_by_prefix
to find a tag by a shortened hash.#1015
Repository::find_object_by_prefix
to find an object by a shortened hash.#1014
Changed
This fixes CVE-2024-24575 and CVE-2024-24577.
#1017
v0.18.1
Compare Source
0.18.0...0.18.1
Added
FetchOptions::depth
to set the depth of a fetch or clone, adding support for shallow clones.#979
Fixed
TreeWalkCbData
) to not assume it is a transparent type while casting.#989
DiffPatchidOptions
andStashSaveOptions
are publicly exported allowing the corresponding APIs to actually be used.#988
v0.18.0
Compare Source
0.17.2...0.18.0
Added
Blame::blame_buffer
for getting blame data for a file that has been modified in memory.#981
Changed
#968
#982
#973
Revwalk::with_hide_callback
to take a mutable reference to its callback to enforce type safety.#970
FusedIterator
for many iterators that can support it.#955
Fixed
-Zminimal-versions
.#960
v0.17.2
Compare Source
0.17.1...0.17.2
Added
#930
v0.17.1
Compare Source
0.17.0...0.17.1
Changed
#948
v0.17.0
Compare Source
0.16.1...0.17.0
Added
IntoIterator
implementation forStatuses
.#880
Reference::symbolic_set_target
#893
Copy
,Clone
,Debug
,PartialEq
, andEq
implementations forAutotagOption
andFetchPrune
.#889
Eq
andPartialEq
implementations forSignature
.#890
Repository::discover_path
.#883
Submodule::repo_init
.#914
Tag::is_valid_name
.#882
Repository::set_head_bytes
.#931
Indexer
type which is a low-level API for storing and indexing pack files.#911
Index::find_prefix
.#903
FileMode
.#887
PushCallbacks::push_negotiation
callback and the correspondingPushUpdate
type for getting receiving information about the updates to perform.#926
Changed
This brings in many changes, including better SSH host key support on Windows and better SSH host key algorithm negotiation.
1.6.3 is now the minimum supported version.
#935
This brings in numerous changes, including SHA2 algorithm support with RSA.
#919
RemoteCallbacks::credentials
callback error handler to correctly set the libgit2 error class.#918
DiffOptions::flag
now takes agit_diff_option_t
type.#935
tokio-rs/tokio
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
v1.29.1
: Tokio v1.29.1Compare Source
Fixed
block_in_place
with ablock_on
between (#5837)v1.29.0
: Tokio v1.29.0Compare Source
Technically a breaking change, the
Send
implementation is removed fromruntime::EnterGuard
. This change fixes a bug and should not impact most users.Breaking
EnterGuard
should not beSend
(#5766)Fixed
fs::read_dir
(#5653)JoinSet
(#5693)EnterGuard
dropped incorrect order (#5772)File
(#5803)Changed
Added
broadcast::Receiver::blocking_recv
(#5690)raw_arg
method toCommand
(#5704)JoinSet::poll_join_next
(#5721)Unstable
v1.28.2
: Tokio v1.28.2Compare Source
1.28.2 (May 28, 2023)
Forward ports 1.18.6 changes.
Fixed
v1.28.1
: Tokio v1.28.1Compare Source
1.28.1 (May 10th, 2023)
This release fixes a mistake in the build script that makes
AsFd
implementations unavailable on Rust 1.63. (#5677)v1.28.0
: Tokio v1.28.0Compare Source
1.28.0 (April 25th, 2023)
Added
AsyncFd::async_io
(#5542)recv_buf
forUdpSocket
andUnixDatagram
(#5583)OwnedSemaphorePermit::semaphore
(#5618)same_channel
to broadcast channel (#5607)watch::Receiver::wait_for
(#5611)JoinSet::spawn_blocking
andJoinSet::spawn_blocking_on
(#5612)Changed
read_to_end
not grow unnecessarily (#5610)RwLock
(#5647)Notify
(#5503)Fixed
get_peer_cred
on AIX (#5065)broadcast
with custom wakers (#5578)Documented
Semaphore::MAX_PERMITS
(#5645)tokio::sync::watch::Sender
docs (#5587)v1.27.0
: Tokio v1.27.0Compare Source
1.27.0 (March 27th, 2023)
This release bumps the MSRV of Tokio to 1.56. (#5559)
Added
async_io
helper method to sockets (#5512)AsFd
/AsHandle
/AsSocket
(#5514, #5540)UdpSocket::peek_sender()
(#5520)RwLockWriteGuard::{downgrade_map, try_downgrade_map}
(#5527)JoinHandle::abort_handle
(#5543)Changed
memchr
fromlibc
(#5558)#[tokio::main]
(#5557)Interval
returnsReady
(#5553)Fixed
ReadDir
(#5555)spawn_blocking
location fields (#5573)Wheel::poll()
(#5574)Documented
tokio::io::copy[_buf]
(#5575)ReaderStream
andStreamReader
in module docs (#5576)v1.26.0
: Tokio v1.26.0Compare Source
Fixed
join!
andtry_join!
([https://github.com/tokio-rs/tokio/pull/5504])Added
fs::try_exists
([https://github.com/tokio-rs/tokio/pull/4299])MappedOwnedMutexGuard
([https://github.com/tokio-rs/tokio/pull/5474])Changed
#[clippy::has_significant_drop]
([https://github.com/tokio-rs/tokio/pull/5422])Instant::now()
perf with test-util ([https://github.com/tokio-rs/tokio/pull/5513])Internal Changes
poll_fn
incopy_bidirectional
([https://github.com/tokio-rs/tokio/pull/5486])notify_waiters
calls atomic ([https://github.com/tokio-rs/tokio/pull/5458])Unstable
Documented
blocking_*
methods ([https://github.com/tokio-rs/tokio/pull/5448])process::Command
docs ([https://github.com/tokio-rs/tokio/pull/5413])v1.25.3
: Tokio v1.25.3Compare Source
1.25.3 (December 17th, 2023)
Fixed
tokio::runtime::io::registration::async_io
(#6221)v1.25.2
: Tokio v1.25.2Compare Source
1.25.2 (September 22, 2023)
Forward ports 1.20.6 changes.
Changed
memchr
fromlibc
(#5960)v1.25.1
: Tokio v1.25.1Compare Source
1.25.1 (May 28, 2023)
Forward ports 1.18.6 changes.
Fixed
mvniekerk/tokio-cron-scheduler
v0.10.2
: - Unix signal onlyCompare Source
Because it uses Tokio for the ctrl+c signal handling, the signal feature only works with Unix.
Thank you @SandroHc for this.
v0.10.1
: - Timezone bugfixCompare Source
Thank you @rlienlaf for the bug fix on the timezone offsets.
v0.10.0
: - Timezone supportCompare Source
Hi all
Timezone support has landed, plus a builder API.
For now you'll need the builder API to change the TZ of a job.
Thank you also @marioloko for the added log feature.
tokio-rs/tracing
v0.1.40
: tracing 0.1.40Compare Source
This release fixes a potential stack use-after-free in the
Instrument::into_inner
method. Only uses of this method are affected by thisbug.
Fixed
mem::ManuallyDrop
instead ofmem::forget
inInstrument::into_inner
(#2765)
Thanks to @cramertj and @manishearth for finding and fixing this issue!
v0.1.39
: tracing 0.1.39Compare Source
This release adds several additional features to the
tracing
macros. Inaddition, it updates the
tracing-core
dependency to v0.1.32 andthe
tracing-attributes
dependency to v0.1.27.Added
ValueSet
s of any length (#2508)Changed
tracing-attributes
: updated to 0.1.27tracing-core
: updated to 0.1.32Fixed
(#2621, #2757)
clippy::let_with_type_underscore
] in macro-generatedcode ([#2609])
unknown_lints
in macro-generated code (#2626)#[instrument]
when the"log"
feature is enabled (#2599)
Documented
axum-insights
to relevant crates. (#2713)clippy-tracing
to related crates (#2628)tracing-cloudwatch
to related crates (#2667)tracing-etw
repo (#2602)v0.1.38
: tracing 0.1.38Compare Source
This
tracing
release changes theDrop
implementation forInstrumented
Future
s so that the attachedSpan
is entered when dropping theFuture
. Thismeans that events emitted by the
Future
'sDrop
implementation will now berecorded within its
Span
. It also adds#[inline]
hints to methods called inthe
event!
macro's expansion, for an improvement in both binary size andperformance.
Additionally, this release updates the
tracing-attributes
dependency tov0.1.24, which updates the [
syn
][syn] dependency to v2.x.x.tracing-attributes
v0.1.24 also includes improvements to the#[instrument]
macro; see the
tracing-attributes
0.1.24 release notes fordetails.
Added
Instrumented
futures will now enter the attachedSpan
in theirDrop
implementation, allowing events emitted when dropping the future to occur
within the span (#2562)
#[inline]
attributes for methods called by theevent!
macros, makinggenerated code smaller (#2555)
level
argument to#[instrument(err)]
and#[instrument(ret)]
to override the level ofthe generated return value event (#2335)
#[instrument]
is added to aconst fn
(#2418)
Changed
tracing-attributes
: updated to 0.1.24cfg-if
dependency (#2553)syn
][syn] dependency to 2.0 (#2516)Fixed
clippy::unreachable
warnings in#[instrument]
-generated code (#2356)syn
dependency (#2530)Documented
#[instrument(err)]
(#2433)#[instrument]
(#2350)Thanks to @nitnelave, @jsgf, @Abhicodes-crypto, @LukeMathWalker, @andrewpollack,
@quad, @klensy, @davidpdrsn, @dbidwell94, @ldm0, @NobodyXu, @ilsv, and @daxpedda
for contributing to this release!
uuid-rs/uuid
v1.8.0
Compare Source
A new
impl AsRef<Uuid> for Uuid
bound has been added, which can break inference on code likConfiguration
📅 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.