chore(deps): update all dependencies #82

Open
kjuulh wants to merge 1 commits from renovate/all into main
Owner

This PR contains the following updates:

Package Type Update Change
async-trait workspace.dependencies patch 0.1.81 -> 0.1.82
clap dependencies patch 4.5.16 -> 4.5.17
github.com/bitfield/script require minor v0.22.1 -> v0.23.0
serde_json dependencies patch 1.0.125 -> 1.0.128
tokio (source) workspace.dependencies minor 1.39.3 -> 1.40.0

Release Notes

dtolnay/async-trait (async-trait)

v0.1.82

Compare Source

  • Prevent elided_named_lifetimes lint being produced in generated code (#​276)
clap-rs/clap (clap)

v4.5.17

Compare Source

Fixes
  • (help) Style required argument groups
  • (derive) Improve error messages when unsupported fields are used
bitfield/script (github.com/bitfield/script)

v0.23.0

Compare Source

serde-rs/json (serde_json)

v1.0.128

Compare Source

v1.0.127

Compare Source

v1.0.126

Compare Source

  • Improve string parsing on targets that use 32-bit pointers but also have fast 64-bit integer arithmetic, such as aarch64-unknown-linux-gnu_ilp32 and x86_64-unknown-linux-gnux32 (#​1182, thanks @​CryZe)
tokio-rs/tokio (tokio)

v1.40.0: Tokio v1.40.0

Compare Source

1.40.0 (August 30th, 2024)

Added
  • io: add util::SimplexStream (#​6589)
  • process: stabilize Command::process_group (#​6731)
  • sync: add {TrySendError,SendTimeoutError}::into_inner (#​6755)
  • task: add JoinSet::join_all (#​6784)
Added (unstable)
  • runtime: add Builder::{on_task_spawn, on_task_terminate} (#​6742)
Changed
  • io: use vectored io for write_all_buf when possible (#​6724)
  • runtime: prevent niche-optimization to avoid triggering miri (#​6744)
  • sync: mark mpsc types as UnwindSafe (#​6783)
  • sync,time: make Sleep and BatchSemaphore instrumentation explicit roots (#​6727)
  • task: use NonZeroU64 for task::Id (#​6733)
  • task: include panic message when printing JoinError (#​6753)
  • task: add #[must_use] to JoinHandle::abort_handle (#​6762)
  • time: eliminate timer wheel allocations (#​6779)
Documented
  • docs: clarify that [build] section doesn't go in Cargo.toml (#​6728)
  • io: clarify zero remaining capacity case (#​6790)
  • macros: improve documentation for select! (#​6774)
  • sync: document mpsc channel allocation behavior (#​6773)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [async-trait](https://github.com/dtolnay/async-trait) | workspace.dependencies | patch | `0.1.81` -> `0.1.82` | | [clap](https://github.com/clap-rs/clap) | dependencies | patch | `4.5.16` -> `4.5.17` | | [github.com/bitfield/script](https://github.com/bitfield/script) | require | minor | `v0.22.1` -> `v0.23.0` | | [serde_json](https://github.com/serde-rs/json) | dependencies | patch | `1.0.125` -> `1.0.128` | | [tokio](https://tokio.rs) ([source](https://github.com/tokio-rs/tokio)) | workspace.dependencies | minor | `1.39.3` -> `1.40.0` | --- ### Release Notes <details> <summary>dtolnay/async-trait (async-trait)</summary> ### [`v0.1.82`](https://github.com/dtolnay/async-trait/releases/tag/0.1.82) [Compare Source](https://github.com/dtolnay/async-trait/compare/0.1.81...0.1.82) - Prevent elided_named_lifetimes lint being produced in generated code ([#&#8203;276](https://github.com/dtolnay/async-trait/issues/276)) </details> <details> <summary>clap-rs/clap (clap)</summary> ### [`v4.5.17`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4517---2024-09-04) [Compare Source](https://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 </details> <details> <summary>bitfield/script (github.com/bitfield/script)</summary> ### [`v0.23.0`](https://github.com/bitfield/script/compare/v0.22.1...v0.23.0) [Compare Source](https://github.com/bitfield/script/compare/v0.22.1...v0.23.0) </details> <details> <summary>serde-rs/json (serde_json)</summary> ### [`v1.0.128`](https://github.com/serde-rs/json/releases/tag/1.0.128) [Compare Source](https://github.com/serde-rs/json/compare/1.0.127...1.0.128) - Support serializing maps containing 128-bit integer keys to serde_json::Value ([#&#8203;1188](https://github.com/serde-rs/json/issues/1188), thanks [@&#8203;Mrreadiness](https://github.com/Mrreadiness)) ### [`v1.0.127`](https://github.com/serde-rs/json/releases/tag/1.0.127) [Compare Source](https://github.com/serde-rs/json/compare/1.0.126...1.0.127) - Add more removal methods to OccupiedEntry ([#&#8203;1179](https://github.com/serde-rs/json/issues/1179), thanks [@&#8203;GREsau](https://github.com/GREsau)) ### [`v1.0.126`](https://github.com/serde-rs/json/releases/tag/1.0.126) [Compare Source](https://github.com/serde-rs/json/compare/1.0.125...1.0.126) - Improve string parsing on targets that use 32-bit pointers but also have fast 64-bit integer arithmetic, such as aarch64-unknown-linux-gnu_ilp32 and x86\_64-unknown-linux-gnux32 ([#&#8203;1182](https://github.com/serde-rs/json/issues/1182), thanks [@&#8203;CryZe](https://github.com/CryZe)) </details> <details> <summary>tokio-rs/tokio (tokio)</summary> ### [`v1.40.0`](https://github.com/tokio-rs/tokio/releases/tag/tokio-1.40.0): Tokio v1.40.0 [Compare Source](https://github.com/tokio-rs/tokio/compare/tokio-1.39.3...tokio-1.40.0) ### 1.40.0 (August 30th, 2024) ##### Added - io: add `util::SimplexStream` ([#&#8203;6589]) - process: stabilize `Command::process_group` ([#&#8203;6731]) - sync: add `{TrySendError,SendTimeoutError}::into_inner` ([#&#8203;6755]) - task: add `JoinSet::join_all` ([#&#8203;6784]) ##### Added (unstable) - runtime: add `Builder::{on_task_spawn, on_task_terminate}` ([#&#8203;6742]) ##### Changed - io: use vectored io for `write_all_buf` when possible ([#&#8203;6724]) - runtime: prevent niche-optimization to avoid triggering miri ([#&#8203;6744]) - sync: mark mpsc types as `UnwindSafe` ([#&#8203;6783]) - sync,time: make `Sleep` and `BatchSemaphore` instrumentation explicit roots ([#&#8203;6727]) - task: use `NonZeroU64` for `task::Id` ([#&#8203;6733]) - task: include panic message when printing `JoinError` ([#&#8203;6753]) - task: add `#[must_use]` to `JoinHandle::abort_handle` ([#&#8203;6762]) - time: eliminate timer wheel allocations ([#&#8203;6779]) ##### Documented - docs: clarify that `[build]` section doesn't go in Cargo.toml ([#&#8203;6728]) - io: clarify zero remaining capacity case ([#&#8203;6790]) - macros: improve documentation for `select!` ([#&#8203;6774]) - sync: document mpsc channel allocation behavior ([#&#8203;6773]) [#&#8203;6589]: https://github.com/tokio-rs/tokio/pull/6589 [#&#8203;6724]: https://github.com/tokio-rs/tokio/pull/6724 [#&#8203;6727]: https://github.com/tokio-rs/tokio/pull/6727 [#&#8203;6728]: https://github.com/tokio-rs/tokio/pull/6728 [#&#8203;6731]: https://github.com/tokio-rs/tokio/pull/6731 [#&#8203;6733]: https://github.com/tokio-rs/tokio/pull/6733 [#&#8203;6742]: https://github.com/tokio-rs/tokio/pull/6742 [#&#8203;6744]: https://github.com/tokio-rs/tokio/pull/6744 [#&#8203;6753]: https://github.com/tokio-rs/tokio/pull/6753 [#&#8203;6755]: https://github.com/tokio-rs/tokio/pull/6755 [#&#8203;6762]: https://github.com/tokio-rs/tokio/pull/6762 [#&#8203;6773]: https://github.com/tokio-rs/tokio/pull/6773 [#&#8203;6774]: https://github.com/tokio-rs/tokio/pull/6774 [#&#8203;6779]: https://github.com/tokio-rs/tokio/pull/6779 [#&#8203;6783]: https://github.com/tokio-rs/tokio/pull/6783 [#&#8203;6784]: https://github.com/tokio-rs/tokio/pull/6784 [#&#8203;6790]: https://github.com/tokio-rs/tokio/pull/6790 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjQuMyIsInVwZGF0ZWRJblZlciI6IjM3LjQyNC4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
kjuulh added 1 commit 2024-08-23 22:10:19 +02:00
fix(deps): update rust crate serde_json to v1.0.126
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is failing
f258030a1e
kjuulh changed title from fix(deps): update rust crate serde_json to v1.0.126 to fix(deps): update rust crate serde_json to v1.0.127 2024-08-23 23:28:17 +02:00
kjuulh force-pushed renovate/all from f258030a1e to d4d24cc967 2024-08-23 23:28:18 +02:00 Compare
kjuulh changed title from fix(deps): update rust crate serde_json to v1.0.127 to fix(deps): update all dependencies 2024-08-30 10:37:14 +02:00
kjuulh force-pushed renovate/all from d4d24cc967 to f40f261654 2024-08-30 10:37:16 +02:00 Compare
kjuulh force-pushed renovate/all from f40f261654 to 0982ecfa06 2024-08-30 11:19:57 +02:00 Compare
kjuulh force-pushed renovate/all from 0982ecfa06 to 1cbe15523a 2024-08-30 11:59:10 +02:00 Compare
kjuulh force-pushed renovate/all from 1cbe15523a to 0500fc982c 2024-08-30 12:42:09 +02:00 Compare
kjuulh force-pushed renovate/all from 0500fc982c to 4c70cca44e 2024-08-30 13:27:59 +02:00 Compare
kjuulh force-pushed renovate/all from 4c70cca44e to 3983a01454 2024-08-30 14:04:50 +02:00 Compare
kjuulh force-pushed renovate/all from 3983a01454 to 0529876ec5 2024-08-30 14:42:26 +02:00 Compare
kjuulh force-pushed renovate/all from 0529876ec5 to c64569a7ba 2024-08-30 15:18:40 +02:00 Compare
kjuulh force-pushed renovate/all from c64569a7ba to d256582e93 2024-08-30 15:55:45 +02:00 Compare
kjuulh force-pushed renovate/all from d256582e93 to b599608fe5 2024-08-30 16:32:14 +02:00 Compare
kjuulh force-pushed renovate/all from b599608fe5 to b29f940af7 2024-08-30 17:08:24 +02:00 Compare
kjuulh force-pushed renovate/all from b29f940af7 to 2d949f2044 2024-08-30 17:44:11 +02:00 Compare
kjuulh force-pushed renovate/all from 2d949f2044 to 5b994f9055 2024-08-30 18:38:34 +02:00 Compare
kjuulh force-pushed renovate/all from 5b994f9055 to c4111d7175 2024-08-30 19:18:30 +02:00 Compare
kjuulh force-pushed renovate/all from c4111d7175 to 79b6147bbd 2024-08-30 19:55:18 +02:00 Compare
kjuulh force-pushed renovate/all from 79b6147bbd to a58ae4f1f6 2024-08-31 02:42:51 +02:00 Compare
kjuulh force-pushed renovate/all from a58ae4f1f6 to 3b3bc33310 2024-08-31 06:40:49 +02:00 Compare
kjuulh force-pushed renovate/all from 3b3bc33310 to c78fcf7bac 2024-09-01 02:41:59 +02:00 Compare
kjuulh force-pushed renovate/all from c78fcf7bac to a8213c6a2f 2024-09-01 06:40:32 +02:00 Compare
kjuulh force-pushed renovate/all from a8213c6a2f to 75129b7b28 2024-09-02 02:42:57 +02:00 Compare
kjuulh changed title from fix(deps): update all dependencies to chore(deps): update all dependencies 2024-09-02 06:41:17 +02:00
kjuulh force-pushed renovate/all from 75129b7b28 to 143e1d56db 2024-09-02 06:41:18 +02:00 Compare
kjuulh force-pushed renovate/all from 143e1d56db to f4fdb616c4 2024-09-03 02:43:02 +02:00 Compare
kjuulh force-pushed renovate/all from f4fdb616c4 to 336d031529 2024-09-03 06:40:46 +02:00 Compare
kjuulh force-pushed renovate/all from 336d031529 to 0e4499a0cf 2024-09-04 02:43:09 +02:00 Compare
kjuulh force-pushed renovate/all from 0e4499a0cf to 8788acf3e5 2024-09-04 06:41:08 +02:00 Compare
kjuulh force-pushed renovate/all from 8788acf3e5 to 3a71548659 2024-09-05 02:50:33 +02:00 Compare
kjuulh force-pushed renovate/all from 3a71548659 to de3b84e328 2024-09-05 06:42:53 +02:00 Compare
kjuulh force-pushed renovate/all from de3b84e328 to 83ef0223ff 2024-09-06 02:45:31 +02:00 Compare
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is failing
This pull request can be merged automatically.
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/all:renovate/all
git checkout renovate/all
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: kjuulh/octopush#82
No description provided.