fix(deps): update all dependencies #22

Merged
kjuulh merged 1 commits from renovate/all into main 2024-01-29 00:58:50 +01:00
Owner

This PR contains the following updates:

Package Type Update Change
async-scoped dependencies minor 0.8.0 -> 0.9.0
async-scoped workspace.dependencies minor 0.8.0 -> 0.9.0
async-trait workspace.dependencies patch 0.1.74 -> 0.1.77
eyre workspace.dependencies patch 0.6.9 -> 0.6.11
tokio (source) workspace.dependencies minor 1.34.0 -> 1.35.1

Release Notes

rmanoka/async-scoped

v0.9.0

  • Use FuturesOrdered inside Scope. #​19
  • Dropping an empty scope no longer requires blocking call to the runtime. #​23
Miscellaneous Tasks
  • Using "in parallel" in document to be more natural. #​26
dtolnay/async-trait

v0.1.76

Compare Source

  • Documentation improvements

v0.1.75

Compare Source

  • Documentation improvements
tokio-rs/tokio

v1.35.1: Tokio v1.35.1

Compare Source

1.35.1 (December 19, 2023)

This is a forward part of a change that was backported to 1.25.3.

Fixed
  • io: add budgeting to tokio::runtime::io::registration::async_io (#​6221)

v1.35.0: Tokio v1.35.0

Compare Source

1.35.0 (December 8th, 2023)

Added
  • net: add Apple watchOS support (#​6176)
Changed
  • io: drop the Sized requirements from AsyncReadExt.read_buf (#​6169)
  • runtime: make Runtime unwind safe (#​6189)
  • runtime: reduce the lock contention in task spawn (#​6001)
  • tokio: update nix dependency to 0.27.1 (#​6190)
Fixed
  • chore: make --cfg docsrs work without net feature (#​6166)
  • chore: use relaxed load for unsync_load on miri (#​6179)
  • runtime: handle missing context on wake (#​6148)
  • taskdump: fix taskdump cargo config example (#​6150)
  • taskdump: skip notified tasks during taskdumps (#​6194)
  • tracing: avoid creating resource spans with current parent, use a None parent instead (#​6107)
  • tracing: make task span explicit root (#​6158)
Documented
  • io: flush in AsyncWriteExt examples (#​6149)
  • runtime: document fairness guarantees and current behavior (#​6145)
  • task: document cancel safety of LocalSet::run_until (#​6147)

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-scoped](https://github.com/rmanoka/async-scoped) | dependencies | minor | `0.8.0` -> `0.9.0` | | [async-scoped](https://github.com/rmanoka/async-scoped) | workspace.dependencies | minor | `0.8.0` -> `0.9.0` | | [async-trait](https://github.com/dtolnay/async-trait) | workspace.dependencies | patch | `0.1.74` -> `0.1.77` | | [eyre](https://github.com/eyre-rs/eyre) | workspace.dependencies | patch | `0.6.9` -> `0.6.11` | | [tokio](https://tokio.rs) ([source](https://github.com/tokio-rs/tokio)) | workspace.dependencies | minor | `1.34.0` -> `1.35.1` | --- ### Release Notes <details> <summary>rmanoka/async-scoped</summary> ### [`v0.9.0`](https://github.com/rmanoka/async-scoped/blob/HEAD/CHANGELOG.md#&#8203;090---2024-01-24) - Use `FuturesOrdered` inside `Scope`. [#&#8203;19](https://github.com/rmanoka/async-scoped/pull/19) - Dropping an empty scope no longer requires blocking call to the runtime. [#&#8203;23](https://github.com/rmanoka/async-scoped/pull/23) ##### Miscellaneous Tasks - Using "in parallel" in document to be more natural. [#&#8203;26](https://github.com/rmanoka/async-scoped/pull/26) </details> <details> <summary>dtolnay/async-trait</summary> ### [`v0.1.76`](https://github.com/dtolnay/async-trait/releases/tag/0.1.76) [Compare Source](https://github.com/dtolnay/async-trait/compare/0.1.75...0.1.76) - Documentation improvements ### [`v0.1.75`](https://github.com/dtolnay/async-trait/releases/tag/0.1.75) [Compare Source](https://github.com/dtolnay/async-trait/compare/0.1.74...0.1.75) - Documentation improvements </details> <details> <summary>tokio-rs/tokio</summary> ### [`v1.35.1`](https://github.com/tokio-rs/tokio/releases/tag/tokio-1.35.1): Tokio v1.35.1 [Compare Source](https://github.com/tokio-rs/tokio/compare/tokio-1.35.0...tokio-1.35.1) ### 1.35.1 (December 19, 2023) This is a forward part of a change that was backported to 1.25.3. ##### Fixed - io: add budgeting to `tokio::runtime::io::registration::async_io` ([#&#8203;6221]) [#&#8203;6221]: https://github.com/tokio-rs/tokio/pull/6221 ### [`v1.35.0`](https://github.com/tokio-rs/tokio/releases/tag/tokio-1.35.0): Tokio v1.35.0 [Compare Source](https://github.com/tokio-rs/tokio/compare/tokio-1.34.0...tokio-1.35.0) ### 1.35.0 (December 8th, 2023) ##### Added - net: add Apple watchOS support ([#&#8203;6176]) ##### Changed - io: drop the `Sized` requirements from `AsyncReadExt.read_buf` ([#&#8203;6169]) - runtime: make `Runtime` unwind safe ([#&#8203;6189]) - runtime: reduce the lock contention in task spawn ([#&#8203;6001]) - tokio: update nix dependency to 0.27.1 ([#&#8203;6190]) ##### Fixed - chore: make `--cfg docsrs` work without net feature ([#&#8203;6166]) - chore: use relaxed load for `unsync_load` on miri ([#&#8203;6179]) - runtime: handle missing context on wake ([#&#8203;6148]) - taskdump: fix taskdump cargo config example ([#&#8203;6150]) - taskdump: skip notified tasks during taskdumps ([#&#8203;6194]) - tracing: avoid creating resource spans with current parent, use a None parent instead ([#&#8203;6107]) - tracing: make task span explicit root ([#&#8203;6158]) ##### Documented - io: flush in `AsyncWriteExt` examples ([#&#8203;6149]) - runtime: document fairness guarantees and current behavior ([#&#8203;6145]) - task: document cancel safety of `LocalSet::run_until` ([#&#8203;6147]) [#&#8203;6001]: https://github.com/tokio-rs/tokio/pull/6001 [#&#8203;6107]: https://github.com/tokio-rs/tokio/pull/6107 [#&#8203;6144]: https://github.com/tokio-rs/tokio/pull/6144 [#&#8203;6145]: https://github.com/tokio-rs/tokio/pull/6145 [#&#8203;6147]: https://github.com/tokio-rs/tokio/pull/6147 [#&#8203;6148]: https://github.com/tokio-rs/tokio/pull/6148 [#&#8203;6149]: https://github.com/tokio-rs/tokio/pull/6149 [#&#8203;6150]: https://github.com/tokio-rs/tokio/pull/6150 [#&#8203;6158]: https://github.com/tokio-rs/tokio/pull/6158 [#&#8203;6166]: https://github.com/tokio-rs/tokio/pull/6166 [#&#8203;6169]: https://github.com/tokio-rs/tokio/pull/6169 [#&#8203;6176]: https://github.com/tokio-rs/tokio/pull/6176 [#&#8203;6179]: https://github.com/tokio-rs/tokio/pull/6179 [#&#8203;6189]: https://github.com/tokio-rs/tokio/pull/6189 [#&#8203;6190]: https://github.com/tokio-rs/tokio/pull/6190 [#&#8203;6194]: https://github.com/tokio-rs/tokio/pull/6194 </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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNjAuMCIsInVwZGF0ZWRJblZlciI6IjM0LjE2MC4wIn0=-->
kjuulh added 1 commit 2023-12-08 08:03:12 +01:00
chore(deps): update rust crate eyre to 0.6.10
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is failing
b85bda5048
kjuulh changed title from chore(deps): update rust crate eyre to 0.6.10 to chore(deps): update all dependencies 2023-12-09 00:23:06 +01:00
kjuulh force-pushed renovate/all from b85bda5048 to c317939a60 2023-12-09 00:23:07 +01:00 Compare
kjuulh changed title from chore(deps): update all dependencies to chore(deps): update rust crate tokio to 1.35.0 2023-12-12 21:11:56 +01:00
kjuulh force-pushed renovate/all from c317939a60 to 3e33c4f383 2023-12-13 23:12:32 +01:00 Compare
kjuulh changed title from chore(deps): update rust crate tokio to 1.35.0 to chore(deps): update all dependencies 2023-12-13 23:12:33 +01:00
kjuulh force-pushed renovate/all from 3e33c4f383 to c25a55421b 2023-12-19 19:21:02 +01:00 Compare
kjuulh force-pushed renovate/all from c25a55421b to dcb11b7044 2023-12-21 01:11:17 +01:00 Compare
kjuulh force-pushed renovate/all from dcb11b7044 to 2f5ae6b748 2023-12-26 17:21:43 +01:00 Compare
kjuulh force-pushed renovate/all from 2f5ae6b748 to 7a53228a11 2023-12-26 17:47:13 +01:00 Compare
kjuulh force-pushed renovate/all from 7a53228a11 to d28403b36a 2023-12-26 18:20:01 +01:00 Compare
kjuulh force-pushed renovate/all from d28403b36a to f2957a93b5 2023-12-28 14:42:59 +01:00 Compare
kjuulh force-pushed renovate/all from f2957a93b5 to 8fb69f4e40 2023-12-29 17:18:52 +01:00 Compare
kjuulh force-pushed renovate/all from 8fb69f4e40 to 0bd79c0491 2023-12-29 17:46:22 +01:00 Compare
kjuulh force-pushed renovate/all from 0bd79c0491 to 1f02c4de5f 2023-12-29 20:01:48 +01:00 Compare
kjuulh force-pushed renovate/all from 1f02c4de5f to 9e18e32ea4 2023-12-30 22:05:45 +01:00 Compare
kjuulh force-pushed renovate/all from 9e18e32ea4 to 35f8330960 2023-12-30 22:32:03 +01:00 Compare
kjuulh force-pushed renovate/all from 35f8330960 to ae7a7ef34f 2023-12-30 22:57:46 +01:00 Compare
kjuulh force-pushed renovate/all from ae7a7ef34f to 5d9e03e7c0 2023-12-31 01:12:37 +01:00 Compare
kjuulh force-pushed renovate/all from 5d9e03e7c0 to 0d00c12d74 2024-01-02 07:44:26 +01:00 Compare
kjuulh changed title from chore(deps): update all dependencies to fix(deps): update all dependencies 2024-01-25 19:01:17 +01:00
kjuulh force-pushed renovate/all from 0d00c12d74 to dfefb083da 2024-01-25 19:01:19 +01:00 Compare
kjuulh force-pushed renovate/all from dfefb083da to b532942e67 2024-01-28 00:46:46 +01:00 Compare
kjuulh force-pushed renovate/all from b532942e67 to a8cec8b705 2024-01-28 19:42:21 +01:00 Compare
kjuulh force-pushed renovate/all from a8cec8b705 to 8f6ccb1087 2024-01-28 21:14:43 +01:00 Compare
kjuulh force-pushed renovate/all from 8f6ccb1087 to 8fa40d6d29 2024-01-28 21:49:17 +01:00 Compare
kjuulh force-pushed renovate/all from 8fa40d6d29 to fc6f01ba4e 2024-01-28 22:16:10 +01:00 Compare
kjuulh force-pushed renovate/all from fc6f01ba4e to ce9abe6e4b 2024-01-28 22:43:12 +01:00 Compare
kjuulh force-pushed renovate/all from ce9abe6e4b to af14a4cbe4 2024-01-28 23:09:47 +01:00 Compare
kjuulh force-pushed renovate/all from af14a4cbe4 to 50fc8f0c5b 2024-01-28 23:37:00 +01:00 Compare
kjuulh force-pushed renovate/all from 50fc8f0c5b to 8e03bbf58c 2024-01-29 00:04:31 +01:00 Compare
kjuulh force-pushed renovate/all from 8e03bbf58c to cc13070f77 2024-01-29 00:31:46 +01:00 Compare
kjuulh merged commit cc13070f77 into main 2024-01-29 00:58:50 +01:00
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/dagger-components#22
No description provided.