zhaofengli / attic

Multi-tenant Nix Binary Cache
https://docs.attic.rs
Other
1.04k stars 79 forks source link

chore(deps): update all non-major dependencies #195

Open renovate[bot] opened 1 week ago

renovate[bot] commented 1 week ago

This PR contains the following updates:

Package Type Update Change
actions/checkout action minor v4.1.7 -> v4.2.2
anyhow dependencies patch 1.0.86 -> 1.0.93
async-compression dependencies patch 0.4.11 -> 0.4.17
async-stream dependencies patch 0.3.5 -> 0.3.6
async-trait dependencies patch 0.1.80 -> 0.1.83
aws-config dependencies patch 1.5.0 -> 1.5.10
aws-sdk-s3 dependencies minor 1.32.0 -> 1.61.0
axum dependencies patch 0.7.5 -> 0.7.9
axum-macros dependencies patch 0.4.1 -> 0.4.2
bytes dependencies minor 1.6.0 -> 1.8.0
cc build-dependencies minor 1.1.13 -> 1.2.1
clap dependencies patch 4.5.4 -> 4.5.21
clap_complete dependencies patch 4.5.2 -> 4.5.38
console-subscriber (source) dependencies minor 0.2.0 -> 0.4.0
const_format dependencies patch 0.2.32 -> 0.2.33
cxx (source) dependencies patch 1.0.122 -> 1.0.130
cxx-build (source) build-dependencies patch 1.0.122 -> 1.0.130
displaydoc dependencies patch 0.2.4 -> 0.2.5
enum-as-inner dependencies patch 0.6.0 -> 0.6.1
futures (source) dependencies patch 0.3.30 -> 0.3.31
http-body-util dependencies patch 0.1.1 -> 0.1.2
indexmap dependencies minor 2.2.6 -> 2.6.0
indicatif dependencies patch 0.17.8 -> 0.17.9
itoa dependencies patch =1.0.5 -> =1.0.11
jwt-simple dependencies minor 0.11.5 -> 0.12.0
lazy_static dependencies minor 1.4.0 -> 1.5.0
log dependencies patch 0.4.21 -> 0.4.22
pkg-config build-dependencies patch 0.3.30 -> 0.3.31
regex dependencies minor 1.10.4 -> 1.11.1
reqwest dependencies patch 0.12.4 -> 0.12.9
serde (source) dependencies patch 1.0.203 -> 1.0.215
serde_json dependencies patch 1.0.117 -> 1.0.133
serde_json dev-dependencies patch 1.0.117 -> 1.0.133
serde_with dependencies minor 3.8.1 -> 3.11.0
tempfile (source) build-dependencies minor 3.10.1 -> 3.14.0
tempfile (source) dependencies minor 3.10.1 -> 3.14.0
tokio (source) dependencies minor 1.38.0 -> 1.41.1
tokio-util (source) dependencies patch 0.7.11 -> 0.7.12
toml dependencies patch 0.8.13 -> 0.8.19
tower-http dependencies minor 0.5.2 -> 0.6.0
uuid dependencies minor 1.8.0 -> 1.11.0
wildmatch dependencies minor 2.3.4 -> 2.4.0

Release Notes

