chore(deps) Update Tauri CLI (dev) #11460
Open
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:
4.5.19
->4.5.20
4.5.29
->4.5.33
0.26
->0.29
0.25.2
->0.25.4
0.24.5
->0.24.7
0.24.5
->0.24.7
0.24.5
->0.24.7
0.24.5
->0.24.7
0.18
->0.24
0.2.159
->0.2.161
0.36.4
->0.36.5
0.25
->0.32
0.25
->0.32
0.25
->0.32
0.25
->0.32
0.43.0
->0.44.0
1.6.0
->1.6.1
1.40.0
->1.41.0
Release Notes
clap-rs/clap (clap)
v4.5.20
Compare Source
Features
CommandExt
servo/html5ever (html5ever)
v0.27.0
Compare Source
image-rs/image (image)
v0.25.4
Compare Source
Features:
ImageDecoder::orientation()
and implemented orientation metadata extraction for JPEG, WebP and TIFF formatsDynamicImage::apply_orientation()
to apply the orientation to an imageImageDecoder::exif_metadata()
, and implemented it for JPEG and WebP formatsImageEncoder::set_icc_profile()
and implemented it for WebP format. Pull requests with implementations for other formats are welcome.DynamicImage::fast_blur()
for a linear-time approximation of Gaussian blur, which is much faster at larger blur radiiBug fixes:
None
instead of an error when the end of the animation is reachedv0.25.3
Compare Source
Yanked! This version accidentally missed a commit that should have been
included with the release. The
Orientation
struct should be in theappropriate module instead of the top-level. This release won't be supported.
paritytech/jsonrpsee (jsonrpsee)
v0.24.7
Compare Source
This is a patch release that mainly fixes the tower::Service implementation to be generic over the HttpBody to work with all middleware layers.
For instance, this makes
tower_http::compression::CompressionLayer
work, which didn't compile before.[Added]
max_concurrent_requests
(#1473)[Fixed]
Thanks to the external contributor @hanabi1224 who contributed to this release.
v0.24.6
Compare Source
This is a bug-fix release that fixes that the
ConnectionGuard
was dropped before the future was resolved which,could lead to that HTTP calls were not counted correctly in the
ConnectionGuard
. This impacts only the server.[Fixed]
Stranger6667/jsonschema-rs (jsonschema)
v0.24.1
Fixed
v0.24.0
Added
$ref
,$recursiveRef
, and$dynamicRef
inunevaluatedItems
. #287$vocabulary
. #263Changed
prefixItems
under Draft 2019-09 as it was introduced in Draft 2020-12.Fixed
uniqueItems
.Performance
apply
.v0.23.0
Added
unevaluatedItems
, excluding references.Changed
JsonPointer
in favor ofLocation
.Deprecated
PathChunkRef
in favor ofLocationSegment
.JsonPointerNode
in favor ofLazyLocation
.Fixed
$ref
or$dynamicRef
).Performance
hostname
&idn-hostname
formats validation.apply
.Removed
JsonPointerNode::to_vec
without a replacement.v0.22.3
Performance
v0.22.2
Fixed
Performance
json-pointer
andrelative-json-pointer
formats validation.v0.22.1
Fixed
dbg!
macro.v0.22.0
Changed
&Uri<&str>
instead of&UriRef<&str>
once_cell
to1.20
.regex
to1.11
.Fixed
time
format validation (leap seconds and second fractions).duration
format validation.$id
without base. #547hostname
format validation (double dot).idn-hostname
format validation. #101Performance
hostname
,date
,time
,date-time
, andduration
formats validation.pattern
. #417v0.21.0
Important: This release brings a complete rework of reference resolving which deprecates some older APIs.
While backward compatibility is maintained for now, users are encouraged to update their code. See the Migration Guide for details on transitioning to the new API.
Added
$anchor
support.$recursiveRef
&$recursiveAnchor
support in Draft 2019-09.$dynamicRef
&$dynamicAnchor
support in Draft 2020-12.Changed
$ref
as URI, not URL, and additionally normalize them. #454$id
. #264Deprecated
SchemaResolver
trait andSchemaResolverError
in favor of a simplerRetrieve
that works withBox<dyn std::error::Error>
.In turn, it also deprecates
ValidationOptions::with_resolver
in favor ofValidationOptions::with_retriever
ValidationOptions::with_document
in favor ofValidationOptions::with_resource
.Fixed
unevaluatedProperties
. #420iri
&iri-reference
validation.Performance
uri
,iri
,uri-reference
, andiri-reference
formats.v0.20.0
Important: This release includes several deprecations and renames. While backward compatibility is maintained for now, users are encouraged to update their code. See the Migration Guide for details on transitioning to the new API.
Added
jsonschema::draft4
jsonschema::draft6
jsonschema::draft7
jsonschema::draft201909
jsonschema::draft202012
Each module provides
new()
,is_valid()
, andoptions()
functions.jsonschema::options()
function as a shortcut forjsonschema::Validator::options()
, that allows for customization of the validation process.Changed
Debug
implementation forSchemaNode
opaque.jsonschema::validator_for
and related functions returnValidationError<'static>
in theirErr
variant.This change makes possible to use the
?
operator to return errors from functions where the input schema is defined.Deprecated
CompilationOptions
toValidationOptions
for clarity.JSONSchema
toValidator
for clarity. #424JSONPointer
toJsonPointer
for consistency with naming conventions. #424jsonschema::compile
tojsonschema::validator_for
.CompilationOptions::compile
toValidationOptions::build
.Old names are retained for backward compatibility but will be removed in a future release.
Fixed
v0.19.1
Fixed
ipv4
format validation. #512v0.19.0
Added
jsonschema::compile
shortcut.Changed
1.70
.Fixed
uuid
format validation.unevaluatedProperties
withallOf
andoneOf
. #496Deprecated
cli
feature in favor of a separatejsonschema-cli
crate.draft201909
anddraft202012
features. The relevant functionality is now enabled by default.Performance
uuid
validation viauuid-simd
.rust-lang/libc (libc)
v0.2.161
Compare Source
Fixed
FNM_PATHNAME
andFNM_NOESCAPE
values #3983v0.2.160
Compare Source
Added
PR_GET_NAME
andPR_SET_NAME
#3941F_TRANSFEREXTENTS
#3925mach_error_string
#3913pthread
APIs #3846LOCAL_PEERTOKEN
socket option #3929RTF_*
,RTA_*
,RTAX_*
, andRTM_*
definitions #3714AT_EACCESS
#3911getgrgid
,getgrnam
,getgrnam_r
andgetgrgid_r
#3912getpwnam_r
andgetpwuid_r
#3906POLLRDHUP
#3936arc4random
#3945ptsname_r
#3867fanotify
interfaces #3695tcp_info
#3480iopl
andioperm
#3720posix_spawn
chdir functions #3949utmpx.h
constants #3908sysctlnametomib
,CLOCK_THREAD_CPUTIME_ID
andCLOCK_PROCESS_CPUTIME_ID
#3927getentropy
#3973POLLRDHUP
,POSIX_FADV_*
,O_RSYNC
, andposix_fallocate
#3936fnmatch.h
#3937Changed
ino_t
to bec_ulonglong
#3919Fixed
struct stat
on FreeBSD 12+ #3946Other
windows-sys
#3915gimli-rs/object (object)
v0.36.5
Compare Source
Released 2024/10/04.
Added
Added
Architecture::E2K32
andArchitecture::E2K64
.#727
Added read and write support for
pe::IMAGE_REL_ARM64_BRANCH26
.#731
Changed
read::CompressedData::decompress
.#730
RazrFalcon/resvg (resvg)
v0.44.0
Compare Source
Added
Thanks to @LaurenzV.
resvg_get_object_bbox
cargo-c
metadata.Thanks to @lu-zero.
From
forfontdb
andusvg
font types.Thanks to @dhardy.
Changed
resvg_get_image_bbox
returns a layer and not object bounding box now.Use
resvg_get_object_bbox
to preserve the old behavior.Fixed
S
orT
segments afterA
.viewBox
flattening.tauri-apps/tauri (tauri-utils-v1)
v1.6.1
: @tauri-apps/cli v1.6.1Compare Source
[1.6.1]
New Features
0aa0378c8
(#10199 by @FabianLars) Added a configuration option to disable hardened runtime on macOS codesign.Bug Fixes
212001c1d
(#10233 by @github-actions) Fix cli failing to rename application when using cargo--target-dir
flag withtauri build
ortauri dev
Dependencies
[email protected]
tokio-rs/tokio (tokio)
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 - "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.