fix(deps): update all#58
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
9ad5946 to
c6fb1cb
Compare
c6fb1cb to
85a424a
Compare
472be8c to
e70e3c6
Compare
fe63607 to
3639d05
Compare
e80b4cc to
a9b9265
Compare
a41024e to
f8cd51e
Compare
498e6ae to
9ef33b7
Compare
f39f6de to
9db29dc
Compare
1d4688c to
9554623
Compare
This file contains hidden or 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
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.13.10→0.13.116.1.0→6.2.10.12.3→0.13.0cf09909→7d83bf2c2b3b18→b634cb03.6.0→3.7.05.3.4→5.3.50.9.2→0.10.00.6.21→0.6.221.2.1→1.2.20.13.3→0.13.44.0.0→4.1.01.0.149→1.0.1500.10.9→0.11.00.8.6→0.9.00.32.1→0.33.00.21.3→0.24.01.23.1→1.23.2Release Notes
xacrimon/dashmap (dashmap)
v6.2.1Compare Source
This is an interim maintenance release for the existing v6 branch before v7 can be released. This bumps the MSRV to 1.85 and updates dependencies to their latest versions.
RustCrypto/KDFs (hkdf)
v0.13.0Compare Source
mongodb/mongo-rust-driver (mongodb)
v3.7.0Compare Source
The MongoDB Rust driver team is pleased to announce the v3.7.0 release of the
mongodbcrate, now available for download from crates.io.Highlighted Changes
MSRV Increase
This release updates the minimum supported rust compiler version to 1.88.
Hickory Dependency Version Increase
Due to a security advisory, the version of
hickoryused internally has been updated to 0.26. This should have no user-visible behavior impact.Client::shutdownimprovementsThe implementation of shutdown's wait for server resource cleanup and background task termination has been improved to be more consistent and cover more cases.
Full Release Notes
Impactful changes are listed below; for a complete list of changes see this GitHub query.
Improvements
Byron/open-rs (open)
v5.3.5Compare Source
Bug Fixes
delegate to winebrowser under Wine
When running a Windows-targeted binary under Wine, open requests previously fell back to Wine's bundled
explorer.exe, which lacks proper host desktop integration.This change detects the Wine environment at runtime (via
WINEPREFIX,WINELOADER, orWINEDEBUG) and prepends a winebrowser command to the launcher list.winebrowseris Wine's official utility for forwarding file/URL requests to the host OS's default handler (e.g.,xdg-openon Linux,openon macOS).If winebrowser is unavailable or fails, the existing
cmd /c startfallback is used automatically, preserving backward compatibility. No public API changes or compile-time flags are introduced.Commit Statistics
Commit Details
view details
bb28d04)f72e644)db81369)pipewire/pipewire-rs (pipewire)
v0.10.0Compare Source
Maintenance note
I (@dimtpap) have been given maintenance and publishing rights by the previous maintainer. For details see https://gitlab.freedesktop.org/pipewire/pipewire-rs/-/work_items/113.
Breaking changes
Loop::iteraterequires the newTimeoutenum instead ofDurationas an argument.1.80.Additions
ID_ANYandID_INVALIDconstants.find_metabinding (Currently only for consuming metas) (https://gitlab.freedesktop.org/pipewire/pipewire-rs/-/merge_requests/250)Changes
Fixes
Loop::iterate(https://gitlab.freedesktop.org/pipewire/pipewire-rs/-/work_items/115)arthurprs/quick-cache (quick_cache)
v0.6.22Compare Source
What's Changed
try_*) cache methods by @fsdvh in #112on_evict_(cold|hot)by @DenizUgur in #117New Contributors
Full Changelog: arthurprs/quick-cache@v0.6.21...v0.6.22
redis-rs/redis-rs (redis)
v1.2.2Compare Source
What's Changed
set_concurrency_limittoConnectionManagerConfig(#2080 by @jiangzhe)seanmonstar/reqwest (reqwest)
v0.13.4Compare Source
ClientBuilder::tls_sslkeylogfile(bool)option to allow using the related environment variable.ClientBuilder::http2_keep_alive_*options for theblockingclient.native-tlsbackend.longbridge/rust-i18n (rust-i18n)
v4.1.0Compare Source
What's Changed
Full Changelog: longbridge/rust-i18n@v4.0.0...v4.1.0
serde-rs/json (serde_json)
v1.0.150Compare Source
RustCrypto/hashes (sha2)
v0.11.0Compare Source
launchbadge/sqlx (sqlx)
v0.9.0Compare Source
Important Announcements
New Github Organization
Shortly after this release is published, the SQLx repository will be transferred to a new GitHub organization:
https://github.com/transact-rs/
This is because SQLx has not been owned or maintained by LaunchBadge, LLC. for a few years now, and has since been
informally transferred to the collective ownership of its principal authors. Moving the repository to a new
organization makes this change more clear, and also allows for potentially inviting outside collaborators.
Cargo.lockRemoved from TrackingThe
Cargo.lockhas been removed from tracking in Git. CI should now always test with the latest versions ofall dependencies by default, alongside our pass that checks with
cargo generate-lockfile -Z minimal-versions.This should eliminate the need for any PRs that update dependencies to also update
Cargo.lockorcontend with an endless stream of merge conflicts against it.
N.B.
cargo install --locked sqlx-cliwill no longer work. However,cargo install sqlx-clihas alwaysused the latest dependencies by default, ignoring the lockfile, so most users should not be affected. For users
requiring reproducible builds, consider maintaining your own lockfile instead; historically, we only ran
cargo updatesporadically, so relying on SQLx's lockfile offered few guarantees anyway.
See the manual page for
cargo installfor details.Breaking
As per our MSRV policy, the supported Rust version for this release cycle is
1.94.0.sqlx.tomlformat [[@abonander]]sqlx-clinow support per-crate configuration files (sqlx.toml)DATABASE_URLfor a crate (for multi-database workspaces)_sqlx_migrationstable (for multiple crates using the same database)sqlx-tomlto use.sqlx-clihas it enabled by default, butsqlxdoes not.so it's better to keep the default feature set as limited as possible.
This is something we learned the hard way.
sqlx::_configmodule in documentation.DATABASE_URLrenaming and global type overrides: [Link]_sqlx_migrationsrenaming and multiple schemas: [Link]chronowhentimeis enabled (e.g. when usingtower-sessions-sqlx-store): [Link]bigdecimalwhenrust_decimalis enabled is also shown, but problems withchrono/timeare more common.Migratetraitsqlx::migrate::resolve_blocking()is now#[doc(hidden)]and thus SemVer-exempt.tracinglogs from SQLx will need to update the spelling.PgAdvisoryLockGuard[[@bonsairobo]]Migrator::set_ignore_missingandset_lockingnow return&mut Selfinstead of&Selfwhich may break code in rare circumstances.
query!()macros for certain queries in Postgres.RawSqllifetime issues [[@abonander]]DBtype parameter to all methods ofRawSqlDecode,EncodeandTypeforBox,Arc,CowandRc[[@joeydewaal]]impl Decode for Cownow always decodesCow::Owned, lifetime is unlinkedquery*()functions now takeimpl SqlSafeStrwhich is only implemented for
&'static strandAssertSqlSafe.For all others, wrap in
AssertSqlSafe(<query>).Query<'static, DB>.SqlSafeStrtrait is deliberately similar tostd::panic::UnwindSafe,serving as a speedbump to warn users about naïvely building queries with
format!()while allowing a workaround for advanced usage that is easy to spot on code review.
PgConnectOptions::options()are now automatically escaped.Manual escaping of options is no longer necessary and may cause incorrect behavior.
runtime-tokio-native-tls)TransactionManagertrait insqlx.#[doc(hidden)],but it will break SeaORM if not proactively fixed.
str[[@abonander]]Vec<u8>will be inferred to beString(this should ultimately fix more code than it breaks).
SET NAMES utf8mb4 COLLATE utf8_general_ciis no longer sent by default; instead,SET NAMES utf8mb4is sent toallow the server to select the appropriate default collation (since this is version- and configuration-dependent).
MySqlConnectOptions::charset()and::collation()now imply::set_names(true)because they don't do anything otherwise.charsetdoesn't change what's sent in theProtocol::HandshakeResponse41packet as that normally onlymatters for error messages before
SET NAMESis sent.The default collation if
set_names = falseisutf8mb4_general_ci.RawSql::fetch_optional()now returnssqlx::Result<Option<DB::Row>>instead of
sqlx::Result<DB::Row>. Whoops.libsqlite3-sysversioning, feature flags, safety changes [[@abonander]]libsqlite3-sysversion is now specified using a range.The maximum of the range may now be increased in any backwards-compatible release.
The minimum of the range may only be increased in major releases.
If you have
libsqlite3-sysin your dependencies, Cargo should choose a compatible version automatically.If otherwise unconstrained, Cargo should choose the latest version supported.
sqlx-tomlfeature) is nowunsafe.sqlite-deserializeenablingSqliteConnection::serialize()andSqliteConnection::deserialize()sqlite-load-extensionenablingSqliteConnectOptions::extension()and::extension_with_entrypoint()sqlite-unlock-notifyenables internal use ofsqlite3_unlock_notify()SqliteValueandSqliteValueRefchanges:sqlite3_value*interface reserves the right to be stateful.Without protection, any call could theoretically invalidate values previously returned, leading to dangling pointers.
SqliteValueis now!SyncandSqliteValueRefis!Sendto prevent data races from concurrent accesses.SqliteValueinMutex, or convert theSqliteValueRefto an owned value.SqliteValueand any derivedSqliteValueRefs now internally track if that value has been used to decode aborrowed
&[u8]or&strand errors if it's used to decode any other type.per
SqliteValue/SqliteValueRef.SqliteValuefor details.PgLTree::fromtoFrom<Vec<PgLTreeLabel>>implementation [[@JerryQ17]]SqliteArguments[[@iamjpotts]].pgpassfile handling did not process backslash-escapes in the password part.Now it does, which may change what password is sent to the server.
#[derive(sqlx::Type)]automatically generateimpl PgHasArrayTypeby default for newtype structs [[@papaj-na-wrotkach]]Delete the manual impl or add
#[sqlx(no_pg_array)]where conflicts occur.offlineoptional to allow building withoutserde[[@CathalMullan]]mysql-rsafeatureor an error will be generated at runtime. RSA encryption is only used for plaintext (non-TLS) connections.
AnyTypeInfo[[@abonander]]Added
Arc<str>andArc<[u8]>(andRcequivalents) [[@joeydewaal]]runtime-smolandruntime-async-global-executorfeatures to replace usages of the deprecatedasync-stdcrate.no_txmigration support [[@AlexTMjugador]]Migrator::with_migrations()constructor [[@xb284524239]]sqlx.toml, update SQLite extension example [[@supleed2]]Json::into_inner()[[@chrxn1c]]SqlStr[[@joeydewaal]]PgNotificationstruct clone [[@michaelvanstraten]]Changed
OnceCell/Lazywith stdOnceLock/LazyLock[[@paolobarbolini]]Debugimplementations acrossPgRow,MySqlRowandSqliteRow[[@davidcornu]]QueryLoggerback [[@joeydewaal]].bind()inREADME.md[[@sobolevn]]randetceterato0.11.0libsqlite3-sysversion range to<0.38.0Fixed
futuresandfutures-util[[@paolobarbolini]]Pool.close: close all connections before returning [[@jpmelos]]ROLLBACKtransaction when dropped duringBEGIN. [[@kevincox]].envloading, caching, and invalidation [[@abonander]]which served as a useful comparison.
Command::cargo_bin()[[@abonander]]SASLprep[[@var4yn]]from_utf8_uncheckedwithfrom_utf8in SQLite column name handling [[@barry3406]]StdSocket::poll_ready()[[@abonander]]tokio-rs/tracing-opentelemetry (tracing-opentelemetry)
v0.33.0Compare Source
Fixed
Other
tauri-apps/tray-icon (tray-icon)
v0.24.0Compare Source
19bcab3(#305 by @expenses) Make gtk an optional feature (enabled by default)v0.23.1Compare Source
7e5953c(#311 by @Fullzoon) Fixed a Windows tray menu issue reported in #303 where the context menu could appear behind the taskbar after launching from the Start Menu by aligning the tray menu handling with the expected shell behavior, including showing the right-click menu on button release and postingWM_NULLafterTrackPopupMenu.v0.23.0Compare Source
b74676a(#312 by @lucasfernog) Updatedmudato 0.19.v0.22.2Compare Source
215e972(#262 by @renovate) Relaxedwindows-sysdependency to>=0.60, <=0.61instead of0.60v0.22.1Compare Source
eabe0f4(#306 by @Legend-Master) Fix tray icon gets blurry after changing dpi on Windowsv0.22.0Compare Source
f912921(#294 by @felipecrs) Addedwith_menu_on_right_clickbuilder method,set_show_menu_on_right_clickto control whether the context menu is shown on right click (analogous to the existing left click option), andshow_menu()to programmatically display the tray menu.Together these enable dynamic menu workflows where the menu content is updated before being shown, for example by disabling automatic right-click menu, listening for the click event, updating items, and then calling
show_menu().0a5835b(#295 by @thief-sty) Update png dependency version to 0.18.This avoids duplicated dependencies in downstream crates.
0a5835b(#295 by @thief-sty) Update rust version to 1.73.uuid-rs/uuid (uuid)
v1.23.2Compare Source
What's Changed
Full Changelog: uuid-rs/uuid@v1.23.1...v1.23.2
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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 was generated by Mend Renovate. View the repository job log.