Xithrius / twitch-tui

Twitch chat in the terminal.
https://xithrius.github.io/twitch-tui/
Apache License 2.0
437 stars 32 forks source link

Update cargo - autoclosed #646

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
clap dependencies patch 4.5.7 -> 4.5.11
image dependencies minor 0.24.8 -> 0.25.0
log dependencies patch 0.4.21 -> 0.4.22
serde (source) dependencies patch 1.0.203 -> 1.0.204
serde_json dependencies patch 1.0.118 -> 1.0.120
serde_with dependencies minor 3.8.1 -> 3.9.0
tokio (source) dependencies minor 1.38.0 -> 1.39.1
toml dependencies patch 0.8.14 -> 0.8.16

Release Notes

clap-rs/clap (clap) ### [`v4.5.11`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4511---2024-07-25) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.10...v4.5.11) ### [`v4.5.10`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4510---2024-07-23) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.9...v4.5.10) ### [`v4.5.9`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#459---2024-07-09) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.8...v4.5.9) ##### Fixes - *(error)* When defining a custom help flag, be sure to suggest it like we do the built-in one ### [`v4.5.8`](https://togithub.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#458---2024-06-28) [Compare Source](https://togithub.com/clap-rs/clap/compare/v4.5.7...v4.5.8) ##### Fixes - Reduce extra flushes
image-rs/image (image) ### [`v0.25.2`](https://togithub.com/image-rs/image/blob/HEAD/CHANGES.md#Version-0252) [Compare Source](https://togithub.com/image-rs/image/compare/v0.25.1...v0.25.2) Features: - Added the HDR encoder to supported formats in generic write methods with the `hdr` feature enabled. Supports 32-bit float RGB color only, for now. - When cloning `ImageBuffer`, `DynamicImage` and `Frame` the existing buffer will now be reused if possible. - Added `image::ImageReader` as an alias. - Implement `ImageEncoder` for `HdrEncoder`. Structural changes - Switch from `byteorder` to `byteorder-lite`, consolidating some casting unsafety to `bytemuck`. - Many methods on `DynamicImage` and buffers gained `#[must_use]` indications. Bug fixes: - Removed test data included in the crate archive. - The WebP animation decoder stops when reaching the indicate frame count. - Fixed bugs in the `bmp` decoder. - Format support gated on the `exr` feature now compiles in isolation. ### [`v0.25.1`](https://togithub.com/image-rs/image/blob/HEAD/CHANGES.md#Version-0251) [Compare Source](https://togithub.com/image-rs/image/compare/v0.25.0...v0.25.1) Bug fixes: - Fixed corrupt JPEG output when attempting to encode images containing an alpha channel. - Only accept ".ff" file extension for farbfeld images. - Correct farbfeld feature flag for `ImageFormat::{reading_enabled, writing_enabled}`. - Disable strict mode for JPEG decoder. - Add nasm feature to optionally enable faster AVIF encoding. ### [`v0.25.0`](https://togithub.com/image-rs/image/blob/HEAD/CHANGES.md#Version-0250) [Compare Source](https://togithub.com/image-rs/image/compare/v0.24.9...v0.25.0) Breaking changes: - Added `BufRead` + `Seek` bound on many decoders. - Use `ExtendedColorType` instead of `ColorType` when encoding. - Removed `ImageOutputFormat`, `GenericImageView::bounds`, and several other deprecated items. - Removed incremental decoding support and changed `ImageDecoder` so the trait is object safe. - Pixel types are now `repr(transparent)` rather than `repr(C)`. - Made color_quant dependency optional. - Renamed some feature flags. Structural changes: - Increased MSRV to 1.67.1 Codec changes: - Switched to image-webp for WebP encoding. - Switched to zune-jpeg for JPEG decoding. - Made the HDR decoder produce f32 images. - Removed DXT encoding and decoding support. ### [`v0.24.9`](https://togithub.com/image-rs/image/blob/HEAD/CHANGES.md#Version-0249) [Compare Source](https://togithub.com/image-rs/image/compare/v0.24.8...v0.24.9) Structural changes: - Relicense to MIT OR Apache-2.0 - Increase MSRV 1.63.0 New features: - Support limits in PNG animation decoding. - Added offsets to SubImage to compensate for the now-deprecated bounds call from GenericImageView. Bug fixes: - Correct limit tests for TIFF. - Avoid overflow in gif::Decoder::buffer_size. - Return error instead of using asssertion for Avif decoder unsupported or invalid bit depth.
rust-lang/log (log) ### [`v0.4.22`](https://togithub.com/rust-lang/log/blob/HEAD/CHANGELOG.md#0422---2024-06-27) [Compare Source](https://togithub.com/rust-lang/log/compare/0.4.21...0.4.22)
serde-rs/serde (serde) ### [`v1.0.204`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.204) [Compare Source](https://togithub.com/serde-rs/serde/compare/v1.0.203...v1.0.204) - Apply #\[diagnostic::on_unimplemented] attribute on Rust 1.78+ to suggest adding serde derive or enabling a "serde" feature flag in dependencies ([#​2767](https://togithub.com/serde-rs/serde/issues/2767), thanks [@​weiznich](https://togithub.com/weiznich))
serde-rs/json (serde_json) ### [`v1.0.120`](https://togithub.com/serde-rs/json/releases/tag/v1.0.120) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.119...v1.0.120) - Correctly specify required version of `indexmap` dependency ([#​1152](https://togithub.com/serde-rs/json/issues/1152), thanks [@​cforycki](https://togithub.com/cforycki)) ### [`v1.0.119`](https://togithub.com/serde-rs/json/releases/tag/v1.0.119) [Compare Source](https://togithub.com/serde-rs/json/compare/v1.0.118...v1.0.119) - Add `serde_json::Map::shift_insert` ([#​1149](https://togithub.com/serde-rs/json/issues/1149), thanks [@​joshka](https://togithub.com/joshka))
jonasbb/serde_with (serde_with) ### [`v3.9.0`](https://togithub.com/jonasbb/serde_with/releases/tag/v3.9.0): serde_with v3.9.0 [Compare Source](https://togithub.com/jonasbb/serde_with/compare/v3.8.3...v3.9.0) ##### Added - Deserialize a map\` and skip all elements failing to deserialize by [@​johnmave126](https://togithub.com/johnmave126) ([#​763](https://togithub.com/jonasbb/serde_with/issues/763)) `MapSkipError` acts like a map (`HashMap`/`BTreeMap`), but keys or values that fail to deserialize, like are ignored. For formats with heterogeneously typed maps, we can collect only the elements where both key and value are deserializable. This is also useful in conjunction to `#[serde(flatten)]` to ignore some entries when capturing additional fields. ```text // JSON "value": {"0": "v0", "5": "v5", "str": "str", "10": 2}, // Rust #[serde_as(as = "MapSkipError")] value: BTreeMap, // Only deserializes entries with a numerical key and a string value, i.e., {0 => "v0", 5 => "v5"} ``` ### [`v3.8.3`](https://togithub.com/jonasbb/serde_with/releases/tag/v3.8.3): serde_with v3.8.3 [Compare Source](https://togithub.com/jonasbb/serde_with/compare/v3.8.2...v3.8.3) ##### Fixed - Fix compile issues when dependency `schemars_0_8` is used with the `preserve_order` features ([#​762](https://togithub.com/jonasbb/serde_with/issues/762)) ### [`v3.8.2`](https://togithub.com/jonasbb/serde_with/releases/tag/v3.8.2): serde_with v3.8.2 [Compare Source](https://togithub.com/jonasbb/serde_with/compare/v3.8.1...v3.8.2) ##### Changed - Bump MSRV to 1.67, since that is required for the `time` dependency. The `time` version needed to be updated for nightly compatibility. ##### Fixed - Implement `JsonSchemaAs` for `OneOrMany` instead of `JsonSchema` by [@​swlynch99](https://togithub.com/swlynch99) ([#​760](https://togithub.com/jonasbb/serde_with/issues/760))
tokio-rs/tokio (tokio) ### [`v1.39.1`](https://togithub.com/tokio-rs/tokio/releases/tag/tokio-1.39.1): Tokio v1.39.1 [Compare Source](https://togithub.com/tokio-rs/tokio/compare/tokio-1.39.0...tokio-1.39.1) ##### 1.39.1 (July 23rd, 2024) This release reverts "time: avoid traversing entries in the time wheel twice" because it contains a bug. ([#​6715]) [#​6715]: https://togithub.com/tokio-rs/tokio/pull/6715 ### [`v1.39.0`](https://togithub.com/tokio-rs/tokio/releases/tag/tokio-1.39.0): Tokio v1.39.0 [Compare Source](https://togithub.com/tokio-rs/tokio/compare/tokio-1.38.1...tokio-1.39.0) ### 1.39.0 (July 23rd, 2024) - This release bumps the MSRV to 1.70. ([#​6645]) - This release upgrades to mio v1. ([#​6635]) - This release upgrades to windows-sys v0.52 ([#​6154]) ##### Added - io: implement `AsyncSeek` for `Empty` ([#​6663]) - metrics: stabilize `num_alive_tasks` ([#​6619], [#​6667]) - process: add `Command::as_std_mut` ([#​6608]) - sync: add `watch::Sender::same_channel` ([#​6637]) - sync: add `{Receiver,UnboundedReceiver}::{sender_strong_count,sender_weak_count}` ([#​6661]) - sync: implement `Default` for `watch::Sender` ([#​6626]) - task: implement `Clone` for `AbortHandle` ([#​6621]) - task: stabilize `consume_budget` ([#​6622]) ##### Changed - io: improve panic message of `ReadBuf::put_slice()` ([#​6629]) - io: read during write in `copy_bidirectional` and `copy` ([#​6532]) - runtime: replace `num_cpus` with `available_parallelism` ([#​6709]) - task: avoid stack overflow when passing large future to `block_on` ([#​6692]) - time: avoid traversing entries in the time wheel twice ([#​6584]) - time: support `IntoFuture` with `timeout` ([#​6666]) - macros: support `IntoFuture` with `join!` and `select!` ([#​6710]) ##### Fixed - docs: fix docsrs builds with the fs feature enabled ([#​6585]) - io: only use short-read optimization on known-to-be-compatible platforms ([#​6668]) - time: fix overflow panic when using large durations with `Interval` ([#​6612]) ##### Added (unstable) - macros: allow `unhandled_panic` behavior for `#[tokio::main]` and `#[tokio::test]` ([#​6593]) - metrics: add `spawned_tasks_count` ([#​6114]) - metrics: add `worker_park_unpark_count` ([#​6696]) - metrics: add worker thread id ([#​6695]) ##### Documented - io: update `tokio::io::stdout` documentation ([#​6674]) - macros: typo fix in `join.rs` and `try_join.rs` ([#​6641]) - runtime: fix typo in `unhandled_panic` ([#​6660]) - task: document behavior of `JoinSet::try_join_next` when all tasks are running ([#​6671]) [#​6114]: https://togithub.com/tokio-rs/tokio/pull/6114 [#​6154]: https://togithub.com/tokio-rs/tokio/pull/6154 [#​6532]: https://togithub.com/tokio-rs/tokio/pull/6532 [#​6584]: https://togithub.com/tokio-rs/tokio/pull/6584 [#​6585]: https://togithub.com/tokio-rs/tokio/pull/6585 [#​6593]: https://togithub.com/tokio-rs/tokio/pull/6593 [#​6608]: https://togithub.com/tokio-rs/tokio/pull/6608 [#​6612]: https://togithub.com/tokio-rs/tokio/pull/6612 [#​6619]: https://togithub.com/tokio-rs/tokio/pull/6619 [#​6621]: https://togithub.com/tokio-rs/tokio/pull/6621 [#​6622]: https://togithub.com/tokio-rs/tokio/pull/6622 [#​6626]: https://togithub.com/tokio-rs/tokio/pull/6626 [#​6629]: https://togithub.com/tokio-rs/tokio/pull/6629 [#​6635]: https://togithub.com/tokio-rs/tokio/pull/6635 [#​6637]: https://togithub.com/tokio-rs/tokio/pull/6637 [#​6641]: https://togithub.com/tokio-rs/tokio/pull/6641 [#​6645]: https://togithub.com/tokio-rs/tokio/pull/6645 [#​6660]: https://togithub.com/tokio-rs/tokio/pull/6660 [#​6661]: https://togithub.com/tokio-rs/tokio/pull/6661 [#​6663]: https://togithub.com/tokio-rs/tokio/pull/6663 [#​6666]: https://togithub.com/tokio-rs/tokio/pull/6666 [#​6667]: https://togithub.com/tokio-rs/tokio/pull/6667 [#​6668]: https://togithub.com/tokio-rs/tokio/pull/6668 [#​6671]: https://togithub.com/tokio-rs/tokio/pull/6671 [#​6674]: https://togithub.com/tokio-rs/tokio/pull/6674 [#​6692]: https://togithub.com/tokio-rs/tokio/pull/6692 [#​6695]: https://togithub.com/tokio-rs/tokio/pull/6695 [#​6696]: https://togithub.com/tokio-rs/tokio/pull/6696 [#​6709]: https://togithub.com/tokio-rs/tokio/pull/6709 [#​6710]: https://togithub.com/tokio-rs/tokio/pull/6710 ### [`v1.38.1`](https://togithub.com/tokio-rs/tokio/releases/tag/tokio-1.38.1): Tokio v1.38.1 [Compare Source](https://togithub.com/tokio-rs/tokio/compare/tokio-1.38.0...tokio-1.38.1) ### 1.38.1 (July 16th, 2024) This release fixes the bug identified as ([#​6682]), which caused timers not to fire when they should. ##### Fixed - time: update `wake_up` while holding all the locks of sharded time wheels ([#​6683]) [#​6682]: https://togithub.com/tokio-rs/tokio/pull/6682 [#​6683]: https://togithub.com/tokio-rs/tokio/pull/6683
toml-rs/toml (toml) ### [`v0.8.16`](https://togithub.com/toml-rs/toml/compare/toml-v0.8.15...toml-v0.8.16) [Compare Source](https://togithub.com/toml-rs/toml/compare/toml-v0.8.15...toml-v0.8.16) ### [`v0.8.15`](https://togithub.com/toml-rs/toml/compare/toml-v0.8.14...toml-v0.8.15) [Compare Source](https://togithub.com/toml-rs/toml/compare/toml-v0.8.14...toml-v0.8.15)

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.



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

renovate[bot] commented 1 month ago

āš ļø 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:

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path Cargo.toml --package image@0.24.8 --precise 0.25.2
    Updating crates.io index
error: failed to select a version for the requirement `image = "^0.24.1"`
candidate versions found which didn't match: 0.25.2
location searched: crates.io index
required by package `webp-animation v0.9.0`
    ... which satisfies dependency `webp-animation = "^0.9.0"` (locked to 0.9.0) of package `twitch-tui v2.6.13 (/tmp/renovate/repos/github/Xithrius/twitch-tui)`