containers / bootc

Boot and upgrade via container images
https://containers.github.io/bootc/
Apache License 2.0
769 stars 83 forks source link

chore(deps): update auto merged updates #902

Closed platform-engineering-bot closed 4 days ago

platform-engineering-bot commented 5 days ago

This PR contains the following updates:

Package Type Update Change
clap workspace.dependencies patch 4.5.20 -> 4.5.21
flate2 dependencies patch 1.0.34 -> 1.0.35
indicatif workspace.dependencies patch 0.17.8 -> 0.17.9
libc workspace.dependencies patch 0.2.162 -> 0.2.164
rustix workspace.dependencies patch 0.38.40 -> 0.38.41
serde (source) workspace.dependencies patch 1.0.214 -> 1.0.215
serde_json workspace.dependencies patch 1.0.132 -> 1.0.133
xshell dependencies patch 0.2.6 -> 0.2.7

Release Notes

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)`
rust-lang/flate2-rs (flate2) ### [`v1.0.35`](https://redirect.github.com/rust-lang/flate2-rs/releases/tag/1.0.35): - security update to zlib-rs [Compare Source](https://redirect.github.com/rust-lang/flate2-rs/compare/1.0.34...1.0.35) #### What's Changed - Upgrade actions/upload-artifact by [@​jdno](https://redirect.github.com/jdno) in [https://github.com/rust-lang/flate2-rs/pull/438](https://redirect.github.com/rust-lang/flate2-rs/pull/438) - upgrade zlib-rs to version `0.4.0` by [@​folkertdev](https://redirect.github.com/folkertdev) in [https://github.com/rust-lang/flate2-rs/pull/439](https://redirect.github.com/rust-lang/flate2-rs/pull/439) #### New Contributors - [@​jdno](https://redirect.github.com/jdno) made their first contribution in [https://github.com/rust-lang/flate2-rs/pull/438](https://redirect.github.com/rust-lang/flate2-rs/pull/438) **Full Changelog**: https://github.com/rust-lang/flate2-rs/compare/1.0.34...1.0.35
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)
rust-lang/libc (libc) ### [`v0.2.164`](https://redirect.github.com/rust-lang/libc/blob/HEAD/CHANGELOG.md#02164---2024-11-16) [Compare Source](https://redirect.github.com/rust-lang/libc/compare/0.2.163...0.2.164) ##### MSRV This release increases the MSRV of `libc` to 1.63. ##### Other - CI: remove tests with rust < 1.63 [#​4051](https://redirect.github.com/rust-lang/libc/pull/4051) - MSRV: document the MSRV of the stable channel to be 1.63 [#​4040](https://redirect.github.com/rust-lang/libc/pull/4040) - MacOS: move ifconf to s_no_extra_traits [#​4051](https://redirect.github.com/rust-lang/libc/pull/4051) ### [`v0.2.163`](https://redirect.github.com/rust-lang/libc/blob/HEAD/CHANGELOG.md#02163---2024-11-16) [Compare Source](https://redirect.github.com/rust-lang/libc/compare/0.2.162...0.2.163) ##### Added - Aix: add more `dlopen` flags [#​4044](https://redirect.github.com/rust-lang/libc/pull/4044) - Android: add group calls [#​3499](https://redirect.github.com/rust-lang/libc/pull/3499) - FreeBSD: add `TCP_FUNCTION_BLK` and `TCP_FUNCTION_ALIAS` [#​4047](https://redirect.github.com/rust-lang/libc/pull/4047) - Linux: add `confstr` [#​3612](https://redirect.github.com/rust-lang/libc/pull/3612) - Solarish: add `aio` [#​4033](https://redirect.github.com/rust-lang/libc/pull/4033) - Solarish: add `arc4random*` [#​3944](https://redirect.github.com/rust-lang/libc/pull/3944) ##### Changed - Emscripten: upgrade emsdk to 3.1.68 [#​3962](https://redirect.github.com/rust-lang/libc/pull/3962) - Hurd: use more standard types [#​3733](https://redirect.github.com/rust-lang/libc/pull/3733) - Hurd: use the standard `ssize_t = isize` [#​4029](https://redirect.github.com/rust-lang/libc/pull/4029) - Solaris: fix `confstr` and `ucontext_t` [#​4035](https://redirect.github.com/rust-lang/libc/pull/4035) ##### Other - CI: add Solaris [#​4035](https://redirect.github.com/rust-lang/libc/pull/4035) - CI: add `i686-unknown-freebsd` [#​3997](https://redirect.github.com/rust-lang/libc/pull/3997) - CI: ensure that calls to `sort` do not depend on locale [#​4026](https://redirect.github.com/rust-lang/libc/pull/4026) - Specify `rust-version` in `Cargo.toml` [#​4041](https://redirect.github.com/rust-lang/libc/pull/4041)
bytecodealliance/rustix (rustix) ### [`v0.38.41`](https://redirect.github.com/bytecodealliance/rustix/compare/v0.38.40...v0.38.41) [Compare Source](https://redirect.github.com/bytecodealliance/rustix/compare/v0.38.40...v0.38.41)
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))
serde-rs/json (serde_json) ### [`v1.0.133`](https://redirect.github.com/serde-rs/json/releases/tag/v1.0.133) [Compare Source](https://redirect.github.com/serde-rs/json/compare/v1.0.132...v1.0.133) - Implement From<\[T; N]> for serde_json::Value ([#​1215](https://redirect.github.com/serde-rs/json/issues/1215))
matklad/xshell (xshell) ### [`v0.2.7`](https://redirect.github.com/matklad/xshell/blob/HEAD/CHANGELOG.md#027) [Compare Source](https://redirect.github.com/matklad/xshell/compare/v0.2.6...v0.2.7) - MSRV is raised to 1.63.0 - Avoid using non-existant cfg in macros

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

â™» 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 has been generated by Renovate Bot.