actions/checkout (actions/checkout) ### [`v4.2.2`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v422) [Compare Source](https://redirect.github.com/actions/checkout/compare/v4.2.1...v4.2.2) - `url-helper.ts` now leverages well-known environment variables by [@​jww3](https://redirect.github.com/jww3) in [https://github.com/actions/checkout/pull/1941](https://redirect.github.com/actions/checkout/pull/1941) - Expand unit test coverage for `isGhes` by [@​jww3](https://redirect.github.com/jww3) in [https://github.com/actions/checkout/pull/1946](https://redirect.github.com/actions/checkout/pull/1946) ### [`v4.2.1`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v421) [Compare Source](https://redirect.github.com/actions/checkout/compare/v4.2.0...v4.2.1) - Check out other refs/\* by commit if provided, fall back to ref by [@​orhantoy](https://redirect.github.com/orhantoy) in [https://github.com/actions/checkout/pull/1924](https://redirect.github.com/actions/checkout/pull/1924) ### [`v4.2.0`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v420) [Compare Source](https://redirect.github.com/actions/checkout/compare/v4.1.7...v4.2.0) - Add Ref and Commit outputs by [@​lucacome](https://redirect.github.com/lucacome) in [https://github.com/actions/checkout/pull/1180](https://redirect.github.com/actions/checkout/pull/1180) - Dependency updates by [@​dependabot-](https://redirect.github.com/dependabot-) [https://github.com/actions/checkout/pull/1777](https://redirect.github.com/actions/checkout/pull/1777), [https://github.com/actions/checkout/pull/1872](https://redirect.github.com/actions/checkout/pull/1872)
dtolnay/anyhow (anyhow) ### [`v1.0.93`](https://redirect.github.com/dtolnay/anyhow/releases/tag/1.0.93) [Compare Source](https://redirect.github.com/dtolnay/anyhow/compare/1.0.92...1.0.93) - Update dev-dependencies to `thiserror` v2 ### [`v1.0.92`](https://redirect.github.com/dtolnay/anyhow/releases/tag/1.0.92) [Compare Source](https://redirect.github.com/dtolnay/anyhow/compare/1.0.91...1.0.92) - Support Rust 1.82's `&raw const` and `&raw mut` syntax inside `ensure!` ([#​390](https://redirect.github.com/dtolnay/anyhow/issues/390)) ### [`v1.0.91`](https://redirect.github.com/dtolnay/anyhow/releases/tag/1.0.91) [Compare Source](https://redirect.github.com/dtolnay/anyhow/compare/1.0.90...1.0.91) - Ensure OUT_DIR is left with deterministic contents after build script execution ([#​388](https://redirect.github.com/dtolnay/anyhow/issues/388)) ### [`v1.0.90`](https://redirect.github.com/dtolnay/anyhow/releases/tag/1.0.90) [Compare Source](https://redirect.github.com/dtolnay/anyhow/compare/1.0.89...1.0.90) - Documentation improvements ### [`v1.0.89`](https://redirect.github.com/dtolnay/anyhow/releases/tag/1.0.89) [Compare Source](https://redirect.github.com/dtolnay/anyhow/compare/1.0.88...1.0.89) - Make anyhow::Error's `UnwindSafe` and `RefUnwindSafe` impl consistently available between versions of Rust newer and older than 1.72 ([#​386](https://redirect.github.com/dtolnay/anyhow/issues/386)) ### [`v1.0.88`](https://redirect.github.com/dtolnay/anyhow/releases/tag/1.0.88) [Compare Source](https://redirect.github.com/dtolnay/anyhow/compare/1.0.87...1.0.88) - Documentation improvements ### [`v1.0.87`](https://redirect.github.com/dtolnay/anyhow/releases/tag/1.0.87) [Compare Source](https://redirect.github.com/dtolnay/anyhow/compare/1.0.86...1.0.87) - Support more APIs, including `Error::new` and `Error::chain`, in no-std mode on Rust 1.81+ ([#​383](https://redirect.github.com/dtolnay/anyhow/issues/383))
Nullus157/async-compression (async-compression) ### [`v0.4.17`](https://redirect.github.com/Nullus157/async-compression/blob/HEAD/CHANGELOG.md#0417---2024-10-20) [Compare Source](https://redirect.github.com/Nullus157/async-compression/compare/v0.4.16...v0.4.17) ##### Fixed - Fix occasional panics when consuming from pending buffers. ### [`v0.4.16`](https://redirect.github.com/Nullus157/async-compression/blob/HEAD/CHANGELOG.md#0416---2024-10-16) [Compare Source](https://redirect.github.com/Nullus157/async-compression/compare/v0.4.15...v0.4.16) ##### Other - Implement pass-through `AsyncBufRead` on write-based encoders & decoders. ### [`v0.4.15`](https://redirect.github.com/Nullus157/async-compression/blob/HEAD/CHANGELOG.md#0415---2024-10-13) [Compare Source](https://redirect.github.com/Nullus157/async-compression/compare/v0.4.14...v0.4.15) ##### Feature - Implement pass-through `AsyncRead` or `AsyncWrite` where appropriate. - Relax `AsyncRead`/`AsyncWrite` bounds on `*::{get_ref, get_mut, get_pin_mut, into_inner}()` methods. ### [`v0.4.14`](https://redirect.github.com/Nullus157/async-compression/blob/HEAD/CHANGELOG.md#0414---2024-10-10) [Compare Source](https://redirect.github.com/Nullus157/async-compression/compare/v0.4.13...v0.4.14) ##### Fixed - In Tokio-based decoders, attempt to decode from internal state even if nothing was read. ### [`v0.4.13`](https://redirect.github.com/Nullus157/async-compression/blob/HEAD/CHANGELOG.md#0413---2024-10-02) [Compare Source](https://redirect.github.com/Nullus157/async-compression/compare/v0.4.12...v0.4.13) ##### Feature - Update `brotli` dependency to to `7`. ### [`v0.4.12`](https://redirect.github.com/Nullus157/async-compression/blob/HEAD/CHANGELOG.md#0412---2024-07-21) [Compare Source](https://redirect.github.com/Nullus157/async-compression/compare/v0.4.11...v0.4.12) ##### Feature - Enable customizing Zstd decoding parameters.
tokio-rs/async-stream (async-stream) ### [`v0.3.6`](https://redirect.github.com/tokio-rs/async-stream/releases/tag/v0.3.6) [Compare Source](https://redirect.github.com/tokio-rs/async-stream/compare/v0.3.5...v0.3.6) - Fix soundness bugs ([#​109](https://redirect.github.com/tokio-rs/async-stream/issues/109)) - Bump MSRV to 1.65 ([#​109](https://redirect.github.com/tokio-rs/async-stream/issues/109))
dtolnay/async-trait (async-trait) ### [`v0.1.83`](https://redirect.github.com/dtolnay/async-trait/releases/tag/0.1.83) [Compare Source](https://redirect.github.com/dtolnay/async-trait/compare/0.1.82...0.1.83) - Prevent needless_arbitrary_self_type lint being produced in generated code ([#​278](https://redirect.github.com/dtolnay/async-trait/issues/278)) ### [`v0.1.82`](https://redirect.github.com/dtolnay/async-trait/releases/tag/0.1.82) [Compare Source](https://redirect.github.com/dtolnay/async-trait/compare/0.1.81...0.1.82) - Prevent elided_named_lifetimes lint being produced in generated code ([#​276](https://redirect.github.com/dtolnay/async-trait/issues/276)) ### [`v0.1.81`](https://redirect.github.com/dtolnay/async-trait/releases/tag/0.1.81) [Compare Source](https://redirect.github.com/dtolnay/async-trait/compare/0.1.80...0.1.81) - Turn off unneeded features of `syn` dependency ([#​272](https://redirect.github.com/dtolnay/async-trait/issues/272), thanks [@​klensy](https://redirect.github.com/klensy))
tokio-rs/axum (axum) ### [`v0.7.9`](https://redirect.github.com/tokio-rs/axum/releases/tag/axum-v0.7.9): axum - v0.7.9 [Compare Source](https://redirect.github.com/tokio-rs/axum/compare/axum-v0.7.8...axum-v0.7.9) - **fixed:** Avoid setting content-length before middleware ([#​3031]) [#​3031]: https://redirect.github.com/tokio-rs/axum/pull/3031 ### [`v0.7.8`](https://redirect.github.com/tokio-rs/axum/releases/tag/axum-v0.7.8): axum - v0.7.8 [Compare Source](https://redirect.github.com/tokio-rs/axum/compare/axum-v0.7.7...axum-v0.7.8) - **fixed:** Skip SSE incompatible chars of `serde_json::RawValue` in `Event::json_data` ([#​2992]) - **added:** Add `method_not_allowed_fallback` to set a fallback when a path matches but there is no handler for the given HTTP method ([#​2903]) - **added:** Add `MethodFilter::CONNECT`, `routing::connect[_service]` and `MethodRouter::connect[_service]` ([#​2961]) - **added:** Add `NoContent` as a self-described shortcut for `StatusCode::NO_CONTENT` ([#​2978]) [#​2903]: https://redirect.github.com/tokio-rs/axum/pull/2903 [#​2961]: https://redirect.github.com/tokio-rs/axum/pull/2961 [#​2978]: https://redirect.github.com/tokio-rs/axum/pull/2978 [#​2992]: https://redirect.github.com/tokio-rs/axum/pull/2992 ### [`v0.7.7`](https://redirect.github.com/tokio-rs/axum/releases/tag/axum-v0.7.7): axum - v0.7.7 [Compare Source](https://redirect.github.com/tokio-rs/axum/compare/axum-v0.7.6...axum-v0.7.7) - **change**: Remove manual tables of content from the documentation, since rustdoc now generates tables of content in the sidebar ([#​2921]) [#​2921]: https://redirect.github.com/tokio-rs/axum/pull/2921 ### [`v0.7.6`](https://redirect.github.com/tokio-rs/axum/releases/tag/axum-v0.7.6): axum - v0.7.6 [Compare Source](https://redirect.github.com/tokio-rs/axum/compare/axum-v0.7.5...axum-v0.7.6) - **change:** Avoid cloning `Arc` during deserialization of `Path` - **added:** `axum::serve::Serve::tcp_nodelay` and `axum::serve::WithGracefulShutdown::tcp_nodelay` ([#​2653]) - **added:** `Router::has_routes` function ([#​2790]) - **change:** Update tokio-tungstenite to 0.23 ([#​2841]) - **added:** `Serve::local_addr` and `WithGracefulShutdown::local_addr` functions ([#​2881]) [#​2653]: https://redirect.github.com/tokio-rs/axum/pull/2653 [#​2790]: https://redirect.github.com/tokio-rs/axum/pull/2790 [#​2841]: https://redirect.github.com/tokio-rs/axum/pull/2841 [#​2881]: https://redirect.github.com/tokio-rs/axum/pull/2881
tokio-rs/bytes (bytes) ### [`v1.8.0`](https://redirect.github.com/tokio-rs/bytes/blob/HEAD/CHANGELOG.md#180-October-21-2024) [Compare Source](https://redirect.github.com/tokio-rs/bytes/compare/v1.7.2...v1.8.0) - Guarantee address in `split_off`/`split_to` for empty slices ([#​740](https://redirect.github.com/tokio-rs/bytes/issues/740)) ### [`v1.7.2`](https://redirect.github.com/tokio-rs/bytes/blob/HEAD/CHANGELOG.md#172-September-17-2024) [Compare Source](https://redirect.github.com/tokio-rs/bytes/compare/v1.7.1...v1.7.2) ##### Fixed - Fix default impl of `Buf::{get_int, get_int_le}` ([#​732](https://redirect.github.com/tokio-rs/bytes/issues/732)) ##### Documented - Fix double spaces in comments and doc comments ([#​731](https://redirect.github.com/tokio-rs/bytes/issues/731)) ##### Internal changes - Ensure BytesMut::advance reduces capacity ([#​728](https://redirect.github.com/tokio-rs/bytes/issues/728)) ### [`v1.7.1`](https://redirect.github.com/tokio-rs/bytes/blob/HEAD/CHANGELOG.md#171-August-1-2024) [Compare Source](https://redirect.github.com/tokio-rs/bytes/compare/v1.7.0...v1.7.1) This release reverts the following change due to a regression: - Reuse capacity when possible in `::advance` impl ([#​698](https://redirect.github.com/tokio-rs/bytes/issues/698)) The revert can be found at [#​726](https://redirect.github.com/tokio-rs/bytes/issues/726). ### [`v1.7.0`](https://redirect.github.com/tokio-rs/bytes/blob/HEAD/CHANGELOG.md#170-July-31-2024) [Compare Source](https://redirect.github.com/tokio-rs/bytes/compare/v1.6.1...v1.7.0) ##### Added - Add conversion from `Bytes` to `BytesMut` ([#​695](https://redirect.github.com/tokio-rs/bytes/issues/695), [#​710](https://redirect.github.com/tokio-rs/bytes/issues/710)) - Add reclaim method without additional allocation ([#​686](https://redirect.github.com/tokio-rs/bytes/issues/686)) ##### Documented - Clarify how `BytesMut::zeroed` works ([#​714](https://redirect.github.com/tokio-rs/bytes/issues/714)) - Clarify the behavior of `Buf::chunk` ([#​717](https://redirect.github.com/tokio-rs/bytes/issues/717)) ##### Changed - Change length condition of `BytesMut::truncate` - Reuse capacity when possible in `::advance` impl ([#​698](https://redirect.github.com/tokio-rs/bytes/issues/698)) - Improve `must_use` suggestion of `BytesMut::split` ([#​699](https://redirect.github.com/tokio-rs/bytes/issues/699)) ##### Internal changes - Use `ManuallyDrop` instead of `mem::forget` ([#​678](https://redirect.github.com/tokio-rs/bytes/issues/678)) - Don't set `len` in `BytesMut::reserve` ([#​682](https://redirect.github.com/tokio-rs/bytes/issues/682)) - Optimize `Bytes::copy_to_bytes` ([#​688](https://redirect.github.com/tokio-rs/bytes/issues/688)) - Refactor `BytesMut::truncate` ([#​694](https://redirect.github.com/tokio-rs/bytes/issues/694)) - Refactor `BytesMut::resize` ([#​696](https://redirect.github.com/tokio-rs/bytes/issues/696)) - Reorder assertion in `Bytes::split_to`, `Bytes::split_off` ([#​689](https://redirect.github.com/tokio-rs/bytes/issues/689), [#​693](https://redirect.github.com/tokio-rs/bytes/issues/693)) - Use `offset_from` in more places ([#​705](https://redirect.github.com/tokio-rs/bytes/issues/705)) - Correct the wrong usage of `IntoIter` ([#​707](https://redirect.github.com/tokio-rs/bytes/issues/707)) ### [`v1.6.1`](https://redirect.github.com/tokio-rs/bytes/blob/HEAD/CHANGELOG.md#161-July-13-2024) [Compare Source](https://redirect.github.com/tokio-rs/bytes/compare/v1.6.0...v1.6.1) This release fixes a bug where `Bytes::is_unique` returns incorrect values when the `Bytes` originates from a shared `BytesMut`. ([#​718](https://redirect.github.com/tokio-rs/bytes/issues/718))
rust-lang/cc-rs (cc) ### [`v1.2.1`](https://redirect.github.com/rust-lang/cc-rs/blob/HEAD/CHANGELOG.md#121---2024-11-14) [Compare Source](https://redirect.github.com/rust-lang/cc-rs/compare/cc-v1.2.0...cc-v1.2.1) ##### Other - When invoking `cl -?`, set stdin to null ([#​1288](https://redirect.github.com/rust-lang/cc-rs/pull/1288)) ### [`v1.2.0`](https://redirect.github.com/rust-lang/cc-rs/blob/HEAD/CHANGELOG.md#120---2024-11-11) [Compare Source](https://redirect.github.com/rust-lang/cc-rs/compare/cc-v1.1.37...cc-v1.2.0) ##### Added - add i686-pc-windows-gnullvm prefix detection ([#​1283](https://redirect.github.com/rust-lang/cc-rs/pull/1283)) ##### Other - Allow only specifying the architecture ([#​1285](https://redirect.github.com/rust-lang/cc-rs/pull/1285)) - Fix WASM vs. WASI options ([#​1284](https://redirect.github.com/rust-lang/cc-rs/pull/1284)) ### [`v1.1.37`](https://redirect.github.com/rust-lang/cc-rs/blob/HEAD/CHANGELOG.md#1137---2024-11-08) [Compare Source](https://redirect.github.com/rust-lang/cc-rs/compare/cc-v1.1.36...cc-v1.1.37) ##### Other - Use relative directory for obj files hash ([#​1270](https://redirect.github.com/rust-lang/cc-rs/pull/1270)) - Regenerate target info ([#​1280](https://redirect.github.com/rust-lang/cc-rs/pull/1280)) ### [`v1.1.36`](https://redirect.github.com/rust-lang/cc-rs/blob/HEAD/CHANGELOG.md#1136---2024-11-05) [Compare Source](https://redirect.github.com/rust-lang/cc-rs/compare/cc-v1.1.35...cc-v1.1.36) ##### Other - Fix CUDA build with clang++. ([#​1273](https://redirect.github.com/rust-lang/cc-rs/pull/1273)) ### [`v1.1.35`](https://redirect.github.com/rust-lang/cc-rs/blob/HEAD/CHANGELOG.md#1135---2024-11-04) [Compare Source](https://redirect.github.com/rust-lang/cc-rs/compare/cc-v1.1.34...cc-v1.1.35) ##### Other - Remove support for FRC ([#​1268](https://redirect.github.com/rust-lang/cc-rs/pull/1268)) - Do not add -fPIC by default on UEFI targets ([#​1263](https://redirect.github.com/rust-lang/cc-rs/pull/1263)) - Use -windows-gnu for all UEFI targets ([#​1264](https://redirect.github.com/rust-lang/cc-rs/pull/1264)) ### [`v1.1.34`](https://redirect.github.com/rust-lang/cc-rs/blob/HEAD/CHANGELOG.md#1134---2024-11-02) [Compare Source](https://redirect.github.com/rust-lang/cc-rs/compare/cc-v1.1.33...cc-v1.1.34) ##### Other - Remove redundant flags ([#​1256](https://redirect.github.com/rust-lang/cc-rs/pull/1256)) ### [`v1.1.33`](https://redirect.github.com/rust-lang/cc-rs/blob/HEAD/CHANGELOG.md#1133---2024-11-02) [Compare Source](https://redirect.github.com/rust-lang/cc-rs/compare/cc-v1.1.32...cc-v1.1.33) ##### Other - Reduce size of `cc::Build` and size of generated targets ([#​1257](https://redirect.github.com/rust-lang/cc-rs/pull/1257)) ### [`v1.1.32`](https://redirect.github.com/rust-lang/cc-rs/blob/HEAD/CHANGELOG.md#1132---2024-11-02) [Compare Source](https://redirect.github.com/rust-lang/cc-rs/compare/cc-v1.1.31...cc-v1.1.32) ##### Other - Use `rustc`'s knowledge of LLVM/Clang target triples ([#​1252](https://redirect.github.com/rust-lang/cc-rs/pull/1252)) - Use Cargo's target information when possible ([#​1225](https://redirect.github.com/rust-lang/cc-rs/pull/1225)) ### [`v1.1.31`](https://redirect.github.com/rust-lang/cc-rs/blob/HEAD/CHANGELOG.md#1131---2024-10-19) [Compare Source](https://redirect.github.com/rust-lang/cc-rs/compare/cc-v1.1.30...cc-v1.1.31) ##### Other - Add comment explaining why cc does not rebuild on env PATH change ([#​1247](https://redirect.github.com/rust-lang/cc-rs/pull/1247)) ### [`v1.1.30`](https://redirect.github.com/rust-lang/cc-rs/blob/HEAD/CHANGELOG.md#1130---2024-10-11) [Compare Source](https://redirect.github.com/rust-lang/cc-rs/compare/cc-v1.1.29...cc-v1.1.30) ##### Other - Don't pass -fPIC by default on wasm ([#​1245](https://redirect.github.com/rust-lang/cc-rs/pull/1245)) ### [`v1.1.29`](https://redirect.github.com/rust-lang/cc-rs/blob/HEAD/CHANGELOG.md#1129---2024-10-11) [Compare Source](https://redirect.github.com/rust-lang/cc-rs/compare/cc-v1.1.28...cc-v1.1.29) ##### Other - Regenerate target info ([#​1243](https://redirect.github.com/rust-lang/cc-rs/pull/1243)) ### [`v1.1.28`](https://redirect.github.com/rust-lang/cc-rs/blob/HEAD/CHANGELOG.md#1128---2024-10-06) [Compare Source](https://redirect.github.com/rust-lang/cc-rs/compare/cc-v1.1.27...cc-v1.1.28) ##### Other - Environment variables: For one accepting boolean, treat "0", "false" and empty env as false ([#​1238](https://redirect.github.com/rust-lang/cc-rs/pull/1238)) ### [`v1.1.27`](https://redirect.github.com/rust-lang/cc-rs/blob/HEAD/CHANGELOG.md#1127---2024-10-06) [Compare Source](https://redirect.github.com/rust-lang/cc-rs/compare/cc-v1.1.26...cc-v1.1.27) ##### Other - Revert "Use debug version of MSVC runtime library on debug ([#​1231](https://redirect.github.com/rust-lang/cc-rs/pull/1231))" ([#​1237](https://redirect.github.com/rust-lang/cc-rs/pull/1237)) - Disable `CC_ENABLE_DEBUG_OUTPUT` if it is set to "0" ([#​1234](https://redirect.github.com/rust-lang/cc-rs/pull/1234)) ### [`v1.1.26`](https://redirect.github.com/rust-lang/cc-rs/blob/HEAD/CHANGELOG.md#1126---2024-10-06) [Compare Source](https://redirect.github.com/rust-lang/cc-rs/compare/cc-v1.1.25...cc-v1.1.26) ##### Other - Use debug version of MSVC runtime library on debug ([#​1231](https://redirect.github.com/rust-lang/cc-rs/pull/1231)) ### [`v1.1.25`](https://redirect.github.com/rust-lang/cc-rs/blob/HEAD/CHANGELOG.md#1125---2024-10-05) [Compare Source](https://redirect.github.com/rust-lang/cc-rs/compare/cc-v1.1.24...cc-v1.1.25) ##### Other - Remove incorrect "lib" prefixes in CXXSTDLIB doc comments ([#​1228](https://redirect.github.com/rust-lang/cc-rs/pull/1228)) ### [`v1.1.24`](https://redirect.github.com/rust-lang/cc-rs/blob/HEAD/CHANGELOG.md#1124---2024-10-01) [Compare Source](https://redirect.github.com/rust-lang/cc-rs/compare/cc-v1.1.23...cc-v1.1.24) ##### Other - Fix wasm32-wasip1-threads: shared-memory disallowed due to not compiled with 'atomics' or 'bulk-memory' features ([#​1221](https://redirect.github.com/rust-lang/cc-rs/pull/1221)) - Reduce the need for the host target triple ([#​1224](https://redirect.github.com/rust-lang/cc-rs/pull/1224)) - Add auto cancellation for CI jobs ([#​1222](https://redirect.github.com/rust-lang/cc-rs/pull/1222)) ### [`v1.1.23`](https://redirect.github.com/rust-lang/cc-rs/blob/HEAD/CHANGELOG.md#1123---2024-09-30) [Compare Source](https://redirect.github.com/rust-lang/cc-rs/compare/cc-v1.1.22...cc-v1.1.23) ##### Other - Update doc for detecting changes/upgrades of compilers ([#​1218](https://redirect.github.com/rust-lang/cc-rs/pull/1218)) ### [`v1.1.22`](https://redirect.github.com/rust-lang/cc-rs/blob/HEAD/CHANGELOG.md#1122---2024-09-27) [Compare Source](https://redirect.github.com/rust-lang/cc-rs/compare/cc-v1.1.21...cc-v1.1.22) ##### Other - Don't rerun if PATH changes ([#​1215](https://redirect.github.com/rust-lang/cc-rs/pull/1215)) ### [`v1.1.21`](https://redirect.github.com/rust-lang/cc-rs/blob/HEAD/CHANGELOG.md#1121---2024-09-18) [Compare Source](https://redirect.github.com/rust-lang/cc-rs/compare/cc-v1.1.20...cc-v1.1.21) ##### Other - disable pic for targets that end in `-none` ([#​1212](https://redirect.github.com/rust-lang/cc-rs/pull/1212)) ### [`v1.1.20`](https://redirect.github.com/rust-lang/cc-rs/blob/HEAD/CHANGELOG.md#1120---2024-09-17) [Compare Source](https://redirect.github.com/rust-lang/cc-rs/compare/cc-v1.1.19...cc-v1.1.20) ##### Other - Add buildcache as known Rust and C/C++ compiler wrapper ([#​1209](https://redirect.github.com/rust-lang/cc-rs/pull/1209)) ### [`v1.1.19`](https://redirect.github.com/rust-lang/cc-rs/blob/HEAD/CHANGELOG.md#1119---2024-09-15) [Compare Source](https://redirect.github.com/rust-lang/cc-rs/compare/cc-v1.1.18...cc-v1.1.19) ##### Other - Add support arm64e-apple-darwin ([#​1207](https://redirect.github.com/rust-lang/cc-rs/pull/1207)) ### [`v1.1.18`](https://redirect.github.com/rust-lang/cc-rs/blob/HEAD/CHANGELOG.md#1118---2024-09-07) [Compare Source](https://redirect.github.com/rust-lang/cc-rs/compare/cc-v1.1.17...cc-v1.1.18) ##### Other - Fixed unsoundness in `StderrForwarder::forward_available` ([#​1203](https://redirect.github.com/rust-lang/cc-rs/pull/1203)) ### [`v1.1.17`](https://redirect.github.com/rust-lang/cc-rs/blob/HEAD/CHANGELOG.md#1117---2024-09-06) [Compare Source](https://redirect.github.com/rust-lang/cc-rs/compare/cc-v1.1.16...cc-v1.1.17) ##### Fixed - fix finding toolchains when invoked by msbuild ([#​1201](https://redirect.github.com/rust-lang/cc-rs/pull/1201)) ### [`v1.1.16`](https://redirect.github.com/rust-lang/cc-rs/blob/HEAD/CHANGELOG.md#1116---2024-09-04) [Compare Source](https://redirect.github.com/rust-lang/cc-rs/compare/cc-v1.1.15...cc-v1.1.16) ##### Other - Treat VxWorks wr-cc as a Gnu compiler ([#​1198](https://redirect.github.com/rust-lang/cc-rs/pull/1198)) ### [`v1.1.15`](https://redirect.github.com/rust-lang/cc-rs/blob/HEAD/CHANGELOG.md#1115---2024-08-26) [Compare Source](https://redirect.github.com/rust-lang/cc-rs/compare/cc-v1.1.14...cc-v1.1.15) ##### Other - Add -mfloat-abi=hard as a default argument when using any arm/thumb-none-eabihf target ([#​1194](https://redirect.github.com/rust-lang/cc-rs/pull/1194)) ### [`v1.1.14`](https://redirect.github.com/rust-lang/cc-rs/blob/HEAD/CHANGELOG.md#1114---2024-08-23) [Compare Source](https://redirect.github.com/rust-lang/cc-rs/compare/cc-v1.1.13...cc-v1.1.14) ##### Other - allow finding tools from path if VisualStudioDir is set
clap-rs/clap (clap) ### [`v4.5.21`](https://redirect.github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4521---2024-11-13) [Compare Source](https://redirect.github.com/clap-rs/clap/compare/v4.5.20...v4.5.21) ##### Fixes - *(parser)* Ensure defaults are filled in on error with `ignore_errors(true)` ### [`v4.5.20`](https://redirect.github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4520---2024-10-08) [Compare Source](https://redirect.github.com/clap-rs/clap/compare/v4.5.19...v4.5.20) ##### Features - *(unstable)* Add `CommandExt` ### [`v4.5.19`](https://redirect.github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4519---2024-10-01) [Compare Source](https://redirect.github.com/clap-rs/clap/compare/v4.5.18...v4.5.19) ##### Internal - Update dependencies ### [`v4.5.18`](https://redirect.github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4518---2024-09-20) [Compare Source](https://redirect.github.com/clap-rs/clap/compare/v4.5.17...v4.5.18) ##### Features - *(builder)* Expose `Arg::get_display_order` and `Command::get_display_order` ### [`v4.5.17`](https://redirect.github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4517---2024-09-04) [Compare Source](https://redirect.github.com/clap-rs/clap/compare/v4.5.16...v4.5.17) ##### Fixes - *(help)* Style required argument groups - *(derive)* Improve error messages when unsupported fields are used ### [`v4.5.16`](https://redirect.github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4516---2024-08-15) [Compare Source](https://redirect.github.com/clap-rs/clap/compare/v4.5.15...v4.5.16) ##### Fixes - *(derive)* Improve error messages when `derive` feature is missing ### [`v4.5.15`](https://redirect.github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4515---2024-08-10) [Compare Source](https://redirect.github.com/clap-rs/clap/compare/v4.5.14...v4.5.15) ##### Compatiblity - *(unstable-ext)* `Arg::remove` changed return types ##### Fixes - *(unstable-ext)* Make `Arg::remove` return the removed item ### [`v4.5.14`](https://redirect.github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4514---2024-08-08) [Compare Source](https://redirect.github.com/clap-rs/clap/compare/v4.5.13...v4.5.14) ##### Features - *(unstable-ext)* Added `Arg::add` for attaching arbitrary state, like completion hints, to `Arg` without `Arg` knowing about it ### [`v4.5.13`](https://redirect.github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4513---2024-07-31) [Compare Source](https://redirect.github.com/clap-rs/clap/compare/v4.5.12...v4.5.13) ##### Fixes - *(derive)* Improve error message when `#[flatten]`ing an optional `#[group(skip)]` - *(help)* Properly wrap long subcommand descriptions in help ### [`v4.5.12`](https://redirect.github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4512---2024-07-31) [Compare Source](https://redirect.github.com/clap-rs/clap/compare/v4.5.11...v4.5.12) ### [`v4.5.11`](https://redirect.github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4511---2024-07-25) [Compare Source](https://redirect.github.com/clap-rs/clap/compare/v4.5.10...v4.5.11) ### [`v4.5.10`](https://redirect.github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4510---2024-07-23) [Compare Source](https://redirect.github.com/clap-rs/clap/compare/v4.5.9...v4.5.10) ### [`v4.5.9`](https://redirect.github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#459---2024-07-09) [Compare Source](https://redirect.github.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://redirect.github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#458---2024-06-28) [Compare Source](https://redirect.github.com/clap-rs/clap/compare/v4.5.7...v4.5.8) ##### Fixes - Reduce extra flushes ### [`v4.5.7`](https://redirect.github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#457---2024-06-10) [Compare Source](https://redirect.github.com/clap-rs/clap/compare/v4.5.6...v4.5.7) ##### Fixes - Clean up error message when too few arguments for `num_args` ### [`v4.5.6`](https://redirect.github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#456---2024-06-06) [Compare Source](https://redirect.github.com/clap-rs/clap/compare/v4.5.5...v4.5.6) ### [`v4.5.5`](https://redirect.github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#455---2024-06-06) [Compare Source](https://redirect.github.com/clap-rs/clap/compare/v4.5.4...v4.5.5) ##### Fixes - Allow `exclusive` to override `required_unless_present`, `required_unless_present_any`, `required_unless_present_all`
tokio-rs/console (console-subscriber) ### [`v0.4.1`](https://redirect.github.com/tokio-rs/console/releases/tag/console-subscriber-v0.4.1) [Compare Source](https://redirect.github.com/tokio-rs/console/compare/console-subscriber-v0.4.0...console-subscriber-v0.4.1) ##### Added - Add large future lints ([#​587](https://redirect.github.com/tokio-rs/console/pull/587)) ([ae17230](https://redirect.github.com/tokio-rs/console/commit/ae1723091fcc76597e78bae39129a48d8cd515c9)) ### [`v0.4.0`](https://redirect.github.com/tokio-rs/console/releases/tag/console-subscriber-v0.4.0) [Compare Source](https://redirect.github.com/tokio-rs/console/compare/console-subscriber-v0.3.0...console-subscriber-v0.4.0) ##### Breaking Changes - **Upgrade tonic to 0.12 ([#​571](https://redirect.github.com/tokio-rs/console/pull/571))** ([5f6faa2](https://redirect.github.com/tokio-rs/console/commit/5f6faa22d944735c2b8c312cac03b35a4ab228ef))
This is a breaking change for users of `console-api` and `console-subscriber`, as it changes the public `tonic`, `prost` and `prost-types` dependency to a semver-incompatible version. This breaks compatibility with `tonic` 0.11.x as well as `prost`/`prost-types` 0.12.x. ##### Added - Add `TOKIO_CONSOLE_BUFFER_CAPACITY` env variable ([#​568](https://redirect.github.com/tokio-rs/console/pull/568)) ([a6cf14b](https://redirect.github.com/tokio-rs/console/commit/a6cf14b370275367dcecf1191e60f0bd260250d8)) ##### Fixed - Remove unused `AggregatorHandle` and fix other lints ([#​578](https://redirect.github.com/tokio-rs/console/pull/578)) ([c442063](https://redirect.github.com/tokio-rs/console/commit/c44206307997f8fc9ae173c466faf89c8f25c4b0)) ##### Updated - [**breaking**](#​0.4.0-breaking) Upgrade tonic to 0.12 ([#​571](https://redirect.github.com/tokio-rs/console/pull/571)) ([5f6faa2](https://redirect.github.com/tokio-rs/console/commit/5f6faa22d944735c2b8c312cac03b35a4ab228ef)) ### [`v0.3.0`](https://redirect.github.com/tokio-rs/console/releases/tag/console-subscriber-v0.3.0) [Compare Source](https://redirect.github.com/tokio-rs/console/compare/console-subscriber-v0.2.0...console-subscriber-v0.3.0) #### console-subscriber-v0.3.0 - (2024-06-10) ##### Breaking Changes - **Bump tonic to 0.11 ([#​547](https://redirect.github.com/tokio-rs/console/pull/547))** ([ef6816c](https://redirect.github.com/tokio-rs/console/commit/ef6816caa0fe84171105b513425506f25d3082af))
This is a breaking change for users of `console-api` and `console-subscriber`, as it changes the public `tonic` dependency to a semver-incompatible version. This breaks compatibility with `tonic` 0.10.x. ##### Added - Replace target column with kind column in tasks view ([#​478](https://redirect.github.com/tokio-rs/console/pull/478)) ([903d9fa](https://redirect.github.com/tokio-rs/console/commit/903d9fa9f9d2dddec2235206b792c264ed9892fb)) - Reduce retention period to fit in max message size ([#​503](https://redirect.github.com/tokio-rs/console/pull/503)) ([bd3dd71](https://redirect.github.com/tokio-rs/console/commit/bd3dd71eb0645c028858967ed5b3f14ed34d0605)) - Support grpc-web and add `grpc-web` feature ([#​498](https://redirect.github.com/tokio-rs/console/pull/498)) ([4150253](https://redirect.github.com/tokio-rs/console/commit/41502531396106b551a9dde2d3a83ddb0beac774)) ##### Documented - Add a grpc-web app example ([#​526](https://redirect.github.com/tokio-rs/console/pull/526)) ([4af30f2](https://redirect.github.com/tokio-rs/console/commit/4af30f2c1df919a1e0d4f448534d15b4a1bb836b)) - Fix typo in doc comment ([#​543](https://redirect.github.com/tokio-rs/console/pull/543)) ([ff22678](https://redirect.github.com/tokio-rs/console/commit/ff2267880ba96f4fdf32090e05b66cf80189d7f8)) ##### Fixed - Don't save poll_ops if no-one is receiving them ([#​501](https://redirect.github.com/tokio-rs/console/pull/501)) ([1656c79](https://redirect.github.com/tokio-rs/console/commit/1656c791af35bb0500bb6dd3c60344a0ceb12520)) - Ignore metadata that is not a span or event ([#​554](https://redirect.github.com/tokio-rs/console/pull/554)) ([852a977](https://redirect.github.com/tokio-rs/console/commit/852a977bab71d0f6ae47c6c5c1c20b8679c9e576)) ##### Updated - [**breaking**](#​0.3.0-breaking) Bump tonic to 0.11 ([#​547](https://redirect.github.com/tokio-rs/console/pull/547)) ([ef6816c](https://redirect.github.com/tokio-rs/console/commit/ef6816caa0fe84171105b513425506f25d3082af))
rodrimati1992/const_format_crates (const_format) ### [`v0.2.33`](https://redirect.github.com/rodrimati1992/const_format_crates/blob/HEAD/Changelog.md#0233) Fixed Rust Analyzer style warning for assertion macros.
dtolnay/cxx (cxx) ### [`v1.0.130`](https://redirect.github.com/dtolnay/cxx/releases/tag/1.0.130) [Compare Source](https://redirect.github.com/dtolnay/cxx/compare/1.0.129...1.0.130) - Make `#[cxx::bridge]` generated code compatible with Rust 2024 edition crates ([#​1395](https://redirect.github.com/dtolnay/cxx/issues/1395)) ### [`v1.0.129`](https://redirect.github.com/dtolnay/cxx/releases/tag/1.0.129) [Compare Source](https://redirect.github.com/dtolnay/cxx/compare/1.0.128...1.0.129) - Fix *"expected square brackets"* error in modules containing inner attributes ([#​1380](https://redirect.github.com/dtolnay/cxx/issues/1380)) ### [`v1.0.128`](https://redirect.github.com/dtolnay/cxx/releases/tag/1.0.128) [Compare Source](https://redirect.github.com/dtolnay/cxx/compare/1.0.127...1.0.128) - Allow passing C++ types by reference into `panic::catch_unwind` ([#​1372](https://redirect.github.com/dtolnay/cxx/issues/1372)) ### [`v1.0.127`](https://redirect.github.com/dtolnay/cxx/releases/tag/1.0.127) [Compare Source](https://redirect.github.com/dtolnay/cxx/compare/1.0.126...1.0.127) - Fix opaque C++ types triggering UB when optimized by LTO ([#​1370](https://redirect.github.com/dtolnay/cxx/issues/1370)) ### [`v1.0.126`](https://redirect.github.com/dtolnay/cxx/releases/tag/1.0.126) [Compare Source](https://redirect.github.com/dtolnay/cxx/compare/1.0.125...1.0.126) - Implement std::io::Read for cxx::UniquePtr with a forwarding impl ([#​1368](https://redirect.github.com/dtolnay/cxx/issues/1368), thanks [@​anforowicz](https://redirect.github.com/anforowicz)) ### [`v1.0.125`](https://redirect.github.com/dtolnay/cxx/releases/tag/1.0.125) [Compare Source](https://redirect.github.com/dtolnay/cxx/compare/1.0.124...1.0.125) - Allow constructing `rust::Slice` from a C++ contiguous container ([#​1367](https://redirect.github.com/dtolnay/cxx/issues/1367), thanks [@​anforowicz](https://redirect.github.com/anforowicz)) ### [`v1.0.124`](https://redirect.github.com/dtolnay/cxx/releases/tag/1.0.124) [Compare Source](https://redirect.github.com/dtolnay/cxx/compare/1.0.123...1.0.124) - Provide no-std Error impl for cxx::Exception ([#​1355](https://redirect.github.com/dtolnay/cxx/issues/1355)) - Avoid clippy::needless_maybe_sized lint being triggered inside generated code ### [`v1.0.123`](https://redirect.github.com/dtolnay/cxx/releases/tag/1.0.123) [Compare Source](https://redirect.github.com/dtolnay/cxx/compare/1.0.122...1.0.123) - Support platforms on which C `char` is the same type as either of `uint8_t` or `int8_t`, e.g. illumos, as opposed to some third type of its own ([#​1353](https://redirect.github.com/dtolnay/cxx/issues/1353), thanks [@​luqmana](https://redirect.github.com/luqmana))
yaahc/displaydoc (displaydoc) ### [`v0.2.5`](https://redirect.github.com/yaahc/displaydoc/blob/HEAD/CHANGELOG.md#025---2024-06-20)
bluejekyll/enum-as-inner (enum-as-inner) ### [`v0.6.1`](https://redirect.github.com/bluejekyll/enum-as-inner/blob/HEAD/CHANGELOG.md#061) - Updated dependencies to latest compatible versions. - `heck` updated to `0.5`
rust-lang/futures-rs (futures) ### [`v0.3.31`](https://redirect.github.com/rust-lang/futures-rs/blob/HEAD/CHANGELOG.md#0331---2024-10-05) [Compare Source](https://redirect.github.com/rust-lang/futures-rs/compare/0.3.30...0.3.31) - Fix use after free of task in `FuturesUnordered` when dropped future panics ([#​2886](https://redirect.github.com/rust-lang/futures-rs/issues/2886)) - Fix soundness bug in `task::waker_ref` ([#​2830](https://redirect.github.com/rust-lang/futures-rs/issues/2830)) This is a breaking change but allowed because it is soundness bug fix. - Fix bugs in `AsyncBufRead::read_line` and `AsyncBufReadExt::lines` ([#​2884](https://redirect.github.com/rust-lang/futures-rs/issues/2884)) - Fix parsing issue in `select!`/`select_biased!` ([#​2832](https://redirect.github.com/rust-lang/futures-rs/issues/2832)) This is technically a breaking change as it will now reject a very odd undocumented syntax that was previously accidentally accepted. - Work around issue due to upstream `Waker::will_wake` change ([#​2865](https://redirect.github.com/rust-lang/futures-rs/issues/2865)) - Add `stream::Iter::{get_ref,get_mut,into_inner}` ([#​2875](https://redirect.github.com/rust-lang/futures-rs/issues/2875)) - Add `future::AlwaysReady` ([#​2825](https://redirect.github.com/rust-lang/futures-rs/issues/2825)) - Relax trait bound on non-constructor methods of `io::{BufReader,BufWriter}` ([#​2848](https://redirect.github.com/rust-lang/futures-rs/issues/2848))
hyperium/http-body (http-body-util) ### [`v0.1.2`](https://redirect.github.com/hyperium/http-body/compare/http-body-util-v0.1.1...http-body-util-v0.1.2) [Compare Source](https://redirect.github.com/hyperium/http-body/compare/http-body-util-v0.1.1...http-body-util-v0.1.2)
indexmap-rs/indexmap (indexmap) ### [`v2.6.0`](https://redirect.github.com/indexmap-rs/indexmap/blob/HEAD/RELEASES.md#260-2024-10-01) [Compare Source](https://redirect.github.com/indexmap-rs/indexmap/compare/2.5.0...2.6.0) - Implemented `Clone` for `map::IntoIter` and `set::IntoIter`. - Updated the `hashbrown` dependency to version 0.15. ### [`v2.5.0`](https://redirect.github.com/indexmap-rs/indexmap/blob/HEAD/RELEASES.md#250-2024-08-30) [Compare Source](https://redirect.github.com/indexmap-rs/indexmap/compare/2.4.0...2.5.0) - Added an `insert_before` method to `IndexMap` and `IndexSet`, as an alternative to `shift_insert` with different behavior on existing entries. - Added `first_entry` and `last_entry` methods to `IndexMap`. - Added `From` implementations between `IndexedEntry` and `OccupiedEntry`. ### [`v2.4.0`](https://redirect.github.com/indexmap-rs/indexmap/blob/HEAD/RELEASES.md#240-2024-08-13) [Compare Source](https://redirect.github.com/indexmap-rs/indexmap/compare/2.3.0...2.4.0) - Added methods `IndexMap::append` and `IndexSet::append`, moving all items from one map or set into another, and leaving the original capacity for reuse. ### [`v2.3.0`](https://redirect.github.com/indexmap-rs/indexmap/blob/HEAD/RELEASES.md#230-2024-07-31) [Compare Source](https://redirect.github.com/indexmap-rs/indexmap/compare/2.2.6...2.3.0) - Added trait `MutableEntryKey` for opt-in mutable access to map entry keys. - Added method `MutableKeys::iter_mut2` for opt-in mutable iteration of map keys and values.
console-rs/indicatif (indicatif) ### [`v0.17.9`](https://redirect.github.com/console-rs/indicatif/releases/tag/0.17.9) [Compare Source](https://redirect.github.com/console-rs/indicatif/compare/0.17.8...0.17.9) #### What's Changed - Mention ProgressTracker near list of template keys by [@​djc](https://redirect.github.com/djc) in [https://github.com/console-rs/indicatif/pull/632](https://redirect.github.com/console-rs/indicatif/pull/632) - tests: print whether colors are enabled to help diagnose spurious failure by [@​chris-laplante](https://redirect.github.com/chris-laplante) in [https://github.com/console-rs/indicatif/pull/641](https://redirect.github.com/console-rs/indicatif/pull/641) - Workarounds for flaky tty/color support in GitHub actions runner by [@​chris-laplante](https://redirect.github.com/chris-laplante) in [https://github.com/console-rs/indicatif/pull/646](https://redirect.github.com/console-rs/indicatif/pull/646) - Fix move cursor flag not working by [@​SuperTux88](https://redirect.github.com/SuperTux88) in [https://github.com/console-rs/indicatif/pull/648](https://redirect.github.com/console-rs/indicatif/pull/648) - chore: fix comment by [@​rustco](https://redirect.github.com/rustco) in [https://github.com/console-rs/indicatif/pull/649](https://redirect.github.com/console-rs/indicatif/pull/649) - Fix AtomicPosition::reset storing wrong value by [@​TheJokr](https://redirect.github.com/TheJokr) in [https://github.com/console-rs/indicatif/pull/650](https://redirect.github.com/console-rs/indicatif/pull/650) - Documentation tweaks; bump MSRV by [@​chris-laplante](https://redirect.github.com/chris-laplante) in [https://github.com/console-rs/indicatif/pull/653](https://redirect.github.com/console-rs/indicatif/pull/653) - Update deny config for cargo-deny 0.15 release by [@​djc](https://redirect.github.com/djc) in [https://github.com/console-rs/indicatif/pull/655](https://redirect.github.com/console-rs/indicatif/pull/655) - Update unicode-width requirement from 0.1 to 0.2 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/console-rs/indicatif/pull/658](https://redirect.github.com/console-rs/indicatif/pull/658) - Replace `instant` with `web-time` by [@​torokati44](https://redirect.github.com/torokati44) in [https://github.com/console-rs/indicatif/pull/666](https://redirect.github.com/console-rs/indicatif/pull/666) - Bump EmbarkStudios/cargo-deny-action from 1 to 2 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/console-rs/indicatif/pull/654](https://redirect.github.com/console-rs/indicatif/pull/654) - Bump version to 0.17.9 by [@​djc](https://redirect.github.com/djc) in [https://github.com/console-rs/indicatif/pull/667](https://redirect.github.com/console-rs/indicatif/pull/667) - feat: allow constructing and setting the progress bar len to `None` by [@​cdellacqua](https://redirect.github.com/cdellacqua) in [https://github.com/console-rs/indicatif/pull/664](https://redirect.github.com/console-rs/indicatif/pull/664)
dtolnay/itoa (itoa) ### [`v1.0.11`](https://redirect.github.com/dtolnay/itoa/releases/tag/1.0.11) [Compare Source](https://redirect.github.com/dtolnay/itoa/compare/1.0.10...1.0.11) - More granular `unsafe` blocks ([#​42](https://redirect.github.com/dtolnay/itoa/issues/42), thanks [@​anforowicz](https://redirect.github.com/anforowicz)) ### [`v1.0.10`](https://redirect.github.com/dtolnay/itoa/releases/tag/1.0.10) [Compare Source](https://redirect.github.com/dtolnay/itoa/compare/1.0.9...1.0.10) - Improve test coverage ([#​41](https://redirect.github.com/dtolnay/itoa/issues/41), thanks [@​CXWorks](https://redirect.github.com/CXWorks)) ### [`v1.0.9`](https://redirect.github.com/dtolnay/itoa/releases/tag/1.0.9) [Compare Source](https://redirect.github.com/dtolnay/itoa/compare/1.0.8...1.0.9) - Documentation improvements ### [`v1.0.8`](https://redirect.github.com/dtolnay/itoa/releases/tag/1.0.8) [Compare Source](https://redirect.github.com/dtolnay/itoa/compare/1.0.7...1.0.8) - Add `no-alloc` category to crates.io metadata ### [`v1.0.7`](https://redirect.github.com/dtolnay/itoa/releases/tag/1.0.7) [Compare Source](https://redirect.github.com/dtolnay/itoa/compare/1.0.6...1.0.7) - Implement Copy for itoa::Buffer ### [`v1.0.6`](https://redirect.github.com/dtolnay/itoa/releases/tag/1.0.6) [Compare Source](https://redirect.github.com/dtolnay/itoa/compare/1.0.5...1.0.6) - Documentation improvements
jedisct1/rust-jwt-simple (jwt-simple) ### [`v0.12.10`](https://redirect.github.com/jedisct1/rust-jwt-simple/compare/0.12.9...0.12.10) [Compare Source](https://redirect.github.com/jedisct1/rust-jwt-simple/compare/0.12.9...0.12.10) ### [`v0.12.9`](https://redirect.github.com/jedisct1/rust-jwt-simple/compare/0.12.8...0.12.9) [Compare Source](https://redirect.github.com/jedisct1/rust-jwt-simple/compare/0.12.8...0.12.9) ### [`v0.12.8`](https://redirect.github.com/jedisct1/rust-jwt-simple/compare/0.12.7...0.12.8) [Compare Source](https://redirect.github.com/jedisct1/rust-jwt-simple/compare/0.12.7...0.12.8) ### [`v0.12.7`](https://redirect.github.com/jedisct1/rust-jwt-simple/compare/0.12.6...0.12.7) [Compare Source](https://redirect.github.com/jedisct1/rust-jwt-simple/compare/0.12.6...0.12.7) ### [`v0.12.6`](https://redirect.github.com/jedisct1/rust-jwt-simple/releases/tag/0.12.6) [Compare Source](https://redirect.github.com/jedisct1/rust-jwt-simple/compare/0.12.5...0.12.6) Added BLAKE2B support. ### [`v0.12.5`](https://redirect.github.com/jedisct1/rust-jwt-simple/compare/0.12.4...0.12.5) [Compare Source](https://redirect.github.com/jedisct1/rust-jwt-simple/compare/0.12.4...0.12.5) ### [`v0.12.2`](https://redirect.github.com/jedisct1/rust-jwt-simple/compare/0.12.1...0.12.2) [Compare Source](https://redirect.github.com/jedisct1/rust-jwt-simple/compare/0.12.1...0.12.2) ### [`v0.12.1`](https://redirect.github.com/jedisct1/rust-jwt-simple/compare/0.12.0...0.12.1) [Compare Source](https://redirect.github.com/jedisct1/rust-jwt-simple/compare/0.12.0...0.12.1) ### [`v0.12.0`](https://redirect.github.com/jedisct1/rust-jwt-simple/compare/0.11.9...0.12.0) [Compare Source](https://redirect.github.com/jedisct1/rust-jwt-simple/compare/0.11.9...0.12.0)
rust-lang-nursery/lazy-static.rs (lazy_static) ### [`v1.5.0`](https://redirect.github.com/rust-lang-nursery/lazy-static.rs/compare/1.4.0...1.5.0) [Compare Source](https://redirect.github.com/rust-lang-nursery/lazy-static.rs/compare/1.4.0...1.5.0)
rust-lang/log (log) ### [`v0.4.22`](https://redirect.github.com/rust-lang/log/blob/HEAD/CHANGELOG.md#0422---2024-06-27) [Compare Source](https://redirect.github.com/rust-lang/log/compare/0.4.21...0.4.22)
rust-lang/pkg-config-rs (pkg-config) ### [`v0.3.31`](https://redirect.github.com/rust-lang/pkg-config-rs/blob/HEAD/CHANGELOG.md#0331---2024-09-23) [Compare Source](https://redirect.github.com/rust-lang/pkg-config-rs/compare/0.3.30...0.3.31) ##### Fixed - Remove double `cargo:` prefix from linker line ([#​168](https://redirect.github.com/rust-lang/pkg-config-rs/issues/168)).
rust-lang/regex (regex) ### [`v1.11.1`](https://redirect.github.com/rust-lang/regex/blob/HEAD/CHANGELOG.md#1111-2024-10-24) [Compare Source](https://redirect.github.com/rust-lang/regex/compare/1.11.0...1.11.1) \=================== This is a new patch release of `regex` that fixes compilation on nightly Rust when the unstable `pattern` crate feature is enabled. Users on nightly Rust without this feature enabled are unaffected. Bug fixes: - [BUG #​1231](https://redirect.github.com/rust-lang/regex/issues/1231): Fix the `Pattern` trait implementation as a result of nightly API breakage. ### [`v1.11.0`](https://redirect.github.com/rust-lang/regex/blob/HEAD/CHANGELOG.md#1110-2024-09-29) [Compare Source](https://redirect.github.com/rust-lang/regex/compare/1.10.6...1.11.0) \=================== This is a new minor release of `regex` that brings in an update to the Unicode Character Database. Specifically, this updates the Unicode data used by `regex` internally to the version 16 release. New features: - [FEATURE #​1228](https://redirect.github.com/rust-lang/regex/pull/1228): Add new `regex::SetMatches::matched_all` method. - [FEATURE #​1229](https://redirect.github.com/rust-lang/regex/pull/1229): Update to Unicode Character Database (UCD) version 16. ### [`v1.10.6`](https://redirect.github.com/rust-lang/regex/blob/HEAD/CHANGELOG.md#1106-2024-08-02) [Compare Source](https://redirect.github.com/rust-lang/regex/compare/1.10.5...1.10.6) \=================== This is a new patch release with a fix for the `unstable` crate feature that enables `std::str::Pattern` trait integration. Bug fixes: - [BUG #​1219](https://redirect.github.com/rust-lang/regex/pull/1219): Fix the `Pattern` trait implementation as a result of nightly API breakage. ### [`v1.10.5`](https://redirect.github.com/rust-lang/regex/blob/HEAD/CHANGELOG.md#1105-2024-06-09) [Compare Source](https://redirect.github.com/rust-lang/regex/compare/1.10.4...1.10.5) \=================== This is a new patch release with some minor fixes. Bug fixes: - [BUG #​1203](https://redirect.github.com/rust-lang/regex/pull/1203): Escape invalid UTF-8 when in the `Debug` impl of `regex::bytes::Match`.
seanmonstar/reqwest (reqwest) ### [`v0.12.9`](https://redirect.github.com/seanmonstar/reqwest/blob/HEAD/CHANGELOG.md#v0129) [Compare Source](https://redirect.github.com/seanmonstar/reqwest/compare/v0.12.8...v0.12.9) - Add `tls::CertificateRevocationLists` support. - Add crate features to enable webpki roots without selecting a rustls provider. - Fix `connection_verbose()` to output read logs. - Fix `multipart::Part::file()` to automatically include content-length. - Fix proxy to internally no longer cache system proxy settings. ### [`v0.12.8`](https://redirect.github.com/seanmonstar/reqwest/blob/HEAD/CHANGELOG.md#v0128) [Compare Source](https://redirect.github.com/seanmonstar/reqwest/compare/v0.12.7...v0.12.8) - Add support for SOCKS4 proxies. - Add `multipart::Form::file()` method for adding files easily. - Add `Body::wrap()` to wrap any `http_body::Body` type. - Fix the pool configuration to use a timer to remove expired connections. ### [`v0.12.7`](https://redirect.github.com/seanmonstar/reqwest/blob/HEAD/CHANGELOG.md#v0127) [Compare Source](https://redirect.github.com/seanmonstar/reqwest/compare/v0.12.6...v0.12.7) - Revert adding `impl Service>` for `Client`. ### [`v0.12.6`](https://redirect.github.com/seanmonstar/reqwest/blob/HEAD/CHANGELOG.md#v0126) [Compare Source](https://redirect.github.com/seanmonstar/reqwest/compare/v0.12.5...v0.12.6) - Add support for `danger_accept_invalid_hostnames` for `rustls`. - Add `impl Service>` for `Client` and `&'_ Client`. - Add support for `!Sync` bodies in `Body::wrap_stream()`. - Enable happy eyeballs when `hickory-dns` is used. - Fix `Proxy` so that `HTTP(S)_PROXY` values take precendence over `ALL_PROXY`. - Fix `blocking::RequestBuilder::header()` from unsetting `sensitive` on passed header values. ### [`v0.12.5`](https://redirect.github.com/seanmonstar/reqwest/blob/HEAD/CHANGELOG.md#v0125) [Compare Source](https://redirect.github.com/seanmonstar/reqwest/compare/v0.12.4...v0.12.5) - Add `blocking::ClientBuilder::dns_resolver()` method to change DNS resolver in blocking client. - Add `http3` feature back, still requiring `reqwest_unstable`. - Add `rustls-tls-no-provider` Cargo feature to use rustls without a crypto provider. - Fix `Accept-Encoding` header combinations. - Fix http3 resolving IPv6 addresses. - Internal: upgrade to rustls 0.23.
serde-rs/serde (serde) ### [`v1.0.215`](https://redirect.github.com/serde-rs/serde/releases/tag/v1.0.215) [Compare Source](https://redirect.github.com/serde-rs/serde/compare/v1.0.214...v1.0.215) - Produce warning when multiple fields or variants have the same deserialization name ([#​2855](https://redirect.github.com/serde-rs/serde/issues/2855), [#​2856](https://redirect.github.com/serde-rs/serde/issues/2856), [#​2857](https://redirect.github.com/serde-rs/serde/issues/2857)) ### [`v1.0.214`](https://redirect.github.com/serde-rs/serde/releases/tag/v1.0.214) [Compare Source](https://redirect.github.com/serde-rs/serde/compare/v1.0.213...v1.0.214) - Implement IntoDeserializer for all Deserializers in serde::de::value module ([#​2568](https://redirect.github.com/serde-rs/serde/issues/2568), thanks [@​Mingun](https://redirect.github.com/Mingun)) ### [`v1.0.213`](https://redirect.github.com/serde-rs/serde/releases/tag/v1.0.213) [Compare Source](https://redirect.github.com/serde-rs/serde/compare/v1.0.212...v1.0.213) - Fix support for macro-generated `with` attributes inside a newtype struct ([#​2847](https://redirect.github.com/serde-rs/serde/issues/2847)) ### [`v1.0.212`](https://redirect.github.com/serde-rs/serde/releases/tag/v1.0.212) [Compare Source](https://redirect.github.com/serde-rs/serde/compare/v1.0.211...v1.0.212) - Fix hygiene of macro-generated local variable accesses in serde(with) wrappers ([#​2845](https://redirect.github.com/serde-rs/serde/issues/2845)) ### [`v1.0.211`](https://redirect.github.com/serde-rs

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 becomes conflicted, 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 day 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 token/Cargo.toml --package jwt-simple@0.11.9 --precise 0.12.10
error: package ID specification `jwt-simple@0.11.9` did not match any packages
Did you mean one of these?

  jwt-simple@0.12.9