Skip to content

Deps: Update compatible #613

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Deps: Update compatible #613

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 24, 2025

This PR contains the following updates:

Package Type Update Change
anyhow workspace.dependencies patch 1.0.96 -> 1.0.98
axum dependencies patch 0.8.1 -> 0.8.4
bevy_ecs (source) workspace.dependencies patch 0.16.0 -> 0.16.1
bitflags workspace.dependencies patch 2.9.0 -> 2.9.1
bytemuck workspace.dependencies minor 1.22.0 -> 1.23.0
clap workspace.dependencies patch 4.5.31 -> 4.5.39
console_error_panic_hook dependencies patch 0.1.7 -> 0.1.7
displaydoc workspace.dependencies patch 0.2.5 -> 0.2.5
either workspace.dependencies minor 1.14.0 -> 1.15.0
embedded-graphics workspace.dependencies patch 0.8.1 -> 0.8.1
exhaust workspace.dependencies patch 0.2.2 -> 0.2.2
flate2 dependencies patch 1.1.0 -> 1.1.1
flume dependencies patch 0.11.1 -> 0.11.1
flume workspace.dependencies patch 0.11.1 -> 0.11.1
form_urlencoded dependencies patch 1.2.1 -> 1.2.1
gltf dev-dependencies patch 1.4.1 -> 1.4.1
half workspace.dependencies patch 2.6.0 -> 2.6.0
hashbrown workspace.dependencies patch 0.15.2 -> 0.15.3
image workspace.dependencies patch 0.25.5 -> 0.25.6
imgref (source) workspace.dependencies patch 1.11.0 -> 1.11.0
include_dir dependencies patch 0.7.4 -> 0.7.4
indicatif dependencies patch 0.17.11 -> 0.17.11
indoc workspace.dependencies patch 2.0.5 -> 2.0.6
kira dependencies patch 0.10.4 -> 0.10.6
libm workspace.dependencies patch 0.2.11 -> 0.2.15
mime_guess dependencies patch 2.0.5 -> 2.0.5
oxipng dependencies patch =9.1.3 -> =9.1.5
png workspace.dependencies patch 0.17.16 -> 0.17.16
pretty_assertions dependencies patch 1.4.1 -> 1.4.1
pretty_assertions workspace.dependencies patch 1.4.1 -> 1.4.1
rand (source) workspace.dependencies patch 0.9.0 -> 0.9.1
re_log_types (source) workspace.dependencies patch 0.23.1 -> 0.23.3
re_sdk (source) workspace.dependencies patch 0.23.1 -> 0.23.3
re_types (source) workspace.dependencies patch 0.23.1 -> 0.23.3
rendiff workspace.dependencies patch 0.2.1 -> 0.2.1
reqwest dev-dependencies patch 0.12.12 -> 0.12.18
serde (source) workspace.dependencies patch 1.0.218 -> 1.0.219
serde_json dependencies patch 1.0.139 -> 1.0.140
serde_json workspace.dependencies patch 1.0.140 -> 1.0.140
simplelog workspace.dependencies patch 0.12.2 -> 0.12.2
snapbox (source) workspace.dependencies patch 0.6.21 -> 0.6.21
stl_io dependencies patch 0.8.5 -> 0.8.5
sync_wrapper (source) workspace.dependencies patch 1.0.2 -> 1.0.2
tempfile (source) workspace.dependencies minor 3.19.1 -> 3.20.0
thiserror workspace.dependencies patch 2.0.11 -> 2.0.12
time (source) workspace.dependencies patch 0.3.37 -> 0.3.41
tokio (source) workspace.dependencies minor 1.44.2 -> 1.45.1
toml_edit dependencies patch 0.22.24 -> 0.22.26
tower-http dependencies patch 0.6.2 -> 0.6.4
trycmd (source) workspace.dependencies patch 0.15.9 -> 0.15.9
unicode-segmentation workspace.dependencies patch 1.12.0 -> 1.12.0
walkdir dependencies patch 2.5.0 -> 2.5.0
wgpu (source) dependencies patch 25.0.0 -> 25.0.2
wgpu (source) workspace.dependencies patch 25.0.0 -> 25.0.2
winit dependencies patch 0.30.9 -> 0.30.11
yield-progress dependencies patch 0.1.7 -> 0.1.7
yield-progress workspace.dependencies patch 0.1.7 -> 0.1.7

