chore(deps) Update Tauri CLI (dev) #10706
Merged
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.13.3
->0.13.5
4.5.15
->4.5.16
4.5.16
->4.5.20
0.26
->0.28
0.7.3
->0.7.4
0.24.0
->0.24.3
0.24.0
->0.24.3
0.24.0
->0.24.3
0.24.0
->0.24.3
0.2.155
->0.2.158
3.7.0
->3.8.2
1.1.5
->1.2.1
0.24.2
->0.24.3
0.24.2
->0.24.3
0.24.2
->0.24.3
0.24.2
->0.24.3
1.6.0
->1.7.0
1.10.3
->1.10.6
1.0.22
->1.0.23
1.0.203
->1.0.208
1.0.120
->1.0.125
1.0.0
->1.0.1
1.5.4
->1.6.0
1.36.0
->1.39.3
0.8.10
->0.8.19
0.22.6
->0.22.20
2.9.6
->2.10.1
2.5.0
->2.5.2
2.4.0
->2.5.0
Release Notes
tauri-apps/cargo-mobile2 (cargo-mobile2)
v0.13.5
Compare Source
f09a6da
Allow hyphens on iOS identifiers and underscores on Android identifiers.v0.13.4
Compare Source
f5548f7
(#362 by @lucasfernog) AddedConfig::set_export_options_plist_path
to define a custom ExportOptions.plist to use.b1e407c
(#359 by @amrbashir) Updatewindows
crate to0.58
clap-rs/clap (clap)
v4.5.16
Compare Source
servo/html5ever (html5ever)
v0.27.0
Compare Source
Michael-F-Bryan/include_dir (include_dir)
v0.7.4
Compare Source
paritytech/jsonrpsee (jsonrpsee)
v0.24.3
Compare Source
This is a small release that adds two new APIs to inject data via the extensions to the
RpcModule/Methods
and it only impacts users that are using RpcModule directly via
Methods::call/subscribe/raw_json_request
(e.g., unit testing) and not the server itself.[Added]
Methods::extensions/extensions_mut
(#1440)v0.24.2
Compare Source
Another small release that fixes:
[Fixed]
Thanks to the external contributor @DaniPopes who contributed to this release.
v0.24.1
Compare Source
This is a small release that forces jsonrpsee
rustls
to use the crypto backend ring which may panic if bothring
andaws-lc
features are enabled.See https://github.com/rustls/rustls/issues/1877 for further information.
This has no impact on the default configuration of jsonrpsee which was already using
ring
as the default.[Changed]
[Fixed]
rust-lang/libc (libc)
v0.2.158
Compare Source
Other
Iterator
withrustc-dep-of-std
in #3856 (comment)v0.2.157
Compare Source
Added
_NSGetArgv
,_NSGetArgc
and_NSGetProgname
in #3702RUSTC_WRAPPER
support in #3845execvpe
support from 14.1 release in #3745SO_BINDTOIFINDEX
klogctl
in #3777fcntl
OFD commands in #3563_lwp_park
in #3721pthread_equal
in #3773select
,FD_SET
,FD_ZERO
,FD_ISSET
in #3681Fixed
O_*
constants in #3841Changed
rustc_dep_of_std
is set in #3723v0.2.156
Compare Source
Added
F_ALLOCATEPERSIST
in #3712os_sync_wait_on_address
and related definitions in #3769IPV6_DONTFRAG
to all BSD targets in #3716IP_RECVTTL
/IPV6_RECVHOPLIMIT
in #3751XATTR_CREATE
,XATTR_REPLACE
in #3739confstr
API and_CS_*
in #3771preadv2
andpwritev2
(1.2.5 min.) in #3762SOMAXCONN
in #3761Fixed
ifa_flags
type to u64 in #3729libregex
in #3775Changed
addr_of!(EXTERN_STATIC)
is now considered safe in #3776Removed
rmx_state
in #3776Other
stanislav-tkach/os_info (os_info)
v3.8.2
Compare Source
v3.8.1
Compare Source
Build on FreeSBD has been fixed. (#372)
Build on Illumos has been fixed. (#373)
Build on NetBSD has been fixed. (#374)
Few more regressions introduced in the
3.8.0
release were (hopefully) fixed.v3.8.0
Compare Source
The
windows-sys
crate instead ofwinapi
is now used internally. (#341)Architecture information for Windows targets has been added. (#345)
Artix Linux detection has been fixed. (#348)
AIX support has been added. (#349)
Kali Linux support has been added. (#350)
openSUSE Tumbleweed detection has been fixed. (#353)
Version parsing from
lsb_release
has been added. (#354)HardenedBSD detection has been fixed. (#358)
Ultramarine Linux support has been added. (#359)
AlmaLinux and Rocky Linux support has been added. (#360)
Ultramarine Linux support has been added. (#363)
Void Linux support has been added. (#365)
oconnor663/os_pipe.rs (os_pipe)
v1.2.1
Compare Source
v1.2.0
Compare Source
ebarnard/rust-plist (plist)
v1.7.0
Compare Source
v1.6.1
Compare Source
rust-lang/regex (regex)
v1.10.6
Compare Source
===================
This is a new patch release with a fix for the
unstable
crate feature thatenables
std::str::Pattern
trait integration.Bug fixes:
Fix the
Pattern
trait implementation as a result of nightly API breakage.v1.10.5
Compare Source
===================
This is a new patch release with some minor fixes.
Bug fixes:
Escape invalid UTF-8 when in the
Debug
impl ofregex::bytes::Match
.v1.10.4
Compare Source
===================
This is a new patch release with some minor fixes.
Fixes a bug with compiling a reverse NFA automaton in
regex-automata
.Clarifies that when
Cow::Borrowed
is returned from replace APIs, it isequivalent to the input.
dtolnay/semver (semver)
v1.0.23
Compare Source
serde-rs/serde (serde)
v1.0.208
Compare Source
flatten
field (#2802, thanks @jonhoo)v1.0.207
Compare Source
flatten
attribute andskip_serializing
/skip_deserializing
(#2795, thanks @Mingun)v1.0.206
Compare Source
flatten
attribute inside of enums (#2567, thanks @Mingun)v1.0.205
Compare Source
v1.0.204
Compare Source
serde-rs/json (serde_json)
v1.0.125
Compare Source
v1.0.124
Compare Source
v1.0.123
Compare Source
v1.0.122
Compare Source
json!
in no-std crates (#1166)v1.0.121
Compare Source
oconnor663/shared_child.rs (shared_child)
v1.0.1
Compare Source
tauri-apps/tauri (tauri-utils-v1)
v1.6.0
: @tauri-apps/api v1.6.0Compare Source
Yarn Audit
[1.6.0]
Enhancements
44e3335da
(#9796) Enhance the speed of The JSCommand.execute
API fromshell
module.Bug Fixes
44e3335da
(#9796) Fix The JSCommand.execute
API fromshell
module including extra new lines.Yarn Publish
tokio-rs/tokio (tokio)
v1.39.3
: Tokio v1.39.3Compare Source
1.39.3 (August 17th, 2024)
This release fixes a regression where the unix socket api stopped accepting the abstract socket namespace. (#6772)
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)v1.38.0
: Tokio v1.38.0Compare Source
This release marks the beginning of stabilization for runtime metrics. It
stabilizes
RuntimeMetrics::worker_count
. Future releases will continue tostabilize more metrics.
Added
File::create_new
(#6573)copy_bidirectional_with_sizes
(#6500)AsyncBufRead
forJoin
(#6449)Clone
forNamedPipeInfo
(#6586)Notify::notify_last
(#6520)mpsc::Receiver::{capacity,max_capacity}
(#6511)split
method to the semaphore permit (#6472, #6478)tokio::task::join_set::Builder::spawn_blocking
(#6578)Changed
#[tokio::test]
append#[test]
at the end of the attribute list (#6497)blocking_threads
count (#6551)RuntimeMetrics::worker_count
(#6556)lifo_slot
inblock_in_place
(#6596)global_queue_interval
is zero (#6445)Semaphore
for task dumps (#6499)LocalKey::get
work with Clone types (#6433)true_when
field inTimerShared
(#6563)Fixed
Interval::poll_tick
(#6487)is_empty
on mpsc block boundaries (#6603)Documented
stdin
documentation (#6581)ReadHalf::unsplit()
documentation (#6498)select!
(#6468)NamedPipeServer
example (#6590)SemaphorePermit
,OwnedSemaphorePermit
(#6477)Barrier::wait
is not cancel safe (#6494)watch::Sender::{subscribe,closed}
(#6490)spawn_blocking
tasks (#6571)LocalSet::run_until
(#6599)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)toml-rs/toml (toml)
v0.8.19
Compare Source
v0.8.18
Compare Source
v0.8.17
Compare Source
v0.8.16
Compare Source
v0.8.15
Compare Source
v0.8.14
Compare Source
v0.8.13
Compare Source
v0.8.12
Compare Source
v0.8.11
Compare Source
algesten/ureq (ureq)
v2.10.1
Compare Source
ureq
Rustls tls config updated to avoid panic for applicationsthat activate the default Rustls
aws-lc-rs
feature without settinga process-wide crypto provider.
ureq
will now use*ring*
in thiscircumstance instead of panicking.
v2.10.0
Compare Source
application depends on Rustls 0.22 (e.g. to provide a custom
rustls::ClientConfig
toureq
). See the Rustls 0.23.0changelog for a list of breaking API changes (#753)
default
ureq
TLS config, or constructs its ownrustls::ClientConfig
with
rustls::ClientConfig::builder()
you must ensure the Rustlsaws-lc-rs
feature is not activated, or set the process defaultcryptography provider before constructing any configs. See the Rustls
CryptoProvider docs for more information (#753)
v2.9.7
Compare Source
base64
0.22,rustls
to 0.22.4 (#747, #748)servo/rust-url (url)
v2.5.2
Compare Source
What's Changed
xn--55555577
by @Byron in https://github.com/servo/rust-url/pull/940This release reverts recent IDNA changes and the MSRV back to rust 1.56
The idna v1.0.1 crate now lives on the idna-v1x branch.
Full Changelog: servo/rust-url@v2.5.1...v2.5.2
v2.5.1
Compare Source
What's Changed
master
branch tomain
by @mrobinson in https://github.com/servo/rust-url/pull/914New Contributors
Full Changelog: servo/rust-url@v2.5.0...v2.5.1
BurntSushi/walkdir (walkdir)
v2.5.0
Compare Source
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.