Pin dependencies #13
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:
^18.0.15
->18.0.15
^18.0.6
->18.0.6
^2.0.0
->2.0.0
1.0.58
->1.0.66
4.0.0
->4.0.16
4.0.0
->4.0.16
0.1.56
->0.1.58
0.5.6
->0.5.17
0.3.6
->0.3.7
16-alpine
->19-alpine
^18.2.0
->18.2.0
^18.2.0
->18.2.0
1.5.5
->1.6.0
1.60
->1.64
1.0.68
->1.0.87
1.0.31
->1.0.37
1.0
->1.21
0.3.3
->0.3.4
^4.6.4
->4.7.4
1.1.2
->1.2.1
^3.0.0
->3.0.2
Add the preset
:preserveSemverRanges
to your config if you don't want to pin your dependencies.Release Notes
dtolnay/anyhow
v1.0.66
Compare Source
context
call (#279)v1.0.65
Compare Source
impl Provider for anyhow::Error
v1.0.64
Compare Source
#[source] anyhow::Error
with thiserror crate (#231)v1.0.63
Compare Source
v1.0.62
Compare Source
cargo
invocations with IDE builds (#261)v1.0.61
Compare Source
v1.0.60
Compare Source
--target
to rustc invocation when deciding about backtrace support (#249, thanks @RalfJung)v1.0.59
Compare Source
no-std
categoryasync-graphql/async-graphql
v4.0.16
CustomValidator<T>
forF: Fn(&T) -> Result<(), E: Into<String>>
validator
attribute toInputObject
macro #1072v4.0.15
SchemaBuilder::disable_suggestions
method to disable field suggestions. #1101v4.0.14
v4.0.13
bson-uuid
feature #1032no_cache
forcache_control
attribute #1051SDLExportOptions::include_specified_by
method to enablespecifiedBy
directive #1065v4.0.12
1.59.0
@specifiedBy
directive in SDL export #1041v4.0.11
override
directive on fields #1029@tag
support #1038v4.0.10
request.data(X)
being lost in the resolver #1018@shareable
directive support #1025@inaccessible
directive support #1026v4.0.9
on_connection_init
takesFnOnce
instead ofFn
#1022v4.0.8
v4.0.7
64
.v4.0.6
32
by default.v4.0.5
rocket-0.5.0-rc.1
torocket-0.5.0-rc.2
forasync-graphql-rocket
#968Default
forStringNumber
#980Guard
forFn
name
andinput_name
#987v4.0.4
4.0.1
to4.1.0
prefer_single_line_descriptions
option onSDLExportOptions
#955v4.0.3
ConectionType
so nesting through edges isn't always needed. #952v4.0.2
Edge::node
to allow better testing. #933bigdecimal
crate. #926darling
from0.13.0
to0.14.0
#939v4.0.1
Union
andOneofObject
on the same struct #1116dtolnay/async-trait
v0.1.58
Compare Source
v0.1.57
Compare Source
tokio-rs/axum
v0.5.17
Compare Source
#[track_caller]
so the errormessage points to where the user added the invalid router, rather than
somewhere internally in axum (#1248)
Multipart
extractor work withRequestBodyLimit
middleware (#1379)DefaultBodyLimit::max
for changing the default body limit (#1397)v0.5.16
Compare Source
Security
breaking: Added default limit to how much data
Bytes::from_request
willconsume. Previously it would attempt to consume the entire request body
without checking its length. This meant if a malicious peer sent an large (or
infinite) request body your server might run out of memory and crash.
The default limit is at 2 MB and can be disabled by adding the new
DefaultBodyLimit::disable()
middleware. See its documentation for moredetails.
This also applies to these extractors which used
Bytes::from_request
internally:
Form
Json
String
Thanks to Shachar Menashe for reporting this vulnerability.
(#1346)
v0.5.15
Compare Source
Note: This is a re-release of 0.5.14 that fixes an accidental breaking change.
QueryRejection
response. (#1171)v0.5.14
Compare Source
Yanked, as it contained an accidental breaking change.
v0.5.13
Compare Source
WebSocketUpgrade
cannot upgrade the connection it will return aWebSocketUpgradeRejection::ConnectionNotUpgradable
rejection (#1135)WebSocketUpgradeRejection
has a new variantConnectionNotUpgradable
variant (#1135)
v0.5.12
Compare Source
debug_handler
which is an attribute macro that improvestype errors when applied to handler function. It is re-exported from
axum-macros
(#1144)v0.5.11
Compare Source
TryFrom<http:: Method>
forMethodFilter
and use newNoMatchingMethodFilter
error in case of failure (#1130)v0.5.10
Compare Source
Router
cheaper to clone (#1123)v0.5.9
Compare Source
headers
is enabled and theform
feature is disabled (#1107)
v0.5.8
Compare Source
Forwarded
header inHost
extractor (#1078)
IntoResponse
forForm
(#1095)v0.5.7
Compare Source
Default
forExtension
(#1043)Vec<(String, String)>
inextract::Path<_>
to get vector ofkey/value pairs (#1059)
extract::ws::close_code
which contains constants for close codes (#1067)impl IntoResponse
less in docs (#1049)nodejs/node
v19
Moved to doc/changelogs/CHANGELOG_IOJS.md#1.6.0.
v18
Moved to doc/changelogs/CHANGELOG_IOJS.md#3.1.0.
v17
Moved to doc/changelogs/CHANGELOG_V5.md#5.1.0.
rust-lang/regex
v1.6.0
Compare Source
==================
This release principally includes an upgrade to Unicode 14.
New features:
Clarify that
Captures::len
includes all groups, not just matching groups.Add an
ExactSizeIterator
impl forSubCaptureMatches
.Improve
RegexSet
documentation examples.Upgrade to Unicode 14.
Bug fixes:
Fix error message rendering bug.
v1.5.6
Compare Source
==================
This release includes a few bug fixes, including a bug that produced incorrect
matches when a non-greedy
?
operator was used.Fixes a bug where
[[:alnum:][:^ascii:]]
dropped[:alnum:]
from the class.Fixes a bug where
Hir::is_match_empty
returnedfalse
for\b
.Fixes a bug where 'ab??' matches 'ab' instead of 'a' in 'ab'.
serde-rs/json
v1.0.87
Compare Source
write_i128
andwrite_u128
methods toserde_json::Formatter
to control the formatting of 128-bit integers (#940, thanks @Lucretiel)v1.0.86
Compare Source
arbitrary_precision
feature even in no-std mode (#928, thanks @kvinwang)v1.0.85
Compare Source
Display
forNumber
produce the same representation as serializing (#919)v1.0.84
Compare Source
Debug
impl ofserde_json::Value
more compact (#918)v1.0.83
Compare Source
v1.0.82
Compare Source
From<Option<T>>
for serde_json::Value whereT: Into<Value>
(#900, thanks @kvnvelasco)v1.0.81
Compare Source
indexmap
/autocfg
not always properly detecting whether astd
sysroot crate is available (#885, thanks @cuviper)v1.0.80
Compare Source
v1.0.79
Compare Source
RawValue
deserialization to propagate\u
escapes for unmatched surrogates, which can later by deserialized to Vec<u8> (#830, thanks @lucacasonato)v1.0.78
Compare Source
&RawValue
in map key position, which would previously fail with "invalid type: newtype struct" (#851)v1.0.77
Compare Source
std
noralloc
feature enabledv1.0.76
Compare Source
raw_value
andalloc
are enabled whilestd
is disabled (#850)v1.0.75
Compare Source
v1.0.74
Compare Source
v1.0.73
Compare Source
itoa
dependency to 1.0v1.0.72
Compare Source
\u
-encoded lone surrogates when deserializing into a byte string (#828, #829, thanks @lucacasonato)v1.0.71
Compare Source
v1.0.70
Compare Source
serde_json::Map::retain
method (#822, thanks @deankarn)v1.0.69
Compare Source
dtolnay/thiserror
v1.0.37
Compare Source
v1.0.36
Compare Source
v1.0.35
Compare Source
provide
methods in scope" error when the caller has both std::error::Error and std::any::Provide traits in scope (#185)v1.0.34
Compare Source
v1.0.33
Compare Source
v1.0.32
Compare Source
tokio-rs/tokio
v1.21.2
Compare Source
1.21.2 (September 27, 2022)
This release removes the dependency on the
once_cell
crate to restore the MSRV of 1.21.x, which is the latest minor version at the time of release. (#5048)v1.21.1
Compare Source
1.21.1 (September 13, 2022)
Fixed
LocalSet
Drop (#4976)v1.21.0
Compare Source
1.21.0 (September 2, 2022)
This release is the first release of Tokio to intentionally support WASM. The
sync,macros,io-util,rt,time
features are stabilized on WASM. Additionally the wasm32-wasi target is given unstable support for thenet
feature.Added
device
andbind_device
methods to TCP/UDP sockets (#4882)tos
andset_tos
methods to TCP and UDP sockets (#4877)ServerOptions
(#4845)mpsc::Sender::max_capacity
method (#4904)mpsc::Sender
(#4595)LocalSet::enter
(#4765)JoinSet
andAbortHandle
(#4920)track_caller
to public APIs (#4805, #4848, #4852)wasm32-wasi
target (#4716)Fixed
linked_list::Link
impls (#4841)#[must_use]
to lock guards (#4886)recv
on closed and reopened broadcast channel (#4867)Changed
File::start_seek
(#4897)poll_read
(#4840)SignalKind
methods const (#4956)Internal changes
basic_scheduler::Config
(#4935)runtime
module (#4942)Documented
AsyncSeekExt::rewind
docs (#4893)try_read()
for zero-length buffers (#4937)Builder::worker_threads
(#4849)watch::Sender::send
improved (#4959)JoinHandle
(#4901)spawn_blocking
(#4811)Interval::tick
happens immediately (#4951)Unstable
Builder::spawn_on
(#4953)task::Builder::spawn*
methods fallible (#4823)v1.20.2
Compare Source
1.20.2 (September 27, 2022)
This release removes the dependency on the
once_cell
crate to restore the MSRV of the 1.20.x LTS release. (#5048)v1.20.1
Compare Source
1.20.1 (July 25, 2022)
Fixed
v1.20.0
Compare Source
1.20.0 (July 12, 2022)
Added
has_changed
method towatch::Ref
(#4758)Changed
src/time/driver/wheel/stack.rs
(#4766)Fixed
Documented
Unstable
join_one
tojoin_next
(#4755)v1.19.2
Compare Source
1.19.2 (June 6, 2022)
This release fixes another bug in
Notified::enable
. (#4751)v1.19.1
Compare Source
1.19.1 (June 5, 2022)
This release fixes a bug in
Notified::enable
. (#4747)v1.19.0
Compare Source
1.19.0 (June 3, 2022)
Added
is_finished
method forJoinHandle
andAbortHandle
(#4709)Notified::enable
(#4705)watch::Sender::send_if_modified
(#4591)take_error
toTcpSocket
andTcpStream
(#4739)Changed
Fixed
join!
andtry_join!
(#4624)Documented
block_on
(#4729)MissedTickBehavior::Burst
(#4713)Unstable
IoDriverMetrics
(#4725)#[track_caller]
toJoinSet
/JoinMap
(#4697)Builder::{spawn_on, spawn_local_on, spawn_blocking_on}
(#4683)consume_budget
for cooperative scheduling (#4498)join_set::Builder
for configuringJoinSet
tasks (#4687)JoinSet::join_one
(#4726)v1.18.3
Compare Source
1.18.3 (September 27, 2022)
This release removes the dependency on the
once_cell
crate to restore the MSRV of the 1.18.x LTS release. (#5048)v1.18.2
Compare Source
1.18.2 (May 5, 2022)
Add missing features for the
winapi
dependency. (#4663)v1.18.1
Compare Source
1.18.1 (May 2, 2022)
The 1.18.0 release broke the build for targets without 64-bit atomics when building with
tokio_unstable
. This release fixes that. (#4649)v1.18.0
Compare Source
1.18.0 (April 27, 2022)
This release adds a number of new APIs in
tokio::net
,tokio::signal
, andtokio::sync
. In addition, it adds new unstable APIs totokio::task
(Id
sfor uniquely identifying a task, and
AbortHandle
for remotely cancelling atask), as well as a number of bugfixes.
Fixed
#[track_caller]
forspawn_blocking
(#4616)select
macro to process 64 branches (#4519)try_io
methods not calling Mio'stry_io
internally (#4582)Added
UdpSocket::peer_addr
(#4611)try_read_buf
method for named pipes (#4626)SignalKind
Hash
/Eq
impls andc_int
conversion (#4540)SIGRTMAX
(#4555)watch::Sender::send_modify
method (#4310)broadcast::Receiver::len
method (#4542)watch::Receiver::same_channel
method (#4581)Clone
forRecvError
types (#4560)Changed
mio
to 0.8.1 (#4582)tokio::select!
's internalutil
module (#4543)Vec::with_capacity
when building runtime (#4553)Documented
tokio_unstable
(#4524)Handle::current
's docs to mentionEnterGuard
(#4567)Signal::recv
is cancel-safe (#4634)UnboundedReceiver
close docs (#4548)Unstable
The following changes only apply when building with
--cfg tokio_unstable
:task::Id
type (#4630)AbortHandle
type for cancelling tasks in aJoinSet
(#4530],doc(cfg(...))
attributes forJoinSet
(#4531)AbortHandle
RustDoc (#4545)v1.17.0
Compare Source
1.17.0 (February 15, 2022)
This release updates the minimum supported Rust version (MSRV) to 1.49,
the
mio
dependency to v0.8, and the (optional)parking_lot
dependency to v0.12. Additionally, it contains several bug fixes, as
well as internal refactoring and performance improvements.
Fixed
sleep
with large durations (#4495)Instant
arithmetic on platformswhere
Instant::now
is not monotonic (#4461)DuplexStream
not participating in cooperative yielding(#4478)
JoinHandle
(#4430)Changed
parking_lot
dependency to v0.12.0 (#4459)mio
dependency to v0.8 (#4449)(#4480)
std::future::Ready
instead of our ownReady
future(#4271)
atomic::spin_loop_hint
withhint::spin_loop
(#4491)
Documented
tokio::process::ChildStdin
(#4479)Unstable
The following changes only apply when building with
--cfg tokio_unstable
:tracing
spans generated byspawn_local
(#4483)JoinSet
for managing sets of tasks (#4335)v1.16.1
Compare Source
1.16.1 (January 28, 2022)
This release fixes a bug in #4428 with the change #4437.
v1.16.0
Compare Source
Fixes a soundness bug in
io::Take
(#4428). The unsoundness is exposed whenleaking memory in the given
AsyncRead
implementation and then overwriting thesupplied buffer:
Also, this release includes improvements to the multi-threaded scheduler that
can increase throughput by up to 20% in some cases (#4383).
Fixed
io::Take
in edge case (#4428)File::write
results in awrite
syscall when the runtime shuts down (#4316)wait_with_output
(#4315)Send
fromparking_lot::*Guard
(#4359)Added
TcpSocket::linger()
andset_linger()
(#4324)UnwindSafe
for socket types (#4384)UnwindSafe
forJoinHandle
(#4418)watch::Receiver::has_changed()
(#4342)oneshot::Receiver::blocking_recv()
(#4334)RwLock
blocking operations (#4425)Unstable
The following changes only apply when building with
--cfg tokio_unstable
v1.15.0
Compare Source
Fixed
io::empty()
(#4300)Changed
Added
Interval::reset()
(#4248)AsyncFdReadyGuard
(#4267)Command::as_std()
(#4295)Added (unstable)
tokio::sync
types (#4302)v1.14.1
Compare Source
This release backports a bug fix from 1.16.1
Fixes a soundness bug in
io::Take
(#4428). The unsoundness is exposed whenleaking memory in the given
AsyncRead
implementation and then overwriting thesupplied buffer:
Fixed
io::Take
in edge case (#4428)v1.14.0
Compare Source
1.14.0 (November 15, 2021)
Fixed
mut
patterns inselect!
(#4211)oneshot::Sender::send
and awaiting aoneshot::Receiver
when the oneshot has been closed (#4226)AtomicWaker
panic safe (#3689)(#4213)
Added
RuntimeStats::busy_duration_total
(#4179, #4223)Changed
copy
buffer size to matchstd::io::copy
(#4209)Documented
v1.13.1
Compare Source
1.13.1 (November 15, 2021)
This release fixes a data race when sending and receiving on a
closed
oneshot
channel (RUSTSEC-2021-0124).Fixed
oneshot::Sender::send
and awaiting aoneshot::Receiver
when the oneshot has been closed (#4226)v1.13.0
Compare Source
1.13.0 (October 29, 2021)
Fixed
Notify
to clone the waker before locking its waiter list (#4129)Added
poll_{recv,send}_ready
methods toudp
anduds_datagram
(#4131)try_*
,readable
,writable
,ready
, andpeer_addr
methods to split halves (#4120)blocking_lock
toMutex
(#4130)watch::Sender::send_replace
(#3962, #4195)Debug
forMutex<T>
impl to unsizedT
(#4134)Changed
copy_bidirectional
thatpoll_write
is sensible (#4125)select!
(#4192)block_on
wakeups better (#4157)Documented
try_join!
(#4133)tokio/src/lib.rs
(#4132)Interval::tick
cancel safety (#4152)v1.12.0
Compare Source
1.12.0 (September 21, 2021)
Fixed
try_reserve
error is consistent withtry_send
(#4119)spin_loop_hint
instead ofyield_now
(#4115)SendError
field public (#4097)Added
AsyncSeekExt::rewind
(#4107)block_on
futures (#4094)try_recv
for mpsc channels (#4113)Changed
LocalSet
when using macro (#4027)Documented
poll_recv
(#4117)PollSender
implsSink
(#4110)yield_now
(#4091)v1.11.0
Compare Source
1.11.0 (August 31, 2021)
Fixed
fill_buf
by not callingpoll_fill_buf
twice (#4084)Added
watch::Sender::subscribe
(#3800)from_std
toChildStd*
(#4045)Changed
Documented
v1.10.1
Compare Source
1.10.1 (August 24, 2021)
Fixed
v1.10.0
Compare Source
1.10.0 (August 12, 2021)
Added
(read|write)_f(32|64)[_le]
methods (#4022)fill_buf
andconsume
toAsyncBufReadExt
(#3991)Child::raw_handle()
on windows (#3998)Fixed
--cfg docsrs
(#4020)io::copy
(#4001)spin_loop_hint
instead ofyield_now
in mpsc (#4037)Changes
Documented
AsyncBufReadExt
(#3997)watch::send
fails (#4021)v1.9.0
Compare Source
1.9.0 (July 19, 2021)
Added
TcpStream
(#3888)TaskLocal::scope
(#3273)Fixed
LocalSet
(#3978)Changes
OnceCell
(#3945)JoinError
(#3959)v1.8.5
Compare Source
This release backports a bug fix from 1.16.1
Fixes a soundness bug in
io::Take
(#4428). The unsoundness is exposed whenleaking memory in the given
AsyncRead
implementation and then overwriting thesupplied buffer:
Fixed
io::Take
in edge case (#4428)v1.8.4
Compare Source
1.8.4 (November 15, 2021)
This release backports a bugfix for a data race when sending and receiving on a
closed
oneshot
channel ([RUSTSEC-2021-0124]) from v1.13.1.Fixed
oneshot::Sender::send
and awaiting aoneshot::Receiver
when the oneshot has been closed (#4226)v1.8.3
Compare Source
1.8.3 (July 22, 2021)
This release backports two fixes from 1.9.0
Fixed
LocalSet
(#3978)v1.8.2
Compare Source
Fixes a missed edge case from 1.8.1.
Fixed
v1.8.1
Compare Source
Forward ports 1.5.1 fixes.
Fixed
JoinHandle::abort
(#3934)v1.8.0
Compare Source
1.8.0 (July 2, 2021)
Added
get_{ref,mut}
methods toAsyncFdReadyGuard
andAsyncFdReadyMutGuard
(#3807)BufWriter
(#3163)NamedPipe{Client,Server}
(#3866, #3899)watch::Receiver::borrow_and_update
(#3813)From<T>
forOnceCell<T>
(#3877)Added (unstable)
tokio::task::Builder
(#3881)Fixed
UnixStream
(#3898)Documented
v1.7.3
Compare Source
Fixes a missed edge case from 1.7.2.
Fixed
v1.7.2
Compare Source
Forward ports 1.5.1 fixes.
Fixed
JoinHandle::abort
(#3934)v1.7.1
Compare Source
Fixed
v1.7.0
Compare Source
1.7.0 (June 15, 2021)
Added
TcpSocket
fromstd::net::TcpStream
conversion (#3838)receiver_count
towatch::Sender
(#3729)sync::notify::Notified
future publicly (#3840)Fixed
clippy::default_numeric_fallback
lint in generated code (#3831)mpsc::RecvError
type (#3833)Documented
AsyncReadExt::read_buf
(#3850)AsyncWrite::poll_write
(#3820)v1.6.4
Compare Source
Fixes a missed edge case from 1.6.3.
Fixed
v1.6.3
Compare Source
Forward ports 1.5.1 fixes.
Fixed
JoinHandle::abort
(#3934)v1.6.2
Compare Source
Fixes
time:advance
regression introduced in 1.6 (#3852)v1.6.1
Compare Source
This release reverts #3518 because it doesn't work on some kernels due to
a kernel bug. (#3803)
v1.6.0
Compare Source
1.6.0 (May 14, 2021)
Added
write_all_buf
toAsyncWriteExt
(#3737)AsyncSeek
forBufReader
,BufWriter
, andBufStream
(#3491)mpsc::Sender::{reserve_owned, try_reserve_owned}
(#3704)MutexGuard::map
method that returns aMappedMutexGuard
(#2472)Fixed
DuplexStream
close (#3756)std::os::raw::c_int
instead oflibc::c_int
on public API (#3774)notify_waiters
(#3660)JoinHandle
panic message (#3727)time::advance
from going too far (#3712)Documented
net::unix::datagram
module from docs (#3775)Barrier
doc should use task, not thread (#3780)block_in_place
(#3753)v1.5.1
Compare Source
Fixed
JoinHandle::abort
(#3934)v1.5.0
Compare Source
1.5.0 (April 12, 2021)
Added
AsyncSeekExt::stream_position
(#3650)AsyncWriteExt::write_vectored
(#3678)copy_bidirectional
utility (#3572)IntoRawFd
forTcpSocket
(#3684)OnceCell
(#3591)OwnedRwLockReadGuard
andOwnedRwLockWriteGuard
(#3340)Semaphore::is_closed
(#3673)mpsc::Sender::capacity
(#3690)RwLock
max reads (#3644)sync_scope
forLocalKey
(#3612)Fixed
noalias
attributes on intrusive linked list (#3654)JoinHandle::abort()
when called from other threads (#3672)oneshot::try_recv
(#3674)Semaphore
permit overflow calculation (#3644)Documented
AsyncFd
(#3635){Handle,Runtime}::block_on
(#3628)Semaphore
is fair (#3693)v1.4.0
Compare Source
Added
select!
(#3603)Handle::block_on
(#3569)Fixed
block_on
future (#3582)EnterGuard
withmust_use
(#3609)Documented
PollSender
(#3613)Mutex
FIFO explanation (#3615)v1.3.0
Compare Source
Added
unconstrained()
opt-out (#3547)into_std
for net types without it (#3509)same_channel
method tompsc::Sender
(#3532){try_,}acquire_many_owned
toSemaphore
(#3535)RwLockWriteGuard::map
andRwLockWriteGuard::try_map
(#3348)Fixed
oneshot::Receiver::close
after successfultry_recv
(#3552)timeout(Duration::MAX)
(#3551)Documented
read_until
(#3536)AsyncRead::poll_read
doc (#3557)UdpSocket
splitting doc (#3517)LocalSet
onnew_current_thread
(#3508)join_all
forBarrier
(#3514)oneshot
(#3592)notify
tonotify_one
(#3526)Sleep
doc (#3515)interval.rs
andtime/mod.rs
docs (#3533)v1.2.0
Compare Source
Added
Signal::poll_recv
method public (#3383)Fixed
test-util
paused time fully deterministic (#3492)Documented
v1.1.1
Compare Source
Forward ports 1.0.3 fix.
Fixed
v1.1.0
Compare Source
Added
try_read_buf
andtry_recv_buf
(#3351)Sender::try_reserve
function (#3418)RwLock
try_read
andtry_write
methods (#3400)ReadBuf::inner_mut
(#3443)Changed
select!
error message (#3352)read_to_end
(#3426)Fixed
LocalSet
onspawn_local
(#3369)Documented
Stream
wrappers intokio-stream
(#3343)test-util
feature is not enabled with full (#3397)AsyncFd
docs about changes of the inner fd (#3430)Sleep
is notUnpin
(#3457)PollSemaphore
(#3456)LocalSet
example (#3438)mpsc
documentation (#3458)v1.0.3
Compare Source
Fixed
v1.0.2
Compare Source
Fixed
read_to_end
(#3428).tower-rs/tower-http
v0.3.4
Compare Source
Added
Timeout
middleware (#270)RequestBodyLimit
middleware (#271)uuid-rs/uuid
v1.2.1
Compare Source
What's Changed
Full Changelog: https://github.com/uuid-rs/uuid/compare/1.2.0...1.2.1
v1.2.0
Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/uuid-rs/uuid/compare/1.1.2...1.2.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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 has been generated by Renovate Bot.
9a1af285fb
toadab603511