Release Notes

dtolnay/anyhow (anyhow)

v1.0.98

Compare Source

v1.0.97

Compare Source

  • Documentation improvements
tokio-rs/axum (axum)

v0.8.4: axum v0.8.4

Compare Source

  • added: Router::reset_fallback (#​3320)
  • added: WebSocketUpgrade::selected_protocol (#​3248)
  • fixed: Panic location for overlapping method routes (#​3319)
  • fixed: Don't leak a tokio task when using serve without graceful shutdown (#​3129)

v0.8.3: axum v0.8.3

Compare Source

  • added: Implement From<Bytes> for Message (#​3273)
  • added: Implement OptionalFromRequest for Json (#​3142)
  • added: Implement OptionalFromRequest for Extension (#​3157)
  • added: Allow setting the read buffer capacity of WebSocketUpgrade (#​3178)
  • changed: Improved code size / compile time of dependent crates (#​3285, #​3294)

v0.8.2: axum v0.8.2

Yanked from crates.io due to unforeseen breaking change, see #​3190 for details


  • added: Implement OptionalFromRequest for Json (#​3142)
  • added: Implement OptionalFromRequest for Extension (#​3157)
  • changed: Make the status function of rejections a const function, such
    as JsonRejection, QueryRejection and PathRejection (#​3168)
bitflags/bitflags (bitflags)

v2.9.1

Compare Source

What's Changed

Full Changelog: bitflags/bitflags@2.9.0...2.9.1

Lokathor/bytemuck (bytemuck)

v1.23.0

Compare Source

clap-rs/clap (clap)

v4.5.39

Compare Source

Fixes
  • (help) Show short flag aliases before long
  • (help) Merge the short and long flag alias lists

v4.5.38

Compare Source

Fixes
  • (help) When showing aliases, include leading -- or -

v4.5.37

Compare Source

Features
  • Added ArgMatches::try_clear_id()

v4.5.36

Compare Source

Fixes
  • (help) Revert 4.5.35's "Don't leave space for shorts if there are none" for now

v4.5.35

Compare Source

Fixes
  • (help) Align positionals and flags when put in the same help_heading
  • (help) Don't leave space for shorts if there are none

v4.5.34

Compare Source

Fixes
  • (help) Don't add extra blank lines with flatten_help(true) and subcommands without arguments

v4.5.33

Compare Source

Fixes
  • (error) When showing the usage of a suggestion for an unknown argument, don't show the group

v4.5.32

Compare Source

Features
  • Add Error::remove
Documentation
  • (cookbook) Switch from humantime to jiff
  • (tutorial) Better cover required vs optional
Internal
  • Update pulldown-cmark
rayon-rs/either (either)

v1.15.0

Compare Source

rust-lang/flate2-rs (flate2)

v1.1.1

Compare Source

This release should be smaller and thus faster to download.
Additionally, when using the zlib-rs backend, duplicate symbol issues shouldn't occur anymore.

What's Changed

New Contributors

Full Changelog: rust-lang/flate2-rs@1.1.0...1.1.1

rust-lang/hashbrown (hashbrown)

v0.15.3

Added
  • SIMD implementation for LoongArch (#​592, requires nightly)
Changed
  • Optimized insertion path by avoiding an unnecessary match_empty (#​607)
  • Increased minimum table size for small types (#​615)
  • Dropped FnMut trait bounds from ExtractIf data structures (#​616)
  • Relaxed constraint in hash_map::EntryRef insertion methods K: From<&Q> to &Q: Into<K> (#​611)
  • Added allocator template argument for rustc_iter (#​605)
  • The allocator-api2/nightly feature is no longer enabled by hashbrown/nightly (#​606)
image-rs/image (image)

v0.25.6

Compare Source

Features:

  • Improved format detection (#​2418)
  • Implement writing ICC profiles for JPEG and PNG images (#​2389)

Bug fixes:

  • JPEG encoding bugfix (#​2387)
  • Expanded ICO format detection (#​2434)
  • Fixed EXR bug with NaNs (#​2381)
  • Various documentation improvements
dtolnay/indoc (indoc)

v2.0.6

Compare Source

  • Documentation improvements
tesselode/kira (kira)

v0.10.6

Compare Source

  • Fix cpal (desktop) errors on startup causing a panic on another thread instead
    of being returned to the caller

v0.10.5

Compare Source

  • Allow getting unhandled errors from CpalBackend and querying the number of errors
    discarded due to the error buffer being full (desktop only) (thanks @​voidentente!)
  • Update glam to 0.30 (thanks @​a1phyr!)
rust-lang/compiler-builtins (libm)

v0.2.15

Compare Source

Other
  • Require target_has_atomic = "ptr" for runtime feature detection

v0.2.14

Compare Source

Other
  • Use runtime feature detection for fma routines on x86

v0.2.13

Compare Source

Fixed
  • Switch back to workspace resolver v2 to unbreak builds without the 2024 edition

v0.2.12

Compare Source

  • Mark generic functions #[inline]
  • Combine the source files for fmod
  • Ensure all public functions are marked no_panic
  • Add assembly version of simple operations on aarch64
  • Add roundeven{,f,f16,f128}
  • Add fminimum, fmaximum, fminimum_num, and fmaximum_num
  • Eliminate the use of force_eval! in ceil, floor, and trunc
  • Port the CORE-MATH version of cbrt
  • Add fmaf128
  • fma: Ensure zero has the correct sign
  • Add scalbnf16, scalbnf128, ldexpf16, and ldexpf128
  • Specify license as just MIT
  • Add fmodf128
  • Add fmodf16 using the generic implementation
  • Add fminf16, fmaxf16, fminf128, and fmaxf128
  • Add roundf16 and roundf128
  • Add rintf16 and rintf128
  • Add floorf16 and floorf128
  • Add ceilf16 and ceilf128
  • Add sqrtf16 and sqrtf128
  • Simplify and optimize fdim (#​442)
  • Add fdimf16 and fdimf128
  • Add truncf16 and truncf128
  • Add fabsf16, fabsf128, copysignf16, and copysignf128
  • Move some numeric trait logic to default implementations
  • Add some more basic docstrings (#​352)
  • Add support for loongarch64-unknown-linux-gnu
  • Add an "arch" Cargo feature that is on by default
  • Rename the special_case module to precision and move default ULP
  • Move the existing "unstable" feature to "unstable-intrinsics"

There are a number of things that changed internally, see the git log for a full
list of changes.

shssoichiro/oxipng (oxipng)

v9.1.5

Compare Source

  • [Feature] Add --sequential option to process files sequentially rather than in parallel.
  • [Performance] Update to latest Zopfli with greatly improved performance.
  • [Improvement] Reduce memory usage.
  • [Bugfix] Correct handling of grayscale conversion when ICC profile is present.

v9.1.4

Compare Source

  • [Improvement] Improve optimization of APNG files (reductions still not supported yet).
  • [Improvement] Improve reductions for small images and ensure consistent results for repeat runs.
  • [Build] Add feature system-libdeflate to use the system-installed version of libdeflate.
  • [Misc] Strip C2PA metadata by default.
rust-random/rand (rand)

v0.9.1

Compare Source

Security and unsafe
  • Revise "not a crypto library" policy again (#​1565)
  • Remove zerocopy dependency from rand (#​1579)
Fixes
  • Fix feature simd_support for recent nightly rust (#​1586)
Changes
  • Allow fn rand::seq::index::sample_weighted and fn IndexedRandom::choose_multiple_weighted to return fewer than amount results (#​1623), reverting an undocumented change (#​1382) to the previous release.
Additions
  • Add rand::distr::Alphabetic distribution. (#​1587)
  • Re-export rand_core (#​1604)
rerun-io/rerun (re_log_types)

v0.23.3

Compare Source

🔎 Details
🌊 C++ API
🪳 Bug fixes
  • Add draw order to video (-frame-reference), fix 2d objects sometimes being behind videos #​9946
  • Fix time series points querying extra points at start and end of time range (causing stuttering on playback in some scenes) #​9963
  • Increase max size of gRPC messages #​10006
  • Check TextEdit state before copying selection description #​10063
🌁 Viewer improvements
  • Use recording name for file name when saving a file #​9982
  • Improve error message for QueryError and DataLoaderError #​9998
🚀 Performance improvements
  • Series of build changes for web release to minimize generated wasm #​9870
📚 Docs
  • Remove remaining mentions of rr.connect #​10016
  • Update callbacks and custom_callbacks example docs to mention the other #​10062
  • Fix missing reference to Spatial3DView in Pinhole docs #​9932 (thanks @​hu-po!)
  • Mention URL scheme in connect_grpc docs #​10018
🤷‍ Other
  • LeRobot: Add support for List datatype #​9958

v0.23.2

Compare Source

✨ Overview & highlights
  • New CLI tool to migrate .rrd files
  • Various bugfixes
.rrd migration tool

With 0.23, we made several breaking changes that resulted in older .rrd files not being able to load at all anymore.
To help smoothen the migration to 0.23, we're introducing a migrate command to the Rerun CLI:

rerun rrd migrate colmap.rrd arkit.rrd rgbd.rrd

The command will copy the contents into a .backup file, and then migrate the file.

Due to the incompatibility between .rrd files from 0.23 and those from earlier versions, this command likely
won't be able to migrate every recording perfectly. We expect the migration to work on files between 0.20 and 0.22,
simpler recordings may work as far back as 0.18.

We plan to use this command future .rrd migrations as a way to fulfill our N+1 compatibility guarantee:

  • Viewers after 0.23 will always be able to load recordings from the previous version.
  • Recordings from 0.23 and beyond may be migrated to the next version.

We currently have no plans for compatibility or migrations across multiple versions.

🪵 Log API
  • Improve and mitigate warnings around data loss when flushing #​9846
🐍 Python API
  • Add ViewerClient to rerun.experimental #​9828
  • Improve set_time error handling for large Python integers #​9839
  • Properly resolve component selectors in dataset index creation and search APIs #​9854
  • Fix incorrectly advertised minimum supported pyarrow version (18.0.0 is required) #​9878
  • Fix incorrectly advertised numpy 1.x support (numpy2 is required now) #​9880
🪳 Bug fixes
  • Fix world grid not scaling correctly when camera is below the grid #​9867
  • Tensor view improvements #​9831
  • Fix size check for NV12 & YUY2 formats in C++ and Rust #​9890
seanmonstar/reqwest (reqwest)

v0.12.18

Compare Source

  • Fix compilation when socks enabled without TLS.

v0.12.17

Compare Source

  • Fix compilation on macOS.

v0.12.16

Compare Source

  • Add ClientBuilder::http3_congestion_bbr() to enable BBR congestion control.
  • Add ClientBuilder::http3_send_grease() to configure whether to send use QUIC grease.
  • Add ClientBuilder::http3_max_field_section_size() to configure the maximum response headers.
  • Add ClientBuilder::tcp_keepalive_interval() to configure TCP probe interval.
  • Add ClientBuilder::tcp_keepalive_retries() to configure TCP probe count.
  • Add Proxy::headers() to add extra headers that should be sent to a proxy.
  • Fix redirect::Policy::limit() which had an off-by-1 error, allowing 1 more redirect than specified.
  • Fix HTTP/3 to support streaming request bodies.
  • (wasm) Fix null bodies when calling Response::bytes_stream().

v0.12.15

Compare Source

  • Fix Windows to support both ProxyOverride and NO_PROXY.
  • Fix http3 to support streaming response bodies.
  • Fix http3 dependency from public API misuse.

v0.12.14

Compare Source

  • Fix missing fetch_mode_no_cors(), marking as deprecated when not on WASM.

v0.12.13

Compare Source

  • Add Form::into_reader() for blocking multipart forms.
  • Add Form::into_stream() for async multipart forms.
  • Add support for SOCKS4a proxies.
  • Fix decoding responses with multiple zstd frames.
  • Fix RequestBuilder::form() from overwriting a previously set Content-Type header, like the other builder methods.
  • Fix cloning of request timeout in blocking::Request.
  • Fix http3 synchronization of connection creation, reducing unneccesary extra connections.
  • Fix Windows system proxy to use ProxyOverride as a NO_PROXY value.
  • Fix blocking read to correctly reserve and zero read buffer.
  • (wasm) Add support for request timeouts.
  • (wasm) Fix Error::is_timeout() to return true when from a request timeout.
serde-rs/serde (serde)

v1.0.219

Compare Source

  • Prevent absolute_paths Clippy restriction being triggered inside macro-generated code (#​2906, thanks @​davidzeng0)
serde-rs/json (serde_json)

v1.0.140

Compare Source

  • Documentation improvements
Stebalien/tempfile (tempfile)

v3.20.0

Compare Source

This release mostly unifies the behavior/capabilities around "keeping" temporary files:

  • Rename Builder::keep(bool) (via deprecation) to Builder::disable_cleanup(bool) to make it clear that behaves differently from NamedTempFile::keep(). The former disables automatic cleanup while the latter consumes the NamedTempFile object entirely and unsets the "temporary file" attribute (on Windows).
  • Rename TempDir::into_path (via deprecation) to TempDir::keep to mirror NamedTempFile::keep.
  • Add TempDir::disable_cleanup, NamedTempFile::disable_cleanup, and TempPath::disable_cleanup making it possible to disable automatic cleanup in-place after creating a temporary file/directory (equivalent to calling Builder::disable_cleanup before creating the file/directory).

Additionally, it adds a few spooled temporary file features:

  • Add SpooledTempFile::into_file for turning a SpooledTempFile into a regular unnamed temporary file, writing it to the backing storage ("rolling" it) if it was still stored in-memory.
  • Add spooled_tempfile_in and SpooledTempFile::new_in methods for creating spooled temporary files in a specific directory. This makes it possible to choose the backing device for your spooled temporary file which is rather important on Linux where the default temporary directory is likely backed by memory (defeating the entire point of having a spooled temporary file).

Finally, this release improves documentation, especially the top-level documentation explaining which temporary file type to use.

BREAKING for those with deny(warnings):

  • Builder::keep deprecated in favor of Builder::disable_cleanup.
  • TempDir::into_path is deprecated in favor of TempDir::keep.

BREAKING:

dtolnay/thiserror (thiserror)

v2.0.12

Compare Source

  • Prevent elidable_lifetime_names pedantic clippy lint in generated impl (#​413)
time-rs/time (time)

v0.3.41

Compare Source

Fixed
  • Compatibility with the latest release of deranged. This fix is permanent and covers future
    similar changes upstream.

v0.3.40

Compare Source

Added
  • Visibility modifiers may now be added to the mod generated by time::sere::format_description!.

v0.3.39

Compare Source

Fixed
  • Doc tests run successfully with the default feature set.
  • wasm builds work again.

Both of these were regressions in v0.3.38 and are now checked in CI.

v0.3.38

Compare Source

Added
  • The [year] component (in format descriptions) now supports a range modifier, which can be
    either standard or extended. The default is extended for backwards compatibility. This is
    intended as a manner to opt out of the extended range when the large-dates feature is enabled.
    When the large-dates feature is not enabled, the modifier has no effect.

  • UtcDateTime, which is semantically equivalent to an OffsetDateTime with UTC as its offset. The
    advantage is that it is the same size as a PrimitiveDateTime and has improved operability with
    well-known formats.

    As part of this, there were some other additions:

    • utc_datetime! macro, which is similar to the datetime! macro but constructs a UtcDateTime.
    • PrimitiveDateTime::as_utc
    • OffsetDateTime::to_utc
    • OffsetDateTime::checked_to_utc
  • time::serde::timestamp::milliseconds_i64, which is a module to serialize/deserialize timestamps
    as the Unix timestamp. The pre-existing module does this as an i128 where an i64 would
    suffice. This new module should be preferred.

Changed
  • error::Format has had its source() implementation changed to no longer return a boxed value
    from the ComponentRange variant. If you were explicitly expecting this, you will need to update
    your code. The method API remains unchanged.
  • [year repr:century] supports single-digit values.
  • All format_into methods accept ?Sized references.
Miscellaneous
  • Some non-exhaustive enum variants that are no longer used have been modified to be statically
    proven as uninhabited. The relevant fields are doc-hidden and not semver-guaranteed to remain as
    such, though it is unlikely to change.
  • An unnecessary check when parsing RFC 2822 has been removed.
  • Various methods have had their implementations changed, resulting in significant performance
    gains. Among the methods changed are
    • util::is_leap_year
    • util::weeks_in_year
    • Month::length
    • Date::to_calendar_date
    • Date::month
    • Date::day
    • Date::from_julian_day
    • Date::to_julian_day
    • other methods that call into these methods
tokio-rs/tokio (tokio)

v1.45.1: Tokio v1.45.1

Compare Source

1.45.1 (May 24th, 2025)

This fixes a regression on the wasm32-unknown-unknown target, where code that previously did not panic due to calls to Instant::now() started failing. This is due to the stabilization of the first time-based metric.

Fixed
  • Disable time-based metrics on wasm32-unknown-unknown (#​7322)

v1.45.0: Tokio v1.45.0

Compare Source

Added
  • metrics: stabilize worker_total_busy_duration, worker_park_count, and worker_unpark_count (#​6899, #​7276)
  • process: add Command::spawn_with (#​7249)
Changed
  • io: do not require Unpin for some trait impls (#​7204)
  • rt: mark runtime::Handle as unwind safe (#​7230)
  • time: revert internal sharding implementation (#​7226)
Unstable
  • rt: remove alt multi-threaded runtime (#​7275)
toml-rs/toml (toml_edit)

v0.22.26

Compare Source

v0.22.25

Compare Source

tower-rs/tower-http (tower-http)

v0.6.4: tower-http 0.6.4

Compare Source

Added

  • decompression: Support HTTP responses containing multiple ZSTD frames (#​548)
  • The ServiceExt trait for chaining layers onto an arbitrary http service just
    like ServiceBuilderExt allows for ServiceBuilder (#​563)

Fixed

  • Remove unnecessary trait bounds on S::Error for Service impls of
    RequestBodyTimeout<S> and ResponseBodyTimeout<S> (#​533)
  • compression: Respect is_end_stream (#​535)
  • Fix a rare panic in fs::ServeDir (#​553)
  • Fix invalid content-lenght of 1 in response to range requests to empty
    files (#​556)
  • In AsyncRequireAuthorization, use the original inner service after it is
    ready, instead of using a clone (#​561)

v0.6.3: tower-http 0.6.3

Compare Source

This release was yanked because its definition of ServiceExt was quite unhelpful, in a way that's very unlikely that anybody would start depending on within the small timeframe before this was yanked, but that was technically breaking to change.

gfx-rs/wgpu (wgpu)

v25.0.2

Compare Source

Bug Fixes
General
WebGPU
  • Insert fragment pipeline constants into fragment descriptor instead of vertex descriptor. By @​DerSchmale in #​7621
rust-windowing/winit (winit)

v0.30.11: Winit release v0.30.11

Compare Source

Fixed
  • On Windows, fixed crash in should_apps_use_dark_mode() for Windows versions < 17763.
  • On Wayland, fixed pump_events driven loop deadlocking when loop was not drained before exit.

v0.30.10: Winit version 0.30.10

Compare Source

Added
  • On Windows, add IconExtWindows::from_resource_name.
  • On Windows, add CursorGrabMode::Locked.
  • On Wayland, add WindowExtWayland::xdg_toplevel.
Changed
  • On macOS, no longer need control of the main NSApplication class (which means you can now override it yourself).
  • On iOS, remove custom application delegates. You are now allowed to override the
    application delegate yourself.
  • On iOS, no longer act as-if the application successfully open all URLs. Override
    application:didFinishLaunchingWithOptions: and provide the desired behaviour yourself.
Fixed
  • On Windows, fixed ~500 ms pause when clicking the title bar during continuous redraw.
  • On macOS, WindowExtMacOS::set_simple_fullscreen now honors WindowExtMacOS::set_borderless_game
  • On X11 and Wayland, fixed pump_events with Some(Duration::Zero) blocking with Wait polling mode
  • On Wayland, fixed a crash when consequently calling set_cursor_grab without pointer focus.
  • On Wayland, ensure that external event loop is woken-up when using pump_events and integrating via FD.
  • On Wayland, apply fractional scaling to custom cursors.
  • On macOS, fixed run_app_on_demand returning without closing open windows.
  • On macOS, fixed VideoMode::refresh_rate_millihertz for fractional refresh rates.
  • On macOS, store monitor handle to avoid panics after going in/out of sleep.
  • On macOS, allow certain invalid monitor handles and return None instead of panicking.
  • On Windows, fixed Ime::Preedit cursor offset calculation.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Apr 24, 2025
@renovate renovate bot force-pushed the renovate/compatible branch 6 times, most recently from a25ede2 to f0bd31d Compare April 29, 2025 01:27
@renovate renovate bot force-pushed the renovate/compatible branch 5 times, most recently from f58019c to 105f826 Compare May 9, 2025 17:53
@renovate renovate bot force-pushed the renovate/compatible branch 4 times, most recently from a6fae65 to 7105a41 Compare May 15, 2025 17:53
@renovate renovate bot force-pushed the renovate/compatible branch 2 times, most recently from 6d154c4 to 5396cd7 Compare May 24, 2025 15:36
@renovate renovate bot force-pushed the renovate/compatible branch 2 times, most recently from 31b3537 to eb497c3 Compare May 28, 2025 14:29
Copy link
Contributor Author

renovate bot commented May 28, 2025

⚠️ Artifact update problem

Renovate 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:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path all-is-cubes-server/Cargo.toml --package [email protected] --precise 0.12.18
    Updating crates.io index
error: failed to select a version for `tower-http`.
    ... required by package `reqwest v0.12.18`
    ... which satisfies dependency `reqwest = "^0.12.2"` of package `all-is-cubes-server v0.9.0 (/tmp/renovate/repos/github/kpreid/all-is-cubes/all-is-cubes-server)`
versions that meet the requirements `^0.6.4` are: 0.6.4

all possible versions conflict with previously selected packages.

  previously selected package `tower-http v0.6.2`
    ... which satisfies dependency `tower-http = "^0.6.2"` (locked to 0.6.2) of package `all-is-cubes-server v0.9.0 (/tmp/renovate/repos/github/kpreid/all-is-cubes/all-is-cubes-server)`

failed to select a version for `tower-http` which could resolve this conflict

@renovate renovate bot force-pushed the renovate/compatible branch 5 times, most recently from ba22e9c to 9a4ccb5 Compare May 28, 2025 21:29
@renovate renovate bot force-pushed the renovate/compatible branch from 9a4ccb5 to 86f5e47 Compare June 1, 2025 07:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants