Update all dependencies #65

Merged
kjuulh merged 1 commits from renovate/all into main 2023-05-02 22:11:25 +02:00
Owner

This PR contains the following updates:

Package Type Update Change
clap dependencies patch 4.2.4 -> 4.2.7
octocrab dependencies minor 0.20.0 -> 0.21.0
reqwest dependencies patch 0.11.16 -> 0.11.17
tokio (source) workspace.dependencies minor 1.27.0 -> 1.28.0

Release Notes

clap-rs/clap

v4.2.7

Compare Source

Fixes
  • Correctly track remaining length for iterators provided by ArgMatches

v4.2.6

Compare Source

Features
  • impl Eq<std::any::TypeId> for clap_builder::util::AnyValueId

v4.2.5

Compare Source

Fixes
  • Improve panic when a group requires a non-existent ID
XAMPPRocky/octocrab

v0.21.0

Other
  • Add an example showing gist creation (#​329)
  • Use CommitAuthor for Commit.author (#​353)
  • Create release-plz.toml
  • Sort deps in cargo.toml (#​352)
  • Enable rustls(and use as default client) (#​351)
  • (ci) update release-plz version (#​350)
  • Add missing pub to struct ListCheckRuns 😅 (#​347)
  • Add Checks API skeleton (#​345)
  • cargo fmt (#​343)
  • Remove reqwest (#​342)
seanmonstar/reqwest

v0.11.17

Compare Source

  • Upgrade internal dependencies of Experimental HTTP/3 to use quinn v0.9
  • (wasm) Fix blob url support
tokio-rs/tokio

v1.28.0: Tokio v1.28.0

Compare Source

1.28.0 (April 25th, 2023)

Added
  • io: add AsyncFd::async_io (#​5542)
  • io: impl BufMut for ReadBuf (#​5590)
  • net: add recv_buf for UdpSocket and UnixDatagram (#​5583)
  • sync: add OwnedSemaphorePermit::semaphore (#​5618)
  • sync: add same_channel to broadcast channel (#​5607)
  • sync: add watch::Receiver::wait_for (#​5611)
  • task: add JoinSet::spawn_blocking and JoinSet::spawn_blocking_on (#​5612)
Changed
  • deps: update windows-sys to 0.48 (#​5591)
  • io: make read_to_end not grow unnecessarily (#​5610)
  • macros: make entrypoints more efficient (#​5621)
  • sync: improve Debug impl for RwLock (#​5647)
  • sync: reduce contention in Notify (#​5503)
Fixed
  • net: support get_peer_cred on AIX (#​5065)
  • sync: avoid deadlocks in broadcast with custom wakers (#​5578)
Documented
  • sync: fix typo in Semaphore::MAX_PERMITS (#​5645)
  • sync: fix typo in tokio::sync::watch::Sender docs (#​5587)

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 | |---|---|---|---| | [clap](https://github.com/clap-rs/clap) | dependencies | patch | `4.2.4` -> `4.2.7` | | [octocrab](https://github.com/XAMPPRocky/octocrab) | dependencies | minor | `0.20.0` -> `0.21.0` | | [reqwest](https://github.com/seanmonstar/reqwest) | dependencies | patch | `0.11.16` -> `0.11.17` | | [tokio](https://tokio.rs) ([source](https://github.com/tokio-rs/tokio)) | workspace.dependencies | minor | `1.27.0` -> `1.28.0` | --- ### Release Notes <details> <summary>clap-rs/clap</summary> ### [`v4.2.7`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#&#8203;427---2023-05-02) [Compare Source](https://github.com/clap-rs/clap/compare/v4.2.6...v4.2.7) ##### Fixes - Correctly track remaining length for iterators provided by `ArgMatches` ### [`v4.2.6`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#&#8203;426---2023-05-02) [Compare Source](https://github.com/clap-rs/clap/compare/v4.2.5...v4.2.6) ##### Features - `impl Eq<std::any::TypeId> for clap_builder::util::AnyValueId` ### [`v4.2.5`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#&#8203;425---2023-04-27) [Compare Source](https://github.com/clap-rs/clap/compare/v4.2.4...v4.2.5) ##### Fixes - Improve panic when a group requires a non-existent ID </details> <details> <summary>XAMPPRocky/octocrab</summary> ### [`v0.21.0`](https://github.com/XAMPPRocky/octocrab/blob/HEAD/CHANGELOG.md#&#8203;0210-httpsgithubcomXAMPPRockyoctocrabcomparev0200v0210---2023-04-29) ##### Other - Add an example showing gist creation ([#&#8203;329](https://github.com/XAMPPRocky/octocrab/issues/329)) - Use CommitAuthor for Commit.author ([#&#8203;353](https://github.com/XAMPPRocky/octocrab/issues/353)) - Create release-plz.toml - Sort deps in cargo.toml ([#&#8203;352](https://github.com/XAMPPRocky/octocrab/issues/352)) - Enable rustls(and use as default client) ([#&#8203;351](https://github.com/XAMPPRocky/octocrab/issues/351)) - *(ci)* update release-plz version ([#&#8203;350](https://github.com/XAMPPRocky/octocrab/issues/350)) - Add missing pub to struct ListCheckRuns 😅 ([#&#8203;347](https://github.com/XAMPPRocky/octocrab/issues/347)) - Add Checks API skeleton ([#&#8203;345](https://github.com/XAMPPRocky/octocrab/issues/345)) - cargo fmt ([#&#8203;343](https://github.com/XAMPPRocky/octocrab/issues/343)) - Remove reqwest ([#&#8203;342](https://github.com/XAMPPRocky/octocrab/issues/342)) </details> <details> <summary>seanmonstar/reqwest</summary> ### [`v0.11.17`](https://github.com/seanmonstar/reqwest/blob/HEAD/CHANGELOG.md#v01117) [Compare Source](https://github.com/seanmonstar/reqwest/compare/v0.11.16...v0.11.17) - Upgrade internal dependencies of Experimental HTTP/3 to use quinn v0.9 - (wasm) Fix blob url support </details> <details> <summary>tokio-rs/tokio</summary> ### [`v1.28.0`](https://github.com/tokio-rs/tokio/releases/tag/tokio-1.28.0): Tokio v1.28.0 [Compare Source](https://github.com/tokio-rs/tokio/compare/tokio-1.27.0...tokio-1.28.0) ### 1.28.0 (April 25th, 2023) ##### Added - io: add `AsyncFd::async_io` ([#&#8203;5542]) - io: impl BufMut for ReadBuf ([#&#8203;5590]) - net: add `recv_buf` for `UdpSocket` and `UnixDatagram` ([#&#8203;5583]) - sync: add `OwnedSemaphorePermit::semaphore` ([#&#8203;5618]) - sync: add `same_channel` to broadcast channel ([#&#8203;5607]) - sync: add `watch::Receiver::wait_for` ([#&#8203;5611]) - task: add `JoinSet::spawn_blocking` and `JoinSet::spawn_blocking_on` ([#&#8203;5612]) ##### Changed - deps: update windows-sys to 0.48 ([#&#8203;5591]) - io: make `read_to_end` not grow unnecessarily ([#&#8203;5610]) - macros: make entrypoints more efficient ([#&#8203;5621]) - sync: improve Debug impl for `RwLock` ([#&#8203;5647]) - sync: reduce contention in `Notify` ([#&#8203;5503]) ##### Fixed - net: support `get_peer_cred` on AIX ([#&#8203;5065]) - sync: avoid deadlocks in `broadcast` with custom wakers ([#&#8203;5578]) ##### Documented - sync: fix typo in `Semaphore::MAX_PERMITS` ([#&#8203;5645]) - sync: fix typo in `tokio::sync::watch::Sender` docs ([#&#8203;5587]) [#&#8203;5065]: https://github.com/tokio-rs/tokio/pull/5065 [#&#8203;5503]: https://github.com/tokio-rs/tokio/pull/5503 [#&#8203;5542]: https://github.com/tokio-rs/tokio/pull/5542 [#&#8203;5578]: https://github.com/tokio-rs/tokio/pull/5578 [#&#8203;5583]: https://github.com/tokio-rs/tokio/pull/5583 [#&#8203;5587]: https://github.com/tokio-rs/tokio/pull/5587 [#&#8203;5590]: https://github.com/tokio-rs/tokio/pull/5590 [#&#8203;5591]: https://github.com/tokio-rs/tokio/pull/5591 [#&#8203;5607]: https://github.com/tokio-rs/tokio/pull/5607 [#&#8203;5610]: https://github.com/tokio-rs/tokio/pull/5610 [#&#8203;5611]: https://github.com/tokio-rs/tokio/pull/5611 [#&#8203;5612]: https://github.com/tokio-rs/tokio/pull/5612 [#&#8203;5618]: https://github.com/tokio-rs/tokio/pull/5618 [#&#8203;5621]: https://github.com/tokio-rs/tokio/pull/5621 [#&#8203;5645]: https://github.com/tokio-rs/tokio/pull/5645 [#&#8203;5647]: https://github.com/tokio-rs/tokio/pull/5647 </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 force-pushed renovate/all from 1810922d5a to 824861f741 2023-04-28 02:39:20 +02:00 Compare
kjuulh force-pushed renovate/all from 824861f741 to c5bcb9fdc5 2023-04-28 20:15:44 +02:00 Compare
kjuulh force-pushed renovate/all from c5bcb9fdc5 to d701ecb3c1 2023-04-29 14:56:34 +02:00 Compare
kjuulh force-pushed renovate/all from d701ecb3c1 to fa5f88f983 2023-05-02 21:18:38 +02:00 Compare
kjuulh force-pushed renovate/all from fa5f88f983 to 0126eddfe5 2023-05-02 21:45:03 +02:00 Compare
kjuulh merged commit 0126eddfe5 into main 2023-05-02 22:11:25 +02: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/octopush#65
No description provided.