Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update All dependencies (patch only) (#137)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [async-trait](https://github.com/dtolnay/async-trait) | dependencies | patch | `0.1.53` -> `0.1.56` | | [clap](https://github.com/clap-rs/clap) | dependencies | patch | `3.1.17` -> `3.1.18` | | [h2](https://github.com/hyperium/h2) | dependencies | patch | `=0.3.7` -> `=0.3.13` | | [libc](https://github.com/rust-lang/libc) | dependencies | patch | `0.2.125` -> `0.2.126` | | [prost](https://github.com/tokio-rs/prost) | dependencies | patch | `0.10.3` -> `0.10.4` | | [tokio-stream](https://tokio.rs) ([source](https://github.com/tokio-rs/tokio)) | dependencies | patch | `0.1.8` -> `0.1.9` | | [tracing](https://tokio.rs) ([source](https://github.com/tokio-rs/tracing)) | dependencies | patch | `0.1.34` -> `0.1.35` | --- ### Release Notes <details> <summary>dtolnay/async-trait</summary> ### [`v0.1.56`](https://github.com/dtolnay/async-trait/releases/tag/0.1.56) [Compare Source](https://github.com/dtolnay/async-trait/compare/0.1.55...0.1.56) - Fix build errors that involve <code>use parentheses to disambiguate: \`(impl 'async_trait + Trait)\`</code> ([#​204](https://github.com/dtolnay/async-trait/issues/204)) ### [`v0.1.55`](https://github.com/dtolnay/async-trait/releases/tag/0.1.55) [Compare Source](https://github.com/dtolnay/async-trait/compare/0.1.54...0.1.55) - Fix drop order of uncaptured arguments (`_`) when compiling in 2021 edition's closure capture rules ([#​199](https://github.com/dtolnay/async-trait/issues/199)) ### [`v0.1.54`](https://github.com/dtolnay/async-trait/releases/tag/0.1.54) [Compare Source](https://github.com/dtolnay/async-trait/compare/0.1.53...0.1.54) - Fix lifetime issue when using `impl Trait` in an async function argument type ([#​177](https://github.com/dtolnay/async-trait/issues/177)) </details> <details> <summary>clap-rs/clap</summary> ### [`v3.1.18`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#​3118---2022-05-10) [Compare Source](https://github.com/clap-rs/clap/compare/v3.1.17...v3.1.18) ##### Fixes - Fix deprecated `arg_enum!` for users migrating to clap3 ([#​3717](https://github.com/clap-rs/clap/issues/3717)) - Verify all `required_unless_present_all` arguments exist - Verify group members exist before processing group members ([#​3711](https://github.com/clap-rs/clap/issues/3711)) - *(help)* Use `...` when not enough `value_names` are supplied **gated behind `unstable-v4`** - Verify `required` is not used with conditional required settings ([#​3660](https://github.com/clap-rs/clap/issues/3660)) - Disallow more `value_names` than `number_of_values` ([#​2695](https://github.com/clap-rs/clap/issues/2695)) - *(parser)* Assert on unknown args when using external subcommands ([#​3703](https://github.com/clap-rs/clap/issues/3703)) - *(parser)* Always fill in `""` argument for external subcommands ([#​3263](https://github.com/clap-rs/clap/issues/3263)) - *(derive)* Detect escaped external subcommands that look like built-in subcommands ([#​3703](https://github.com/clap-rs/clap/issues/3703)) - *(derive)* Leave `Arg::id` as `verbatim` casing ([#​3282](https://github.com/clap-rs/clap/issues/3282)) </details> <details> <summary>hyperium/h2</summary> ### [`v0.3.13`](https://github.com/hyperium/h2/blob/HEAD/CHANGELOG.md#​0313-March-31-2022) [Compare Source](https://github.com/hyperium/h2/compare/v0.3.12...v0.3.13) - Update private internal `tokio-util` dependency. ### [`v0.3.12`](https://github.com/hyperium/h2/blob/HEAD/CHANGELOG.md#​0312-March-9-2022) [Compare Source](https://github.com/hyperium/h2/compare/v0.3.11...v0.3.12) - Avoid time operations that can panic ([#​599](https://github.com/hyperium/h2/issues/599)) - Bump MSRV to Rust 1.49 ([#​606](https://github.com/hyperium/h2/issues/606)) - Fix header decoding error when a header name is contained at a continuation header boundary ([#​589](https://github.com/hyperium/h2/issues/589)) - Remove I/O type names from handshake `tracing` spans ([#​608](https://github.com/hyperium/h2/issues/608)) ### [`v0.3.11`](https://github.com/hyperium/h2/blob/HEAD/CHANGELOG.md#​0311-January-26-2022) [Compare Source](https://github.com/hyperium/h2/compare/v0.3.10...v0.3.11) - Make `SendStream::poll_capacity` never return `Ok(Some(0))` ([#​596](https://github.com/hyperium/h2/issues/596)) - Fix panic when receiving already reset push promise ([#​597](https://github.com/hyperium/h2/issues/597)) ### [`v0.3.10`](https://github.com/hyperium/h2/blob/HEAD/CHANGELOG.md#​0310-January-6-2022) [Compare Source](https://github.com/hyperium/h2/compare/v0.3.9...v0.3.10) - Add `Error::is_go_away()` and `Error::is_remote()` methods. - Fix panic if receiving malformed PUSH_PROMISE with stream ID of 0. ### [`v0.3.9`](https://github.com/hyperium/h2/blob/HEAD/CHANGELOG.md#​039-December-9-2021) [Compare Source](https://github.com/hyperium/h2/compare/v0.3.8...v0.3.9) - Fix hang related to new `max_send_buffer_size`. ### [`v0.3.8`](https://github.com/hyperium/h2/blob/HEAD/CHANGELOG.md#​038-December-8-2021) [Compare Source](https://github.com/hyperium/h2/compare/v0.3.7...v0.3.8) - Add "extended CONNECT support". Adds `h2::ext::Protocol`, which is used for request and response extensions to connect new protocols over an HTTP/2 stream. - Add `max_send_buffer_size` options to client and server builders, and a default of ~400MB. This acts like a high-water mark for the `poll_capacity()` method. - Fix panic if receiving malformed HEADERS with stream ID of 0. </details> <details> <summary>rust-lang/libc</summary> ### [`v0.2.126`](https://github.com/rust-lang/libc/releases/tag/0.2.126) [Compare Source](https://github.com/rust-lang/libc/compare/0.2.125...0.2.126) #### What's Changed - Update GitHub Actions actions/checkout@v2 to v3 by [@​dtolnay](https://github.com/dtolnay) in [https://github.com/rust-lang/libc/pull/2774](https://github.com/rust-lang/libc/pull/2774) - Remove FreeBSD 11 from CI by [@​Amanieu](https://github.com/Amanieu) in [https://github.com/rust-lang/libc/pull/2779](https://github.com/rust-lang/libc/pull/2779) - linux: add GRND_INSECURE constant by [@​zx2c4](https://github.com/zx2c4) in [https://github.com/rust-lang/libc/pull/2743](https://github.com/rust-lang/libc/pull/2743) - haiku build fix by [@​devnexen](https://github.com/devnexen) in [https://github.com/rust-lang/libc/pull/2772](https://github.com/rust-lang/libc/pull/2772) - openbsd: constantify some arguments of openpty() and forkpty() by [@​semarie](https://github.com/semarie) in [https://github.com/rust-lang/libc/pull/2773](https://github.com/rust-lang/libc/pull/2773) - Enable aio\_{read,write}v on FreeBSD by [@​asomers](https://github.com/asomers) in [https://github.com/rust-lang/libc/pull/2775](https://github.com/rust-lang/libc/pull/2775) - Enable sock_txtime on mips musl target by [@​cww0614](https://github.com/cww0614) in [https://github.com/rust-lang/libc/pull/2776](https://github.com/rust-lang/libc/pull/2776) - add malloc_usable_size for musl by [@​jjl](https://github.com/jjl) in [https://github.com/rust-lang/libc/pull/2777](https://github.com/rust-lang/libc/pull/2777) - Add ENOTSUP constant for riscv64 musl by [@​nmeum](https://github.com/nmeum) in [https://github.com/rust-lang/libc/pull/2784](https://github.com/rust-lang/libc/pull/2784) - Add LIO_READV and LIO_WRITEV on FreeBSD by [@​asomers](https://github.com/asomers) in [https://github.com/rust-lang/libc/pull/2780](https://github.com/rust-lang/libc/pull/2780) - Fix definition of kevent.data on 32-bit FreeBSD 12+ by [@​asomers](https://github.com/asomers) in [https://github.com/rust-lang/libc/pull/2782](https://github.com/rust-lang/libc/pull/2782) - Add DragonFlyBSD kinfo_proc and kinfo_lwp structs by [@​Freaky](https://github.com/Freaky) in [https://github.com/rust-lang/libc/pull/2783](https://github.com/rust-lang/libc/pull/2783) - Add OpenBSD kinfo_proc struct by [@​Freaky](https://github.com/Freaky) in [https://github.com/rust-lang/libc/pull/2786](https://github.com/rust-lang/libc/pull/2786) - Add android x86\_64 user struct by [@​s1341](https://github.com/s1341) in [https://github.com/rust-lang/libc/pull/2748](https://github.com/rust-lang/libc/pull/2748) - Promote pthread_getname_np and pthread_setname_np from glibc to linux by [@​colincross](https://github.com/colincross) in [https://github.com/rust-lang/libc/pull/2768](https://github.com/rust-lang/libc/pull/2768) - Allow unused macro rules by [@​Amanieu](https://github.com/Amanieu) in [https://github.com/rust-lang/libc/pull/2790](https://github.com/rust-lang/libc/pull/2790) - Bump version to 0.2.126 by [@​s1341](https://github.com/s1341) in [https://github.com/rust-lang/libc/pull/2789](https://github.com/rust-lang/libc/pull/2789) #### New Contributors - [@​dtolnay](https://github.com/dtolnay) made their first contribution in [https://github.com/rust-lang/libc/pull/2774](https://github.com/rust-lang/libc/pull/2774) - [@​zx2c4](https://github.com/zx2c4) made their first contribution in [https://github.com/rust-lang/libc/pull/2743](https://github.com/rust-lang/libc/pull/2743) - [@​cww0614](https://github.com/cww0614) made their first contribution in [https://github.com/rust-lang/libc/pull/2776](https://github.com/rust-lang/libc/pull/2776) - [@​jjl](https://github.com/jjl) made their first contribution in [https://github.com/rust-lang/libc/pull/2777](https://github.com/rust-lang/libc/pull/2777) - [@​nmeum](https://github.com/nmeum) made their first contribution in [https://github.com/rust-lang/libc/pull/2784](https://github.com/rust-lang/libc/pull/2784) - [@​s1341](https://github.com/s1341) made their first contribution in [https://github.com/rust-lang/libc/pull/2748](https://github.com/rust-lang/libc/pull/2748) - [@​colincross](https://github.com/colincross) made their first contribution in [https://github.com/rust-lang/libc/pull/2768](https://github.com/rust-lang/libc/pull/2768) **Full Changelog**: rust-lang/libc@0.2.125...0.2.126 </details> <details> <summary>tokio-rs/prost</summary> ### [`v0.10.4`](https://github.com/tokio-rs/prost/releases/tag/v0.10.4) [Compare Source](https://github.com/tokio-rs/prost/compare/v0.10.3...v0.10.4) *PROST!* is a [Protocol Buffers](https://developers.google.com/protocol-buffers/) implementation for the [Rust Language](https://www.rust-lang.org/). `prost` generates simple, idiomatic Rust code from `proto2` and `proto3` files. Small fix for compiling protoc from source to speed up compile times. </details> <details> <summary>tokio-rs/tokio</summary> ### [`v0.1.9`](https://github.com/tokio-rs/tokio/compare/tokio-stream-0.1.8...tokio-stream-0.1.9) [Compare Source](https://github.com/tokio-rs/tokio/compare/tokio-stream-0.1.8...tokio-stream-0.1.9) </details> <details> <summary>tokio-rs/tracing</summary> ### [`v0.1.35`](https://github.com/tokio-rs/tracing/releases/tag/tracing-0.1.35) [Compare Source](https://github.com/tokio-rs/tracing/compare/tracing-0.1.34...tracing-0.1.35) This release reduces the overhead of callsite registration by using new `tracing-core` APIs. ##### Added - Use `DefaultCallsite` to reduce callsite registration overhead ([#​2083]) ##### Changed - `tracing-core`: updated to [0.1.27][core-0.1.27] [core-0.1.27]: https://github.com/tokio-rs/tracing/releases/tag/tracing-core-0.1.27 [#​2083]: https://github.com/tokio-rs/tracing/pull/2083 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 5:00 and before 6:00 every weekday" in timezone Europe/Berlin, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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, click this checkbox. --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/stackabletech/secret-operator).
- Loading branch information