bootc
bootc copied to clipboard
fix(deps): update auto merged updates
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| anstream | dependencies | patch | 0.6.13 -> 0.6.14 |
| anstyle | dependencies | patch | 1.0.6 -> 1.0.7 |
| anyhow | dependencies | patch | 1.0.82 -> 1.0.86 |
| camino | dependencies | patch | 1.1.6 -> 1.1.7 |
| libc | dependencies | patch | 0.2.154 -> 0.2.155 |
| schemars (source) | dependencies | patch | 0.8.17 -> 0.8.20 |
| serde (source) | dependencies | patch | 1.0.199 -> 1.0.202 |
| serde_json | dependencies | patch | 1.0.116 -> 1.0.117 |
| tokio-util (source) | dependencies | patch | 0.7.10 -> 0.7.11 |
| toml | dependencies | patch | 0.8.12 -> 0.8.13 |
Release Notes
dtolnay/anyhow (anyhow)
v1.0.86
- Fix parse error in
ensure!with non-literal after minus sign (#373)
v1.0.85
v1.0.84
- Disallow calling
ensure!through aNotimpl for a type that is notbool(#367)
v1.0.83
- Integrate compile-time checking of cfgs (#363)
rust-lang/libc (libc)
v0.2.155
What's Changed
- Add
SYS_lseekandSYS_mmapfor aarch64 Android by @lberrymage in https://github.com/rust-lang/libc/pull/3632 - Correct the value of FAN_MARK_IGNORE by @severen in https://github.com/rust-lang/libc/pull/3622
- Update FreeBSD 13 CI image by @JohnTitor in https://github.com/rust-lang/libc/pull/3671
- android: add FUTEX_LOCK_PI2 by @rtzoeller in https://github.com/rust-lang/libc/pull/3635
- Fix out-of-bounds pointer arithmetic in CMSG_NXTHDR by @purplesyringa in https://github.com/rust-lang/libc/pull/3676
- Revert "Support posix_spawn on Android" by @JohnTitor in https://github.com/rust-lang/libc/pull/3678
- Unlock ci: fix wrong cfg emscripten by @tesuji in https://github.com/rust-lang/libc/pull/3684
- redox: correct EPOLL constants by @jackpot51 in https://github.com/rust-lang/libc/pull/3686
- [0.2] Revert "Upgrade Docker images to Ubuntu 23.10" on sparc64 by @cuviper in https://github.com/rust-lang/libc/pull/3708
- Re-add
posix_spawn{_file_actions_t,attr_t}on Android by @tesuji in https://github.com/rust-lang/libc/pull/3690 - Update version to
0.2.155by @madsmtm in https://github.com/rust-lang/libc/pull/3682
New Contributors
- @lberrymage made their first contribution in https://github.com/rust-lang/libc/pull/3632
- @purplesyringa made their first contribution in https://github.com/rust-lang/libc/pull/3676
Full Changelog: https://github.com/rust-lang/libc/compare/0.2.154...0.2.155
GREsau/schemars (schemars)
v0.8.20
Fixed:
- Revert unintentional change in behaviour when combining
defaultandrequiredattributes (https://github.com/GREsau/schemars/issues/292)
v0.8.19
Fixed:
- Regression that caused a compile error when deriving
JsonSchemaon an enum with no variants (https://github.com/GREsau/schemars/issues/287)
v0.8.18
Fixed:
- Reduce size of MIR output (and improve release-mode compile time) when deriving
JsonSchemaon enums (https://github.com/GREsau/schemars/pull/266 / https://github.com/GREsau/schemars/pull/286)
serde-rs/serde (serde)
v1.0.202
- Provide public access to RenameAllRules in serde_derive_internals (#2743)
v1.0.201
- Resolve unexpected_cfgs warning (#2737)
v1.0.200
- Fix formatting of "invalid type" and "invalid value" deserialization error messages containing NaN or infinite floats (#2733, thanks @jamessan)
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Renovate Bot.
CI/cargo-fmt fix in #555