-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
chore(deps) Update Tauri Core (dev) #8816
base: dev
Are you sure you want to change the base?
Conversation
31e67b4
to
dd7baa9
Compare
⚠ Artifact update problemRenovate 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: Cargo.lock
|
dd7baa9
to
16e9b28
Compare
|
Package Changes Through 8ef5b9aThere are 6 changes which include tauri-build with prepatch, tauri-codegen with prerelease, tauri-utils with prerelease, tauri-cli with prerelease, @tauri-apps/cli with prerelease, tauri with prerelease Planned Package VersionsThe following package releases are the planned based on the context of changes in this pull request.
Add another change file through the GitHub UI by following this link. Read about change files or the docs at github.com/jbolda/covector |
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
This PR contains the following updates:
1.6.0
->1.7.1
0.25
->0.26
1.0.4
->1.0.5
0.24
->0.25
0.4.21
->0.4.22
1.4.0
->1.5.0
0.12.4
->0.12.5
1.0.204
->1.0.206
1.0.204
->1.0.206
1.0.122
->1.0.124
1.0.122
->1.0.124
=0.1.1
->=0.1.2
2.0.0-rc.16
->2.0.0-rc.20
1.38.0
->1.39.2
1.38.0
->1.39.2
0.2
->0.3
0.31
->0.32
0.57
->0.58
Release Notes
tokio-rs/bytes (bytes)
v1.7.1
Compare Source
This release reverts the following change due to a regression:
<BytesMut as Buf>::advance
impl (#698)The revert can be found at #726.
v1.7.0
Compare Source
Added
Bytes
toBytesMut
(#695, #710)Documented
BytesMut::zeroed
works (#714)Buf::chunk
(#717)Changed
BytesMut::truncate
<BytesMut as Buf>::advance
impl (#698)must_use
suggestion ofBytesMut::split
(#699)Internal changes
ManuallyDrop
instead ofmem::forget
(#678)len
inBytesMut::reserve
(#682)Bytes::copy_to_bytes
(#688)BytesMut::truncate
(#694)BytesMut::resize
(#696)Bytes::split_to
,Bytes::split_off
(#689, #693)offset_from
in more places (#705)IntoIter
(#707)v1.6.1
Compare Source
This release fixes a bug where
Bytes::is_unique
returns incorrect values whenthe
Bytes
originates from a sharedBytesMut
. (#718)kornelski/dunce (dunce)
v1.0.5
Compare Source
image-rs/image (image)
v0.25.2
Compare Source
Features:
hdr
feature enabled. Supports 32-bit float RGB color only, for now.ImageBuffer
,DynamicImage
andFrame
the existing bufferwill now be reused if possible.
image::ImageReader
as an alias.ImageEncoder
forHdrEncoder
.Structural changes
byteorder
tobyteorder-lite
, consolidating some castingunsafety to
bytemuck
.DynamicImage
and buffers gained#[must_use]
indications.Bug fixes:
bmp
decoder.exr
feature now compiles in isolation.v0.25.1
Compare Source
Bug fixes:
channel.
ImageFormat::{reading_enabled, writing_enabled}
.v0.25.0
Compare Source
Breaking changes:
BufRead
+Seek
bound on many decoders.ExtendedColorType
instead ofColorType
when encoding.ImageOutputFormat
,GenericImageView::bounds
, and several otherdeprecated items.
ImageDecoder
so the traitis object safe.
repr(transparent)
rather thanrepr(C)
.Structural changes:
Codec changes:
rust-lang/log (log)
v0.4.22
Compare Source
proptest-rs/proptest (proptest)
v1.5.0
Compare Source
seanmonstar/reqwest (reqwest)
v0.12.5
Compare Source
blocking::ClientBuilder::dns_resolver()
method to change DNS resolver in blocking client.http3
feature back, still requiringreqwest_unstable
.rustls-tls-no-provider
Cargo feature to use rustls without a crypto provider.Accept-Encoding
header combinations.serde-rs/serde (serde)
v1.0.206
Compare Source
flatten
attribute inside of enums (#2567, thanks @Mingun)v1.0.205
Compare Source
serde-rs/json (serde_json)
v1.0.124
Compare Source
v1.0.123
Compare Source
oscartbeaumont/specta (specta)
v2.0.0-rc.20
Compare Source
v2.0.0-rc.19
Compare Source
v2.0.0-rc.18
Compare Source
v2.0.0-rc.17
: - General upgradesThis release comes with a handful of small incremental improvements primarily targeted at the next release of Tauri Specta including:
specta-jsdoc
crate for JSDoc exporting. This crate is still a work in progress.function::fn_datatype
andfunction::collect_functions
from proc macros tomacro_rules
pub use datatype::*
from the crates root. Imports must be updated to be fromspecta::datatype::...
instead.specta_typescript::ExportConfig
intospecta_typescript::Typescript
r#
from the function name directly in Specta (previously we handled this at the Tauri Specta level)tokio-rs/tokio (tokio)
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)denoland/rust-urlpattern (urlpattern)
v0.3.0
Compare Source
What's Changed
seek and get the next code point
by @woxtu in https://github.com/denoland/rust-urlpattern/pull/37URLPatternComponentResult::groups
values optional by @crowlKats in https://github.com/denoland/rust-urlpattern/pull/35New Contributors
Full Changelog: denoland/rust-urlpattern@0.2.0...0.3.0
microsoft/windows-rs (windows)
v0.58.0
Compare Source
This release includes updates to metadata for new or fixed API definitions (#3111, #3136), various improvements and fixes to code generation, compliance with new Rust warnings, additional COM authoring support improvements (#3065), limited non-Windows support (#3135), and more.
It includes major updates to the following crates, mainly due to breaking changes in metadata for API definitions.
riddle
0.58.0windows
0.58.0windows-bindgen
0.58.0windows-core
0.58.0windows-implement
0.58.0windows-interface
0.58.0windows-metadata
0.58.0It also includes major updates to the following utility crates.
windows-result
0.2.0windows-registry
0.2.0The
windows-result
crate now provides limited non-Windows support, and thewindows-registry
crate offers new lossless queries for binary and wide string values.And it includes minor updates to the
windows-targets
crates, with the addition of several new APIs.windows-targets
0.52.6This release also includes the first published version of the
windows-strings
crate, moving the string types from thewindows-core
crate into a dedicated crate as a smaller dependency. It also offers an efficientHSTRING
builder (#3133).To clarify, the only crates that continue to support limited non-Windows builds are:
windows-bindgen
andwindows-metadata
for code generation on non-Windows platforms.windows-core
andwindows-result
for COM support on non-Windows platforms.What's Changed
rustfmt
for repo by @kennykerr in https://github.com/microsoft/windows-rs/pull/3084windows-bindgen
directly by @kennykerr in https://github.com/microsoft/windows-rs/pull/3086windows-result
to work on non-Windows platforms by @sivadeilra in https://github.com/microsoft/windows-rs/pull/3082Debug
derive macro does not need to be qualified by @kennykerr in https://github.com/microsoft/windows-rs/pull/3097unused
to deal with new warning about "unused" private fields in structs by @kennykerr in https://github.com/microsoft/windows-rs/pull/3103mio
dependency by @kennykerr in https://github.com/microsoft/windows-rs/pull/3107windows
crate works by @sivadeilra in https://github.com/microsoft/windows-rs/pull/3110cargo run ...
by @sivadeilra in https://github.com/microsoft/windows-rs/pull/3113windows
andwindows-sys
in unit test mode by @sivadeilra in https://github.com/microsoft/windows-rs/pull/3112windows-strings
crate by @kennykerr in https://github.com/microsoft/windows-rs/pull/3125windows-core
internals by @kennykerr in https://github.com/microsoft/windows-rs/pull/3129windows-bindgen
by @kennykerr in https://github.com/microsoft/windows-rs/pull/3130Error
andResult<()>
to be the same size asHRESULT
by @sivadeilra in https://github.com/microsoft/windows-rs/pull/3126windows-core
crate by @kennykerr in https://github.com/microsoft/windows-rs/pull/3131windows_slim_errors
by @kennykerr in https://github.com/microsoft/windows-rs/pull/3132HSTRING
builder and registry support by @kennykerr in https://github.com/microsoft/windows-rs/pull/3133Send
andSync
forWeak<T>
by @kennykerr in https://github.com/microsoft/windows-rs/pull/3138Future
implementation by @kennykerr in https://github.com/microsoft/windows-rs/pull/3142HSTRING
builder provides initialized memory by @kennykerr in https://github.com/microsoft/windows-rs/pull/3141windows-strings
crate Windows-only by @kennykerr in https://github.com/microsoft/windows-rs/pull/3143Full Changelog: microsoft/windows-rs@0.57.0...0.58.0
Configuration
📅 Schedule: Branch creation - "after 3am on Wednesday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Never, 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.